Changeset 544 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Aug 17, 2010 10:44:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r508 r544 109 109 # parallel make for utility programs 110 110 # 12/03/10 - Siggi - bugfix: remode_md was given a wrong value 111 # 16/08/10 - BjornM- bugfix: call of modules on local host, new workaround 112 # for lcxt4 111 113 112 114 … … 1225 1227 else 1226 1228 1229 # workaround for lcxt4 1230 if [[ $remote_host = lcxt4 ]] 1231 then 1232 . /opt/modules/default/init/ksh 1233 fi 1234 1235 # first load modules, if given 1236 if [[ "$modules" != "" ]] 1237 then 1238 module load ${modules} 1239 fi 1240 1241 1227 1242 if [[ $compile_utility_programs = false ]] 1228 1243 then … … 1255 1270 echo " " 1256 1271 echo " *** execute \"make\" on local host" 1257 1258 # first load modules, if given1259 if [[ "$modules" != "" ]]1260 then1261 module load ${modules}1262 fi1263 1272 1264 1273 make $make_options PROG=$mainprog F90=$compiler_name COPT="$cpp_options" F90FLAGS="$compiler_options" LDFLAGS="$loader_options" 2>&1 | tee ${remote_host}_last_make_protokoll
Note: See TracChangeset
for help on using the changeset viewer.