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

GENERIC_TESTCASE: add build_dir for job scripts

Location:
XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_grid_algo
Files:
2 edited

Legend:

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

    r1738 r1743  
    4040 
    4141export machine_name=irene 
    42 #export GMON_OUT_PREFIX='gmon.out' 
     42export xios_dir=/ccc/cont003/home/gencmip6/wangyush/XIOS/dev_trunk_omp 
     43export build_dir=build_mpi_intelmpi_prod 
    4344 
    44 #export TAU_MAKEFILE=$TAU_MAKEFILEDIR/Makefile.tau-icpc-papi-mpi-pdt-openmp-opari-scorep 
    45 #ccc_mprun -E '--enable_perf' amplxe-cl -collect hotspots -r ${PWD}/1omp_vtune/vtune_results ../../bin/test_send.exe 
    46  
    47 #ccc_mprun ../build_prod/bin/test_omp.exe 4 
    48 #ccc_mprun tau_exec -io ../../bin/test_send.exe 
    49 #ddt -start -n 8 ../buile_intelmpi/bin/test_omp.exe 
    5045cp ../setup.py ./ 
    5146cp ../run_sub_test.sh ./ 
     
    5954ctest -V #enable all output 
    6055 
    61 rm -f setup.py run_sub_test.sh 
     56rm -f setup.py 
     57rm -f run_sub_test.sh 
    6258rm -f run_test_*.py 
     59rm -f CMakeLists.txt 
     60rm -f context_grid_dynamico.xml 
     61rm -f dynamico_grid.nc 
     62rm -f default_param.pyc 
     63rm -f user_param.pyc 
    6364rm -f user_param.py.* 
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_grid_algo/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.