Changeset 1099 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Feb 10, 2013 1:47:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r1096 r1099 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # adjustments for Forwind cluster (lcflow) 25 25 # 26 26 # Former revisions: … … 454 454 # IP-ADRESSE DES REMOTE-RECHNERS BESTIMMEN 455 455 case $remote_host in 456 (lcflow) remote_addres="flow.hpc.uni-oldenburg.de";; 456 457 (lckordi) remote_adress=210.219.61.8;; 457 458 (lcmuk) remote_addres=130.75.105.2;; 458 459 (lcrte) remote_addres=133.5.185.60;; 459 (lcsb) remote_ad ress=147.46.30.151;;460 (lcsb) remote_addres=147.46.30.151;; 460 461 (lcsgib) remote_addres=130.73.232.102;; 461 462 (lcsgih) remote_addres=130.75.4.101;; … … 1259 1260 then 1260 1261 . $modules 1262 elif [[ $remote_host = lcflow ]] 1263 then 1264 eval `$MODULESHOME/bin/modulecmd ksh load ${modules}` 1261 1265 else 1262 1266 module load ${modules}
Note: See TracChangeset
for help on using the changeset viewer.