Changeset 1293


Ignore:
Timestamp:
03/10/16 16:29:46 (8 years ago)
Author:
jgipsl
Message:
  • corrected hybrid run case with one executable at ciclad
  • removed temporary file config.card.base64 after use
Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_debug/libIGCM_debug.ksh

    r1290 r1293  
    186186    rm -f $buffer ; touch ${buffer}                                    # clear buffer 
    187187    touch ${last_mail_date__file}                                      # memorize last mail date 
     188    rm -f ${SUBMIT_DIR}/config.card.base64                             # remove temporary file 
    188189    initBigBro=false 
    189190  elif [ ${send_messages} -eq 1 ] ; then 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ciclad.ksh

    r1286 r1293  
    971971          #echo "export KMP_LIBRARY=turnaround"  >> script_${ExeNameOut}.ksh 
    972972          #echo "export MKL_SERIAL=YES"  >> script_${ExeNameOut}.ksh 
    973           echo "OMP_NUM_THREADS=${comp_proc_omp_loc}" >> script_${ExeNameOut}.ksh 
     973          echo "export OMP_STACKSIZE=200M" >> script_${ExeNameOut}.ksh  
     974          echo "export OMP_NUM_THREADS=${comp_proc_omp_loc}" >> script_${ExeNameOut}.ksh 
    974975          echo "(( MYMPIRANK = OMPI_COMM_WORLD_RANK - ${start_num})) " >>  script_${ExeNameOut}.ksh 
    975976          echo "./${ExeNameOut} > out_${ExeNameOut}.out.\${MYMPIRANK} 2>out_${ExeNameOut}.err.\${MYMPIRANK}"  >> script_${ExeNameOut}.ksh 
     
    11011102        if ( ${OK_PARA_OMP} ) ; then 
    11021103          eval comp_proc_omp_loc=\${${comp}_PROC_OMP} 
    1103           echo "OMP_NUM_THREADS=${comp_proc_omp_loc}" >> script_${ExeNameOut}.ksh 
     1104          echo "export OMP_STACKSIZE=200M" >> script_${ExeNameOut}.ksh 
     1105          echo "export OMP_NUM_THREADS=${comp_proc_omp_loc}" >> script_${ExeNameOut}.ksh 
    11041106        fi 
    11051107        if  ( ${OK_PARA_MPI} ) ; then 
Note: See TracChangeset for help on using the changeset viewer.