source: XIOS/trunk/xios_test_suite/ENV_local/jeanzay.env @ 1899

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

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

File size: 378 bytes
Line 
1module load subversion
2module load cmake
3
4CHMOD() { setfacl -R -m u::rwx,u:rpsl565:rwx,u:rpsl954:rwx,u:rgzi016:rwx,g::r-x,o::r-x,m::rwx "$@" ;}
5export -f CHMOD
6
7export xios_full_machine_name="Jean-Zay"
8export xios_test_suite_repository=${WORK}/XIOS_TEST_SUITE_REPOSITORY
9export xios_reference_dir=${WORK}
10mkdir -p $xios_test_suite_repository ; CHMOD $xios_test_suite_repository
Note: See TracBrowser for help on using the repository browser.