Changeset 688 for trunk


Ignore:
Timestamp:
06/18/12 18:48:27 (12 years ago)
Author:
mafoipsl
Message:

On vargas : set variable for OpenMP only one time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_vargas.ksh

    r683 r688  
    13521352 
    13531353# -------------------------------------------------------------------- 
    1354 #D- OpenMP thread memory specifications 
     1354#D- OpenMP thread memory specifications : only one time 
    13551355# -------------------------------------------------------------------- 
    1356 export XLSMPOPTS=$XLSMPOPTS:stack=524288000 
     1356echo $XLSMPOPTS | grep stack=524288000 1>/dev/null 2>&1 || export XLSMPOPTS=$XLSMPOPTS:stack=524288000 
    13571357 
    13581358# -------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.