Changeset 1350 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Apr 4, 2014 1:01:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r1310 r1350 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # init_cmds is now executed before module calls in case of compiltion on local 25 # host 25 26 # 26 27 # Former revisions: … … 1286 1287 eval `$MODULESHOME/bin/modulecmd ksh load ${modules}` 1287 1288 else 1289 $init_cmds 1288 1290 module load ${modules} 1289 1291 fi … … 1362 1364 # TOUCH FILES IN ORDER TO FORCE COMPILATION FOR EVERY BLOCK 1363 1365 touch *.f90 1366 $init_cmds 1364 1367 make $make_options BLOCK=$block F90=$compiler_name F90_SER=$compiler_name_ser COPT="$cpp_options" F90FLAGS="$compiler_options" LDFLAGS="$loader_options" 1365 1368
Note: See TracChangeset
for help on using the changeset viewer.