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