Ignore:
Timestamp:
10/05/15 15:52:57 (9 years ago)
Author:
sdipsl
Message:
  • reorganize Ada headers (group some options together)
  • simplify strings
Location:
trunk/libIGCM/libIGCM_sys
Files:
2 edited

Legend:

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

    r1239 r1240  
    957957    # SPMD + OMP only 
    958958    sed -e "s/::openMPthreads::/${openMPthreads}/" \ 
    959         -e "s/@\ job_type\ =\ parallel/@\ job_type\ =\ serial/" \ 
     959        -e "s/@ job_type = parallel/@ job_type = serial/" \ 
    960960        -e "/::JobNumProcTot::/d"                  \ 
    961961      ${file} > ${file}.tmp 
     
    964964    # SEQUENTIAL THEN 
    965965    sed -e "s/::JobNumProcTot::/1/"                \ 
    966         -e "s/@\ job_type\ =\ parallel/@\ job_type\ =\ serial/" \ 
     966        -e "s/@ job_type = parallel/@ job_type = serial/" \ 
    967967        -e "/::openMPthreads::/d"                  \ 
    968968      ${file} > ${file}.tmp 
  • 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.