Changeset 492 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Feb 26, 2010 1:28:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r491 r492 112 112 # implemented, remoted mode option -r completely 113 113 # removed, t3e related parts removed 114 # 26/02/10 - BjornM- re-adjustments for lcxt4 114 # 26/02/10 - BjornM- re-adjustments for lcxt4 (new modules) 115 115 116 116 … … 1056 1056 then 1057 1057 1058 print ". /opt/modules/default/init/ksh; module load Base-opts /2.1.56HDA; module load modules/3.1.6; module load pmi; 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_protokoll1058 print ". /opt/modules/default/init/ksh; module load Base-opts; module load modules; module load pmi; module load pgi; module load PrgEnv-pgi; 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 1059 1059 1060 1060 else … … 1193 1193 then 1194 1194 1195 print ". /opt/modules/default/init/ksh; module load Base-opts /2.1.56HDA; module load modules/3.1.6; module load pmi; 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_protokoll1195 print ". /opt/modules/default/init/ksh; module load Base-opts; module load modules; module load pmi; module load pgi; module load PrgEnv-pgi; cd ${remote_ud}; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll 1196 1196 1197 1197 else
Note: See TracChangeset
for help on using the changeset viewer.