Changeset 1278


Ignore:
Timestamp:
Jan 21, 2014 2:27:50 PM (10 years ago)
Author:
fricke
Message:

temporary workaround for lccrayb/h, increasing the limit of open files per processor which is needed for combine_plot_fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/.mrun.config.hlrnIII

    r1274 r1278  
    6666IC:[[ \$localhost = lccrayb ]]  &&  export ATP_ENABLED=0
    6767IC:[[ \$localhost = lccrayb ]]  &&  export MPICH_GNI_BTE_MULTI_CHANNEL=disabled
     68IC:[[ \$localhost = lccrayb ]]  &&  export APRUN_XFER_LIMITS=1
     69IC:[[ \$localhost = lccrayb ]]  &&  export APRUN_XFER_STACK_LIMIT=0
     70IC:[[ \$localhost = lccrayb ]]  &&  ulimit -v unlimited
     71IC:[[ \$localhost = lccrayb ]]  &&  ulimit -s unlimited
     72IC:[[ \$localhost = lccrayh ]]  &&  export APRUN_XFER_LIMITS=1
     73IC:[[ \$localhost = lccrayh ]]  &&  export APRUN_XFER_STACK_LIMIT=0
     74IC:[[ \$localhost = lccrayh ]]  &&  ulimit -v unlimited
     75IC:[[ \$localhost = lccrayh ]]  &&  ulimit -s unlimited
    6876#
    6977#----------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.