Ignore:
Timestamp:
08/12/11 10:19:22 (13 years ago)
Author:
mafoipsl
Message:

Adaptation and test on vargas for MPI only coupled run. No test with only one component. No test with OpenMP/MPI mixture.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_MPI_OpenMP/libIGCM_config/libIGCM_config.ksh

    r490 r493  
    569569        if [ X${ExeNameIn} != X\"\" ] ; then 
    570570            eval NbElts=\${#config_Executable_${comp}[@]} 
    571             if [ ${NbElts} -gt 2 ] ; then 
     571            if [ ${NbElts} -ge 2 ] ; then 
    572572                (( j = 2 )) 
    573573                eval ${comp}_PROC_MPI=1 
     
    583583                        echo "Error reading MPI/OMP parameters !!!"  
    584584                        echo "Check your config.card."  
    585                     # MM : à enlever : 
     585                    # MM : A  enlever : 
    586586                        exit 1 
    587587                        #break 
    588588                    fi 
    589  
    590 # pb                eval ${comp}_PROC_MPI=1 
    591 # pb                eval ${comp}_PROC_OMP=1 
    592 # pb                eval ${comp}_PROC_NOD=1 
    593589 
    594590                    eval IGCM_debug_Print 2 ${tempvar} 
Note: See TracChangeset for help on using the changeset viewer.