Ignore:
Timestamp:
04/14/16 09:57:05 (8 years ago)
Author:
sdipsl
Message:
File:
1 edited

Legend:

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

    r1317 r1318  
    13061306            echo "OMP_NUM_THREADS=${comp_proc_omp_loc}" >> script_${ExeNameOut}.ksh 
    13071307          fi 
    1308           echo "(( MYMPIRANK = OMPI_COMM_WORLD_RANK - ${start_num})) " >>  script_${ExeNameOut}.ksh 
    1309           echo "./${ExeNameOut} > out_${ExeNameOut}.out.\${MYMPIRANK} 2>out_${ExeNameOut}.err.\${MYMPIRANK}"  >> script_${ExeNameOut}.ksh 
     1308 
    13101309          #echo "./${ExeNameOut}" >> script_${ExeNameOut}.ksh 
    1311           IGCM_sys_Chmod u+x script_${ExeNameOut}.ksh 
     1310          echo "(( MYMPIRANK = OMPI_COMM_WORLD_RANK )) " >> script_${ExeNameOut}.ksh 
     1311          echo "MYMPIRANK=\$(printf '%3.3d\n' \${MYMPIRANK})" >> script_${ExeNameOut}.ksh 
     1312          echo "./${ExeNameOut} > out_${ExeNameOut}.out.\${MYMPIRANK} 2>out_${ExeNameOut}.err.\${MYMPIRANK}" >> script_${ExeNameOut}.ksh 
     1313          IGCM_sys_Chmod u+x script_${ExeNameOut}.ksh 
    13121314 
    13131315          if [ ${init_exec} = y ] ; then 
Note: See TracChangeset for help on using the changeset viewer.