Changeset 684


Ignore:
Timestamp:
06/15/12 09:34:43 (12 years ago)
Author:
mafoipsl
Message:

On titane add variable to set OpenMP thread maximum memory and other variables required.

File:
1 edited

Legend:

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

    r676 r684  
    19801980              if ( ${OK_PARA_OMP} ) ; then 
    19811981                  eval comp_proc_omp_loc=\${${comp}_PROC_OMP} 
     1982                  echo "export KMP_STACKSIZE=3g"  >> script_${ExeNameOut}.ksh 
     1983                  echo "export KMP_LIBRARY=turnaround"  >> script_${ExeNameOut}.ksh 
     1984                  echo "export MKL_SERIAL=YES"  >> script_${ExeNameOut}.ksh 
    19821985                  echo "OMP_NUM_THREADS=${comp_proc_omp_loc}" >> script_${ExeNameOut}.ksh 
    19831986              fi 
Note: See TracChangeset for help on using the changeset viewer.