Changeset 1430


Ignore:
Timestamp:
03/16/18 16:55:17 (6 years ago)
Author:
aclsce
Message:
  • Fixed small bug in the use of NOD parameter.
File:
1 edited

Legend:

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

    r1426 r1430  
    13741374          #./lmdz.x 
    13751375          if [ ${comp_proc_nod_loc} -gt 1 ] ; then 
    1376               (( offset_comp_proc_loc =  NB_CORE_PER_NODE / comp_proc_mpi_loc * comp_proc_nod_loc )) 
     1376              (( offset_comp_proc_loc =  NB_CORE_PER_NODE / (comp_proc_mpi_loc / comp_proc_nod_loc) )) 
    13771377          else 
    13781378              (( offset_comp_proc_loc =  comp_proc_omp_loc )) 
Note: See TracChangeset for help on using the changeset viewer.