Ignore:
Timestamp:
10/04/19 17:36:51 (5 years ago)
Author:
yushan
Message:

GENERIC_TESTCASE : check all .nc files by default. Generate Cmake files from python scripts (user_config.py, setup.py). Add scripts for copy to/from compressed reference stored in /gpfswork/rech/psl/rpsl954 (Jean-Zay and Irene).

File:
1 edited

Legend:

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

    r1729 r1734  
    3333export machine_name=jeanzay 
    3434 
    35 python user_config.py 
     35# python user_config.py 
     36export output=$(python user_config.py 2>&1 >/dev/null) 
     37 
     38if [ "$output" -ne 0 ] 
     39then 
     40        echo "user_config.py failed" 
     41        exit 
     42else 
     43        echo "user_config.py OK" 
     44fi 
     45 
    3646cmake . 
    3747ctest -V  
    3848make report 
    39 #./run_sub_test.sh 
    4049 
    4150#srun --mpi=pmi2 -K1 --multi-prog -m cyclic ./srun.conf 
Note: See TracChangeset for help on using the changeset viewer.