Ignore:
Timestamp:
10/05/15 15:52:57 (9 years ago)
Author:
sdipsl
Message:
  • reorganize Ada headers (group some options together)
  • simplify strings
File:
1 edited

Legend:

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

    r1239 r1240  
    11151115    sed -e "s/::openMPthreads::/${openMPthreads}/" \ 
    11161116        -e "s/::JobNumProcTot::/${mpiTasks}/"      \ 
    1117         -e "/#MSUB\ -x/d"                          \ 
     1117        -e "/#MSUB -x/d"                           \ 
    11181118        -e "/--cpu_bind=none/d"                    \ 
    11191119      ${file} > ${file}.tmp 
     
    11231123    sed -e "s/::JobNumProcTot::/${mpiTasks}/"      \ 
    11241124        -e "/::openMPthreads::/d"                  \ 
    1125         -e "/#MSUB\ -x/d"                          \ 
     1125        -e "/#MSUB -x/d"                           \ 
    11261126        -e "/--cpu_bind=none/d"                    \ 
    11271127      ${file} > ${file}.tmp 
     
    11311131    sed -e "s/::openMPthreads::/${openMPthreads}/" \ 
    11321132        -e "/::JobNumProcTot::/d"                  \ 
    1133         -e "/#MSUB\ -x/d"                          \ 
     1133        -e "/#MSUB -x/d"                           \ 
    11341134        -e "/--cpu_bind=none/d"                    \ 
    11351135      ${file} > ${file}.tmp 
     
    11391139    sed -e "s/::JobNumProcTot::/1/"                \ 
    11401140        -e "/::openMPthreads::/d"                  \ 
    1141         -e "/#MSUB\ -x/d"                          \ 
     1141        -e "/#MSUB -x/d"                           \ 
    11421142        -e "/--cpu_bind=none/d"                    \ 
    11431143      ${file} > ${file}.tmp 
Note: See TracChangeset for help on using the changeset viewer.