Changeset 1440 for trunk/libIGCM


Ignore:
Timestamp:
04/16/18 11:59:07 (6 years ago)
Author:
jgipsl
Message:

Added more possibilities at irene

File:
1 edited

Legend:

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

    r1438 r1440  
    14401440            # Check if the number of threads is correct 
    14411441            case ${comp_proc_omp_loc} in 
    1442             2|4|8|16) 
     1442            2|4|8|12|16|24) 
    14431443              IGCM_debug_Print 1 "You run ${ExeNameOut} on ${comp_proc_omp_loc} OMP threads" 
    14441444              ;; 
     
    14461446              IGCM_debug_Exit "ERROR with OMP parameters !" 
    14471447              IGCM_debug_Print 2 "${comp_proc_omp_loc} is not possible as number of OMP threads" 
    1448               IGCM_debug_Print 2 "Only 2,4,8,16 as number of OMP threads are possible " 
     1448              IGCM_debug_Print 2 "Only 2,4,8,12,16,24 as number of OMP threads are possible " 
    14491449              IGCM_debug_Verif_Exit 
    14501450              ;; 
Note: See TracChangeset for help on using the changeset viewer.