Ignore:
Timestamp:
Feb 3, 2013 2:49:41 AM (11 years ago)
Author:
raasch
Message:

last commit documented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1094 r1096  
    2222# Current revisions:
    2323# ------------------
    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#
    2625#
    2726# Former revisions:
    2827# -----------------
    2928# $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
    3034#
    3135# 2013-02-02 07:06:13Z raasch
     
    32463250          fi
    32473251       fi
    3248        if [[ $localhost = decalpha ]]
    3249        then
    3250           dxladebug  a.out
    3251        elif [[ $localhost = ibmh ]]
     3252       if [[ $localhost = ibmh ]]
    32523253       then
    32533254
     
    37093710
    37103711             fi
    3711           elif [[ $host = decalpha ]]
    3712           then
    3713              dmpirun  -np $numprocs  a.out  $ROPTS
    37143712          elif [[ $host = lckyoto ]]
    37153713          then
Note: See TracChangeset for help on using the changeset viewer.