Changeset 190


Ignore:
Timestamp:
10/28/09 11:04:37 (15 years ago)
Author:
aclsce
Message:

Modified to launch easily ocean in parallel mode in coupled configuration on platine.

File:
1 edited

Legend:

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

    r187 r190  
    14031403        echo "IGCM_sys_build_run_file " $@ 
    14041404    fi 
     1405    NUM_PROC_OCE=1 
     1406    (( NUM_PROC_ATM = $BATCH_NUM_PROC_TOT - NUM_PROC_OCE - 1)) 
     1407    (( nb_tot_m1    = $BATCH_NUM_PROC_TOT - NUM_PROC_OCE )) 
    14051408    if [ $1 = MPI1 ]; then 
    1406         (( nb_tot_m1 = $BATCH_NUM_PROC_TOT  - 1 )) 
    14071409        cat <<EOF > run_file 
    14081410#!/bin/bash 
     
    14171419        IGCM_sys_Chmod u+x run_file 
    14181420    fi 
    1419     (( NUM_PROC_ATM = $BATCH_NUM_PROC_TOT - 2 )) 
    1420     (( NUM_PROC_OCE = 1 )) 
    1421  
    14221421    IGCM_debug_PopStack "IGCM_sys_build_run_file" 
    14231422   
Note: See TracChangeset for help on using the changeset viewer.