Changeset 691 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Mar 4, 2011 8:45:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r678 r691 117 117 # 14/12/10 - Siggi - adjustments for new Tsubame system at Tokyo 118 118 # institute of technology (lctit) 119 # 04/03/11 - BjörnM- re-adjustments for lcxt4 119 120 120 121 … … 1090 1091 then 1091 1092 1092 print ". /opt/modules/default/init/ksh; $module_calls 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_protokoll1093 ssh ${remote_username}@${remote_addres} ". /opt/modules/default/init/ksh; $module_calls cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" 2>&1 | tee ${remote_host}_last_make_protokoll 1093 1094 1094 1095 else … … 1249 1250 then 1250 1251 1251 print ". /opt/modules/default/init/ksh; $module_calls cd ${remote_ud}; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh ${remote_username}@${remote_addres}2>&1 | tee ${remote_host}_last_make_protokoll1252 ssh ${remote_username}@${remote_addres} ". /opt/modules/default/init/ksh; $module_calls cd ${remote_ud}; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" 2>&1 | tee ${remote_host}_last_make_protokoll 1252 1253 1253 1254 else
Note: See TracChangeset
for help on using the changeset viewer.