Ignore:
Timestamp:
10/16/19 11:18:04 (5 years ago)
Author:
yushan
Message:

GENERIC_TESTCASE: add build_dir for job scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_function/job_jz.sh

    r1737 r1743  
    3232#srun --mpi=pmi2 -K1 --multi-prog -m cyclic ./mpmd_srun.conf 
    3333export machine_name=jeanzay 
     34export xios_dir=/gpfswork/rech/psl/rpsl954/xios/dev_trunk_omp 
     35export build_dir=build_prod 
    3436 
    3537cp ../setup.py ./ 
     
    4042cmake . 
    4143 
    42 ctest --output-on-failure #enable output only when test failed 
     44#ctest --output-on-failure #enable output only when test failed 
    4345 
    44 #ctest -V #enable all output 
     46ctest -V #enable all output 
    4547 
    46 rm -f setup.py run_sub_test.sh 
     48rm -f setup.py 
     49rm -f run_sub_test.sh 
    4750rm -f run_test_*.py 
     51rm -f CMakeLists.txt 
     52rm -f context_grid_dynamico.xml 
     53rm -f dynamico_grid.nc 
     54rm -f default_param.pyc 
     55rm -f user_param.pyc 
    4856rm -f user_param.py.* 
    49  
Note: See TracChangeset for help on using the changeset viewer.