Ignore:
Timestamp:
01/07/22 15:18:07 (3 years ago)
Author:
jderouillat
Message:

Add tracking of the memory consumption in the test suite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/generate_ref.sh

    r1909 r2281  
    55W_DIR=RUN_TEST_SUITE 
    66NC_FILE=*.nc 
     7MEM_FILE=*.mem 
    78REF_TAR=reference.tar.gz 
    89 
     
    1516  do 
    1617    mkdir -p ${REF}/${REF_PREFIX}${test_config%%} 
    17     cp ${W_DIR}/${test_config%%}/${NC_FILE} ${REF}/${REF_PREFIX}${test_config%%} 
     18    cp ${W_DIR}/${test_config%%}/${NC_FILE}  ${W_DIR}/${test_config%%}/${MEM_FILE} ${REF}/${REF_PREFIX}${test_config%%} 
    1819  done 
    1920done 
Note: See TracChangeset for help on using the changeset viewer.