Changeset 1191 for trunk/libIGCM


Ignore:
Timestamp:
04/30/15 10:58:43 (9 years ago)
Author:
aclsce
Message:

Cores assignment on Curie : back to the previous "standard" method.

File:
1 edited

Legend:

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

    r1186 r1191  
    10321032#D- MPI specifications 
    10331033# -------------------------------------------------------------------- 
    1034   export OMPI_MCA_paffinity_hwloc_priority=41 
     1034 
    10351035# -------------------------------------------------------------------- 
    10361036#D- Other specifications 
     
    12341234# Build rankfile : method used to assign cores and nodes for the MPI process 
    12351235# Ex : 
    1236 #rank 0=curie5296 slot=0,2,4,6 
    1237 #rank 1=curie5296 slot=8,10,12,14 
     1236#rank 0=curie5296 slot=0,1,2,3 
     1237#rank 1=curie5296 slot=4,5,6,7 
    12381238# Example of final command : 
    12391239# mpirun -hostfile hosts -rankfile rankfile -np 27 ./script_lmdz.x.ksh : -np 5 ./script_opa.xx.ksh 
     
    12541254            string_final="" 
    12551255            for index in `seq $slot $(($slot+$comp_proc_omp_loc-1))`; do 
    1256               (( index_slot = index * 2 )) 
    1257               string=$index_slot$virg 
     1256              string=$index$virg 
    12581257              string_final=$string_final$string 
    12591258            done 
Note: See TracChangeset for help on using the changeset viewer.