Changeset 407 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Dec 1, 2009 3:01:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r367 r407 107 107 # 21/04/09 - Siggi - adjustments for new IBM at DKRZ, which is now ibmh 108 108 # 25/08/09 - BjornM- adapted for lck 109 # 01/12/09 - BjornM- re-adjustments for lcxt4 109 110 110 111 … … 1110 1111 then 1111 1112 1112 print " cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll1113 print ". /opt/modules/default/init/ksh; module load Base-opts/2.1.56HDA; module load modules/3.1.6; module load pgi/9.0.4; module load PrgEnv-pgi/2.1.56HDA; cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll 1113 1114 1114 1115 else … … 1244 1245 done 1245 1246 1247 elif [[ $remote_host = lcxt4 ]] 1248 then 1249 1250 print ". /opt/modules/default/init/ksh; module load Base-opts/2.1.56HDA; module load modules/3.1.6; module load pgi/9.0.4; module load PrgEnv-pgi/2.1.56HDA; cd ${remote_ud}; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll 1251 1246 1252 else 1247 1253
Note: See TracChangeset
for help on using the changeset viewer.