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