Changeset 514


Ignore:
Timestamp:
01/13/09 12:53:52 (15 years ago)
Author:
rblod
Message:
  • Suppress NEMO_CVS
  • Add aix6 in ins_script
  • Add mpi.h location in preprocessor options
Location:
modipsl/trunk/util
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/AA_make.gdef

    r433 r514  
    9090#-Q- aix6     M_K = gmake 
    9191#-Q- aix6     P_C = /usr/lib/cpp 
    92 #-Q- aix6     P_O = -P -C $(P_P:-WF,-D%=-D%) 
     92#-Q- aix6     P_O = -P -I/usr/lpp/ppe.poe/include/thread64 -C $(P_P:-WF,-D%=-D%) 
    9393#-Q- aix6     F_C = mpxlf90_r -c 
    9494#-Q- aix6     #-D- MD    F_D = 
  • modipsl/trunk/util/ins_script

    r404 r514  
    5555   b_n_atlas=$LOGIN 
    5656   d_n_atlas="/u/"$(dirname $HOME | awk -F\/ '{print $3"/"$4}') 
     57elif [ "$x_t" = "aix6" ]; then 
     58   b_n_atlas=$LOGIN 
     59   d_n_atlas="/u/"$(dirname $HOME | awk -F\/ '{print $3"/"$4}') 
    5760elif [ "$x_t" = "babel" ]; then 
    5861   b_n_atlas=$LOGIN 
     
    7780 
    7881case ${x_t} in 
    79   ( aix | babel | cray | fjvpp | linux | lxiv7 | lxiv8 | osf1 | \ 
     82  ( aix6 | aix | babel | cray | fjvpp | linux | lxiv7 | lxiv8 | osf1 | \ 
    8083    solaris | t3e | sx8brodie | sx6nec | sx8mercure | unix ) ;; 
    8184  (*) 
  • modipsl/trunk/util/mod.def

    r513 r514  
    354354#-C- ORCA2_LIM  CONFIG/ORCA2_LIM   ?                4  ORCA2_LIM 
    355355#- 
    356 #-H- NEMO_CVS  NEMO 
    357 #-H- NEMO_CVS  OPA 
    358 #-H- NEMO_CVS  LIM 
    359 #-H- NEMO_CVS  TOP 
    360 #-H- NEMO_CVS  IOIPSL/src tag ioipsl-3-1 
    361 #-H- NEMO_CVS  NEMO sources and configurations 
    362 #-M- NEMO_CVS  opatlod@lodyc.jussieu.fr 
    363 #-C- NEMO_CVS  IOIPSL/src        ioipsl-3-1  1  .          modeles 
    364 #-C- NEMO_CVS  AGRIF             ?           5  .          modeles 
    365 #-C- NEMO_CVS  NEMO              nemo_v2_3   5  .          modeles 
    366 #-C- NEMO_CVS  UTIL              nemo_v2_3   5  .          modeles 
    367 #-C- NEMO_CVS  CONFIG/GYRE       nemo_v2_3   5  GYRE       config 
    368 #-C- NEMO_CVS  CONFIG/ORCA2_LIM  nemo_v2_3   5  ORCA2_LIM  config 
    369 #- 
    370356#-H- ORCA4_LIM  ORCA 4 degrees with Louvain Ice Model 
    371357#-H- ORCA4_LIM  ORCA tag ipsl_cm4_v1_6 
Note: See TracChangeset for help on using the changeset viewer.