Changeset 1256


Ignore:
Timestamp:
10/16/15 23:12:02 (9 years ago)
Author:
sdipsl
Message:
  • MPMD + MPI only on curie = we dont need those headers:

#MSUB -x
#MSUB -E '--cpu_bind=none'

File:
1 edited

Legend:

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

    r1245 r1256  
    11031103    sed -e "/::openMPthreads::/d"                  \ 
    11041104        -e "s/::JobNumProcTot::/${coreNumber}/"    \ 
     1105        -e "/#MSUB -x/d"                           \ 
     1106        -e "/--cpu_bind=none/d"                    \ 
    11051107      ${file} > ${file}.tmp 
    11061108 
Note: See TracChangeset for help on using the changeset viewer.