Changeset 1096 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Feb 3, 2013 2:49:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1094 r1096 22 22 # Current revisions: 23 23 # ------------------ 24 # explicit ssh/scp port can be set in config file with environment variable 25 # scp_port. This port is handled to all ssh/scp/batch_scp calls. 24 # 26 25 # 27 26 # Former revisions: 28 27 # ----------------- 29 28 # $Id$ 29 # 30 # 1094 2013-02-03 01:52:12Z raasch 31 # explicit ssh/scp port can be set in config file with environment variable 32 # scp_port. This port is handled to all ssh/scp/batch_scp calls. 33 # decalpha parts (yonsei) removed 30 34 # 31 35 # 2013-02-02 07:06:13Z raasch … … 3246 3250 fi 3247 3251 fi 3248 if [[ $localhost = decalpha ]] 3249 then 3250 dxladebug a.out 3251 elif [[ $localhost = ibmh ]] 3252 if [[ $localhost = ibmh ]] 3252 3253 then 3253 3254 … … 3709 3710 3710 3711 fi 3711 elif [[ $host = decalpha ]]3712 then3713 dmpirun -np $numprocs a.out $ROPTS3714 3712 elif [[ $host = lckyoto ]] 3715 3713 then
Note: See TracChangeset
for help on using the changeset viewer.