Ignore:
Timestamp:
10/07/16 14:26:09 (8 years ago)
Author:
jgipsl
Message:

Allow 8 OMP at ada. See ticket #309

File:
1 edited

Legend:

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

    r1338 r1357  
    11061106              IGCM_debug_Print 1 "You run ${ExeNameOut} on ${comp_proc_omp_loc} OMP threads on IBM MPI Environment" 
    11071107              IGCM_debug_Print 1 "Beware : it may you use more CPU than needed." 
    1108               IGCM_debug_Print 1 "Think to the Intel MPI Environment to do what you want to do !" 
    11091108              ;; 
    1110             8|16) 
     1109            8) 
     1110              IGCM_debug_Print 1 "You run ${ExeNameOut} on ${comp_proc_omp_loc} OMP threads on IBM MPI Environment" 
     1111              IGCM_debug_Print 1 "Beware : it may you use more CPU than needed." 
     1112              IGCM_debug_Print 1 "Beware : these settings should not be used for IPSLCM coupled model!" 
     1113              ;; 
     1114            16) 
    11111115              IGCM_debug_Exit "ERROR with OMP parameters !" 
    11121116              IGCM_debug_Print 2 "Beware : ${comp_proc_omp_loc} is too much for MPMD mode" 
Note: See TracChangeset for help on using the changeset viewer.