Changeset 1420 for palm


Ignore:
Timestamp:
Jun 10, 2014 6:24:14 AM (10 years ago)
Author:
raasch
Message:

-j1 option added to aprung command for lccrayf (CSC)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1403 r1420  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# -j1 option added to aprung command for lccrayf (CSC)
    2525#
    2626# Former revisions:
     
    34713471                elif [[ $host = lccrayf ]]
    34723472                then
    3473                     aprun  -n $ii  -N $tasks_per_node  -m ${memory}M  a.out  $ROPTS  < runfile_atmos
     3473                    aprun  -j1  -n $ii  -N $tasks_per_node  -m ${memory}M  a.out  $ROPTS  < runfile_atmos
    34743474                elif [[ $host = lcxe6  ||  $host = lcxt5m ]]
    34753475                then
Note: See TracChangeset for help on using the changeset viewer.