Changeset 1299


Ignore:
Timestamp:
03/11/16 13:01:16 (8 years ago)
Author:
sdipsl
Message:
  • small adjustements
File:
1 edited

Legend:

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

    r1296 r1299  
    978978            # Check if the number of threads is correct 
    979979            case ${comp_proc_omp_loc} in 
    980             2|4) 
     980            2|4|8) 
    981981              IGCM_debug_Print 1 "You run ${ExeNameOut} on ${comp_proc_omp_loc} OMP threads" 
    982982              ;; 
     
    984984              IGCM_debug_Exit "ERROR with OMP parameters !" 
    985985              IGCM_debug_Print 2 "${comp_proc_omp_loc} is not possible as number of OMP threads" 
    986               IGCM_debug_Print 2 "Only 2,4 as number of OMP threads are possible " 
     986              IGCM_debug_Print 2 "Only 2,4,8 as number of OMP threads are possible " 
    987987              IGCM_debug_Verif_Exit 
    988988              ;; 
Note: See TracChangeset for help on using the changeset viewer.