Changeset 1524 for trunk/libIGCM


Ignore:
Timestamp:
04/03/20 18:28:47 (4 years ago)
Author:
aclsce
Message:

Modified to exit in case of 12 or 24 OpenMP Threads (not efficient on this architecture of 128 cores/node).

File:
1 edited

Legend:

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

    r1519 r1524  
    190190#- Number of computing cores per node  
    191191#- 
    192 NB_CORE_PER_NODE=48 
     192NB_CORE_PER_NODE=128 
    193193 
    194194#D-#================================================== 
     
    14411441            # Check if the number of threads is correct 
    14421442            case ${comp_proc_omp_loc} in 
    1443             2|4|8|12|16|24) 
     1443            2|4|8|16) 
    14441444              IGCM_debug_Print 1 "You run ${ExeNameOut} on ${comp_proc_omp_loc} OMP threads" 
    14451445              ;; 
     
    14471447              IGCM_debug_Exit "ERROR with OMP parameters !" 
    14481448              IGCM_debug_Print 2 "${comp_proc_omp_loc} is not possible as number of OMP threads" 
    1449               IGCM_debug_Print 2 "Only 2,4,8,12,16,24 as number of OMP threads are possible " 
     1449              IGCM_debug_Print 2 "Only 2,4,8,16 as number of OMP threads are possible " 
    14501450              IGCM_debug_Verif_Exit 
    14511451              ;; 
Note: See TracChangeset for help on using the changeset viewer.