Changeset 1258


Ignore:
Timestamp:
10/19/15 15:03:09 (9 years ago)
Author:
sdipsl
Message:
  • allow 4 OMP on Ada
File:
1 edited

Legend:

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

    r1244 r1258  
    10591059              # Check if the number of threads is correct 
    10601060              case ${comp_proc_omp_loc} in 
    1061               1|2) 
     1061              1|2|4) 
    10621062                IGCM_debug_Print 1 "You run ${ExeNameOut} on ${comp_proc_omp_loc} OMP threads" 
    10631063                ;; 
    1064               4|8|16) 
     1064              8|16) 
    10651065                IGCM_debug_Exit "ERROR with OMP parameters !" 
    10661066                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.