Changeset 560 for branches


Ignore:
Timestamp:
02/24/12 19:05:41 (12 years ago)
Author:
mafoipsl
Message:

SX9 : verification of run_file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_MPI_OpenMP/libIGCM_sys/libIGCM_sys_mercurex9.ksh

    r559 r560  
    12761276             
    12771277            if ( ${OK_PARA_MPI} ) ; then  
    1278  
    1279                 (( mpi_count = 1 )) 
    1280                 until [ ${mpi_count} -gt ${comp_proc_mpi_loc} ] ; do 
    1281                     echo "./${ExeNameOut}" >> run_file  
    1282                     (( mpi_count = mpi_count + 1 )) 
    1283                 done 
     1278                echo "-p ${comp_proc_mpi_loc} -e ./${ExeNameOut}" >> run_file  
    12841279            fi 
    12851280        fi 
     
    13001295             
    13011296            if ( ${OK_PARA_MPI} ) ; then  
    1302  
    1303                 (( mpi_count = 1 )) 
    1304                 until [ ${mpi_count} -gt ${comp_proc_mpi_loc} ] ; do 
    1305                     echo "./${ExeNameOut}" >> run_file  
    1306                     (( mpi_count = mpi_count + 1 )) 
    1307                 done 
     1297                    echo "-p ${comp_proc_mpi_loc} -e ./${ExeNameOut}" >> run_file  
    13081298            fi 
    13091299        fi 
Note: See TracChangeset for help on using the changeset viewer.