Ignore:
Timestamp:
10/09/19 17:34:40 (5 years ago)
Author:
yushan
Message:

GENERIC_TESTCASE : generate job scripts for each config (Jean-Zay and Irene)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_domain_algo/job_irene.sh

    r1729 r1738  
    2222module load mpi/intelmpi/2017.0.6.256 
    2323module load flavor/buildcompiler/intel/17 
    24 #module load flavor/buildmpi/intelmpi/2017 
    2524module load flavor/hdf5/parallel 
    2625module load netcdf-fortran/4.4.4 
     
    4948#ccc_mprun tau_exec -io ../../bin/test_send.exe 
    5049#ddt -start -n 8 ../buile_intelmpi/bin/test_omp.exe 
     50cp ../setup.py ./ 
     51cp ../run_sub_test.sh ./ 
     52 
    5153python setup.py 
     54 
    5255cmake . 
    53 make test 
     56 
     57#ctest --output-on-failure #enable output only when test failed 
     58 
     59ctest -V #enable all output 
     60 
     61rm -f setup.py run_sub_test.sh 
     62rm -f run_test_*.py 
     63rm -f user_param.py.* 
Note: See TracChangeset for help on using the changeset viewer.