Ignore:
Timestamp:
01/07/22 15:18:07 (2 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/TEST_SUITE/run_test

    r2272 r2281  
    33export build_dir=xios_test_suite/RUN_TEST_SUITE/build_${arch}_${mode} 
    44export svnR=$(svn info --show-item revision ../../) 
     5if [[ -v enable_mem_track ]]; then 
     6  echo "enable_mem_track is set to '$enable_mem_track'" 
     7fi 
    58 
    69echo "Start Building XIOS ... " 
     
    5457  echo "#MSUB -m work,scratch" >> compile.sh 
    5558  echo "cd ../.. ">> compile.sh 
    56   echo "./make_xios --arch_path `pwd`/../ARCH --arch ${arch} --${mode} --use_tv --build_dir ${build_dir} --job 16" >> compile.sh 
     59  echo "./make_xios --arch_path `pwd`/../ARCH --arch ${arch} --${mode} --use_tv ${enable_mem_track} --build_dir ${build_dir} --job 16" >> compile.sh 
    5760  cmd=$(ccc_msub compile.sh) 
    5861  jobid="${cmd//[!0-9]/}" 
Note: See TracChangeset for help on using the changeset viewer.