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

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

Update Irene trunk test suite paths with shared space

File size: 1.1 KB
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 # DEPRECATED ?
10#export xios_thredds_dir=/ccc/work/cont003/thredds/p86yann/XIOS_TEST_SUITE
11export xios_thredds_dir=/ccc/work/cont003/thredds/thredds/gen0826/XIOS_TEST_SUITE_REPOSITORY/trunk
12export xios_reference_dir=/ccc/work/cont003/gen0826/gen0826/XIOS_TEST_SUITE_REPOSITORY-sav # DEPRECATED ?
13#export ref_location=/ccc/cont003/home/gencmip6/wangyush/reference_dir
14#export ref_location=/ccc/cont003/home/gencmip6/wangyush/automation_XIOS/reference/trunk
15#export ref_location=/ccc/work/cont003/gen0826/derouilj/XIOS_Unit_Tests/reference/trunk
16export ref_location=/ccc/work/cont003/gen0826/gen0826/XIOS_Unit_Tests/reference/trunk
17export ref_file=reference.tar.gz
18
19export PYTHON=python3
20export user_account=gen0826
21
22mkdir -p $xios_test_suite_repository ; CHMOD $xios_test_suite_repository
23mkdir -p $xios_thredds_dir ; CHMOD $xios_thredds_dir
Note: See TracBrowser for help on using the repository browser.