source: XIOS/trunk/xios_test_suite/ENV_local/irene.env @ 1824

Last change on this file since 1824 was 1824, checked in by yushan, 5 years ago

XIOS test suite : add scripts for local compile and test. No copy to thredds/forge.

File size: 498 bytes
Line 
1module load subversion
2module load cmake
3
4#CHMOD() { chmod --quiet ug+rwx,o+rx "$@" ;}
5CHMOD() { }
6export -f CHMOD
7
8export xios_full_machine_name="Irene"
9export xios_test_suite_repository=${CCCWORKDIR}/XIOS_TEST_SUITE_REPOSITORY
10#export xios_thredds_dir=/ccc/work/cont003/thredds/p86yann/XIOS_TEST_SUITE
11export xios_reference_dir=${CCCWORKDIR}/XIOS_TEST_SUITE_REPOSITORY
12
13mkdir -p $xios_test_suite_repository ; CHMOD $xios_test_suite_repository
14mkdir -p $xios_thredds_dir ; CHMOD $xios_thredds_dir
Note: See TracBrowser for help on using the repository browser.