Changeset 407 for palm/trunk/SCRIPTS
- Timestamp:
- Dec 1, 2009 3:01:15 PM (15 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 2 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 -
palm/trunk/SCRIPTS/subjob
r400 r407 107 107 # 03/09/09 - Siggi - PBS sgi feature directive only used if explicitly 108 108 # set in the config file by the user 109 # 16/10/09 - Carolin -adjustments for archiving on SGI-ICE of binary files;109 # 16/10/09 - Carolin adjustments for archiving on SGI-ICE of binary files; 110 110 # adding special1q 111 # 01/12/09 - BjornM- re-adjustments for lcxt4, added sno (130.75.105.113) 111 112 112 113 # VARIABLENVEREINBARUNGEN + DEFAULTWERTE … … 203 204 (blizzard1) local_addres=136.172.40.15; local_host=ibmh;; 204 205 (irifi) local_addres=130.75.105.104; local_host=lcmuk;; 206 (sno) local_addres=130.75.105.113; local_host=lcmuk;; 205 207 (levanto) local_addres=130.75.105.45; local_host=lcmuk;; 206 208 (maestro) local_addres=130.75.105.2; local_host=lcmuk;; … … 342 344 (ibmy) queue=parallel; remote_addres=165.132.26.58; submcom=/usr/lpp/LoadL/full/bin/llsubmit;; 343 345 (lcfimm) remote_addres=172.20.4.2; submcom=/opt/torque/bin/qsub;; 344 (lcsgib) queue=smallq; remote_addres=130.73.232.10 3; submcom=/opt/moab/bin/msub;;345 (lcsgih) queue=smallq; remote_addres=130.75.4.10 2; submcom=/opt/moab/bin/msub;;346 (lcsgib) queue=smallq; remote_addres=130.73.232.102; submcom=/opt/moab/bin/msub;; 347 (lcsgih) queue=smallq; remote_addres=130.75.4.103; submcom=/opt/moab/bin/msub;; 346 348 (lck) remote_addres=165.132.26.61; submcom=/usr/torque/bin/qsub;; 347 349 (lctit) queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;; … … 844 846 . /opt/modules/default/init/ksh 845 847 module load modules/3.1.6 846 module load PrgEnv-pgi/2.1.56HD 847 module load Base-opts/2.1.56HD 848 module load moab/5.2.5-s13 441848 module load PrgEnv-pgi/2.1.56HDA 849 module load Base-opts/2.1.56HDA 850 module load moab/5.2.5-s13570 849 851 module load torque/2.3.4-snap.200809221601 852 850 853 851 854 %%END%% … … 1274 1277 echo "$submcom $job_on_remhost" 1275 1278 chmod u+x $job_on_remhost 1279 1276 1280 elif [[ $(echo $local_host | cut -c1-5) = lcsgi ]] 1277 1281 then
Note: See TracChangeset
for help on using the changeset viewer.