Changeset 622 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Dec 10, 2010 8:08:13 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r562 r622 112 112 # for lcxt4 113 113 # 07/09/10 - Siggi - bugfix for wrong netcdf/3.6.3 module on lcsgi 114 # 08/12/10 - Siggi - initialization of the module command changed for 115 # SGI-ICE/lcsgi 116 # adjustments for Kyushu Univ. (lcrte, ibmku) 114 117 115 118 … … 464 467 case $remote_host in 465 468 (lcmuk) remote_addres=130.75.105.2;; 469 (lcrte) remote_addres=133.5.185.60;; 466 470 (lcsgib) remote_addres=130.73.232.102;; 467 471 (lcsgih) remote_addres=130.75.4.102;; … … 472 476 (decalpha) remote_addres=165.132.26.56;; 473 477 (ibmh) remote_addres=136.172.40.15;; 478 (ibmku) remote_addres=133.5.4.129;; 474 479 (ibms) remote_addres=150.183.5.101;; 475 480 (ibmy) remote_addres=165.132.26.58;; … … 1063 1068 then 1064 1069 1065 print ". /usr/share/modules/init/bash; $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_protokoll 1070 # print ". /usr/share/modules/init/bash; $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_protokoll 1071 print "eval \`/sw/swdist/bin/modulesinit\`; $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_protokoll 1066 1072 1067 1073 elif [[ $remote_host = lctit ]]
Note: See TracChangeset
for help on using the changeset viewer.