Changeset 162 for CONFIG/trunk/IPSLCM4_v2/scripts
- Timestamp:
- 10/09/07 14:12:06 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/trunk/IPSLCM4_v2/scripts/BB_make
r41 r162 11 11 #-Q- linux # Compiler options for the ORCA model 12 12 #-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) 13 15 PREF= 14 16 #-Q- sxnec PREF=i. … … 236 238 $(RM) $*.[of] 237 239 #-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) 239 243 240 244 # rules for the library from the .f files … … 251 255 $(A_C) $(MODEL_LIB) $*.o 252 256 $(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) 255 261 # 256 262 $(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.