Ignore:
Timestamp:
03/11/16 12:15:32 (8 years ago)
Author:
sdipsl
Message:
  • Bugfix on ciclad. MPMD was broken. SPMD hybrid MPI/OpenMP was partly broken.
  • cleaning
File:
1 edited

Legend:

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

    r1288 r1296  
    181181#- set PackDefault to true on curie 
    182182PackDefault=true 
    183  
    184 #==================================================== 
    185 #- Number of core per node (max number of OpenMP task) 
    186 NUM_COREPERNODE=8 
    187183 
    188184#==================================================== 
     
    13171313          fi 
    13181314 
    1319 # Build rankfile : method used to assign cores and nodes for the MPI process 
    1320 # Ex : 
    1321 #rank 0=curie5296 slot=0,1,2,3 
    1322 #rank 1=curie5296 slot=4,5,6,7 
    1323 # Example of final command : 
    1324 # mpirun -hostfile hosts -rankfile rankfile -np 27 ./script_lmdz.x.ksh : -np 5 ./script_opa.xx.ksh 
    1325 # with script_lmdz.x.ksh : 
    1326 # #!/bin/ksh 
    1327 #export KMP_STACKSIZE=3g 
    1328 #export KMP_LIBRARY=turnaround 
    1329 #export MKL_SERIAL=YES 
    1330 #OMP_NUM_THREADS=4 
    1331 #./lmdz.x 
    1332 # 
     1315          # Build rankfile : method used to assign cores and nodes for the MPI process 
     1316          # Ex : 
     1317          #rank 0=curie5296 slot=0,1,2,3 
     1318          #rank 1=curie5296 slot=4,5,6,7 
     1319          # Example of final command : 
     1320          # mpirun -hostfile hosts -rankfile rankfile -np 27 ./script_lmdz.x.ksh : -np 5 ./script_opa.xx.ksh 
     1321          # with script_lmdz.x.ksh : 
     1322          # #!/bin/ksh 
     1323          #export KMP_STACKSIZE=3g 
     1324          #export KMP_LIBRARY=turnaround 
     1325          #export MKL_SERIAL=YES 
     1326          #OMP_NUM_THREADS=4 
     1327          #./lmdz.x 
    13331328 
    13341329          for nb_proc_mpi in `seq 0 $(($comp_proc_mpi_loc-1))`; do 
     
    13481343          done 
    13491344        fi 
    1350  
    13511345      done 
    13521346    fi 
Note: See TracChangeset for help on using the changeset viewer.