Changeset 2257 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Jun 7, 2017 2:07:05 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r1945 r2257 27 27 # ----------------- 28 28 # $Id$ 29 # adjustments for lceddy, removed lcflow-specific code 30 # 31 # 1945 2016-06-15 07:17:24Z raasch 29 32 # 30 33 # 1944 2016-06-15 06:29:00Z raasch … … 528 531 (lccrayb) remote_address=130.73.233.1;; 529 532 (lccrayh) remote_address=130.75.4.1;; 530 (lcflow) remote_address="flow02.hpc.uni-oldenburg.de";;531 533 (lckordi) remote_adress=210.219.61.8;; 532 534 (lcmuk) remote_address=130.75.105.2;; … … 1371 1373 then 1372 1374 . $modules 1373 elif [[ $remote_host = lcflow]]1374 then 1375 eval `$MODULESHOME/ bin/modulecmd ksh load ${modules}`1375 elif [[ $remote_host = lceddy ]] 1376 then 1377 eval `$MODULESHOME/libexec/lmod load ${modules}` 1376 1378 else 1377 1379 eval init_cmds=$init_cmds
Note: See TracChangeset
for help on using the changeset viewer.