Ignore:
Timestamp:
06/02/21 11:03:35 (3 years ago)
Author:
jderouillat
Message:

Update Python error management. Importing unit test from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ENV/irene.env

    r2038 r2139  
    1 module load subversion 
    2 module load cmake 
    3 module load python3/3.7.5 
     1module load subversion    2>&1 
     2module load cmake         2>&1 
     3module load python3/3.7.5 2>&1 
     4module load cdo           2>&1 
    45 
    56CHMOD() { chmod --quiet ug+rwX,o+rX "$@" ;} 
     
    1213export ref_location=/ccc/cont003/home/gencmip6/wangyush/automation_XIOS/reference/XIOS_COUPLING 
    1314#export ref_location=/ccc/cont003/home/gencmip6/wangyush/reference_dir 
     15export ref_location=/ccc/work/cont003/gen0826/derouilj/XIOS_Unit_Tests/reference/XIOS_COUPLING 
    1416export ref_file=reference.tar.gz 
    1517 
Note: See TracChangeset for help on using the changeset viewer.