Ignore:
Timestamp:
10/09/07 14:12:06 (17 years ago)
Author:
aclsce
Message:

AC : - Modified to run on ccrt scalar machine platine

  • Modified to run coupled model either in MPI1 or MPI2 context (now a run_file is used to launch the simulation)
  • Added functions to activate/desactivate runnning environnment variables
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/trunk/IPSLCM4_v2/scripts/BB_make

    r41 r162  
    1111#-Q- linux  # Compiler options for the ORCA model 
    1212#-Q- linux  F_O = -Mlist -O2 -byteswapio -r8  -module $(MODDIR) 
     13#-Q- platine # Compiler options for the ORCA model 
     14#-Q- platine F_O = -O3 $(F_D) $(F_P) -I$(MODDIR) -I../../../prism/IA64/build/lib/psmile.$(LIB_MPI) -module $(MODDIR) 
    1315PREF= 
    1416#-Q- sxnec      PREF=i. 
     
    236238                $(RM) $*.[of] 
    237239#-Q- linux              mv $(PREF)$*.lst $(PREF)$*.L 
    238                 mv $(PREF)$*.L $(TMP) 
     240#-Q- sxnec              mv $(PREF)$*.L $(TMP) 
     241#-Q- sx6nec             mv $(PREF)$*.L $(TMP) 
     242#-Q- sx8brodie          mv $(PREF)$*.L $(TMP) 
    239243 
    240244# rules for the library from the .f files  
     
    251255                $(A_C) $(MODEL_LIB) $*.o 
    252256                $(RM) -f $*.o 
    253 #-Q- linux      mv $(PREF)$*.lst $(PREF)$*.L 
    254                 mv $*.L $(TMP) 
     257#-Q- linux              mv $(PREF)$*.lst $(PREF)$*.L 
     258#-Q- sxnec              mv $*.L $(TMP) 
     259#-Q- sx6nec             mv $*.L $(TMP) 
     260#-Q- sx8brodie          mv $*.L $(TMP) 
    255261# 
    256262$(MODEL_LIB)(Fioopa.o) :        common.coupled.h common.h common.ice.h common.obc.h common.passivetrc.h parameter.coupled.h parameter.h parameter.ice.h parameter.obc.h parameter.passivetrc.h stafun.h KEY_CPP Fioopa.F 
Note: See TracChangeset for help on using the changeset viewer.