Changeset 1255 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Nov 7, 2013 2:43:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r1230 r1255 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # further adjustments for lccrayb remote access 25 25 # 26 26 # Former revisions: … … 471 471 # IP-ADRESSE DES REMOTE-RECHNERS BESTIMMEN 472 472 case $remote_host in 473 (lccrayb) remote_addres=130.73.233.1;; 473 474 (lcflow) remote_addres="flow.hpc.uni-oldenburg.de";; 474 475 (lckordi) remote_adress=210.219.61.8;; … … 867 868 # EVENTUELLE DOPPELPUNKTE AUS DIREKTIVENSTRING ENTFERNEN 868 869 init_cmds=`echo $line | cut -d" " -s -f2 | sed 's/::/%DUM%/g' | sed 's/:/ /g' | sed 's/%DUM%/:/g'` 869 fi870 init_cmds="${init_cmds};"870 init_cmds="${init_cmds};" 871 fi 871 872 done < $tmp_mbuild 872 873
Note: See TracChangeset
for help on using the changeset viewer.