Last change
on this file since 2382 was
1835,
checked in by yushan, 5 years ago
|
XIOS test suite : add scripts for local compile and test for Jean-Zay
|
-
Property svn:executable set to
*
|
File size:
474 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | set -x |
---|
3 | export revision=$(svn info --show-item revision .. 2>&1) |
---|
4 | python config_compile.py |
---|
5 | |
---|
6 | sbatch --wait job_compile_jeanzay.sh |
---|
7 | |
---|
8 | build_dir=${xios_test_suite_repository}/BUILD |
---|
9 | mkdir -p $build_dir ; CHMOD $build_dir |
---|
10 | mkdir -p ${build_dir}/build_${xios_machine_name} |
---|
11 | |
---|
12 | cp build_*.txt ${build_dir}/build_${xios_machine_name} |
---|
13 | CHMOD -R ${build_dir}/build_${xios_machine_name} |
---|
14 | |
---|
15 | bash -c "python ./generate_compile.py" |
---|
16 | # copy_to_forge compile_${xios_machine_name}_info.js |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.