source: XIOS/trunk/xios_test_suite/ENV/irene.env @ 2154

Last change on this file since 2154 was 2154, checked in by jderouillat, 3 years ago

Update ref_location to be able to run the test_suite

File size: 881 bytes
Line 
1module load subversion
2module load cmake
3module load python3/3.7.5
4
5CHMOD() { chmod --quiet ug+rwX,o+rX "$@" ;}
6export -f CHMOD
7
8export xios_full_machine_name="Irene"
9export xios_test_suite_repository=/ccc/work/cont003/gen0826/gen0826/XIOS_TEST_SUITE_REPOSITORY
10export xios_thredds_dir=/ccc/work/cont003/thredds/p86yann/XIOS_TEST_SUITE
11export xios_reference_dir=/ccc/work/cont003/gen0826/gen0826/XIOS_TEST_SUITE_REPOSITORY
12#export ref_location=/ccc/cont003/home/gencmip6/wangyush/reference_dir
13#export ref_location=/ccc/cont003/home/gencmip6/wangyush/automation_XIOS/reference/trunk
14export ref_location=/ccc/work/cont003/gen0826/derouilj/XIOS_Unit_Tests/reference/trunk
15export ref_file=reference.tar.gz
16
17export PYTHON=python3
18export user_account=gen0826
19
20mkdir -p $xios_test_suite_repository ; CHMOD $xios_test_suite_repository
21mkdir -p $xios_thredds_dir ; CHMOD $xios_thredds_dir
Note: See TracBrowser for help on using the repository browser.