Ignore:
Timestamp:
04/08/13 11:41:42 (11 years ago)
Author:
sdipsl
Message:
  • small adjustement to be able to run MPI/OpenMP when only one binary is used.
File:
1 edited

Legend:

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

    r845 r847  
    19301930      eval ExeNameOut=\${config_Executable_${comp}[1]} 
    19311931      if ( [ "X${ExeNameOut}" != X\"\" ] && [ "X${ExeNameOut}" != "Xinca.dat" ] ) ; then 
     1932 
     1933        if ( ${OK_PARA_OMP} ) ; then 
     1934          eval comp_proc_omp_loc=\${${comp}_PROC_OMP} 
     1935          export KMP_STACKSIZE=3g 
     1936          export KMP_LIBRARY=turnaround 
     1937          #echo "export KMP_STACKSIZE=3g"  >> script_${ExeNameOut}.ksh 
     1938          #echo "export KMP_LIBRARY=turnaround"  >> script_${ExeNameOut}.ksh 
     1939          #echo "export MKL_SERIAL=YES"  >> script_${ExeNameOut}.ksh 
     1940        fi 
     1941 
    19321942        EXECUTION="${HOST_MPIRUN_COMMAND} ./${ExeNameOut}" 
    19331943      fi 
Note: See TracChangeset for help on using the changeset viewer.