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

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

XIOS test suite : add scripts for local compile and test for Irene

File size: 391 bytes
RevLine 
[1824]1module load subversion
2module load cmake
3
[1827]4CHMOD() { chmod --quiet ug+rwx,o+rx "$@" ;}
[1824]5export -f CHMOD
6
7export xios_full_machine_name="Irene"
8export xios_test_suite_repository=${CCCWORKDIR}/XIOS_TEST_SUITE_REPOSITORY
[1827]9export xios_reference_dir=${CCCWORKDIR}
[1824]10
[1834]11mkdir -p ${xios_test_suite_repository} ; CHMOD ${xios_test_suite_repository}
12mkdir -p ${xios_thredds_dir} ; CHMOD ${xios_thredds_dir}
Note: See TracBrowser for help on using the repository browser.