Changeset 1245


Ignore:
Timestamp:
10/09/15 16:15:13 (9 years ago)
Author:
sdipsl
Message:
  • bugfix with IGCM_sys_updateHeaders on curie with # MPMD + MPI + OMP case
File:
1 edited

Legend:

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

    r1244 r1245  
    11071107  elif [ ${executionType} -eq 2 ] ; then 
    11081108    # MPMD + MPI + OMP 
    1109     sed -e "s/::openMPthreads::/${openMPthreads}/" \ 
     1109    sed -e "/::openMPthreads::/d"                  \ 
    11101110        -e "s/::JobNumProcTot::/${coreNumber}/"    \ 
    11111111      ${file} > ${file}.tmp 
Note: See TracChangeset for help on using the changeset viewer.