Changeset 1252


Ignore:
Timestamp:
10/16/15 15:29:39 (9 years ago)
Author:
sdipsl
Message:
  • should work better now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_config/libIGCM_config.ksh

    r1251 r1252  
    624624      eval NbElts=\${#config_Executable_${comp}[@]} 
    625625 
    626       if [ ${NbElts} -ge 2 ] ; then 
     626      if [ ${NbElts} -gt 2 ] ; then 
    627627        # 
    628628        # CURRENT METHOD TO SPECIFY MPI AND OMP RESSOURCES 
     
    661661        # BACKWARD COMPATIBILITY NOT SUPPORTED ANYMORE 
    662662        # 
    663         IGCM_debug_Print 2 "You are using a deprecated ressources specification mechanism in your config.card" 
    664         IGCM_debug_Print 2 "Please check : https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocEsetup#ThesectionExecutable" 
     663        IGCM_debug_Print 0 "You are using a deprecated ressources specification mechanism in your config.card" 
     664        IGCM_debug_Print 0 "Please check : https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocEsetup#ThesectionExecutable" 
    665665        IGCM_debug_Exit "Please modify your config card accordingly" 
    666         IGCM_debug_Verif_Exit 
     666        exit 
    667667      fi 
    668668      eval tempvarMPI=\${${comp}_PROC_MPI} 
Note: See TracChangeset for help on using the changeset viewer.