Last change
on this file since 2520 was
1885,
checked in by yushan, 4 years ago
|
trunk : stupid typo
|
-
Property svn:executable set to
*
|
File size:
429 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | set -x |
---|
4 | |
---|
5 | export revision=$(svn info --show-item revision .. 2>&1) |
---|
6 | |
---|
7 | python config_compile.py |
---|
8 | |
---|
9 | ccc_msub -E "--wait" job_compile_irene.sh |
---|
10 | |
---|
11 | build_dir=${xios_test_suite_repository}/BUILD |
---|
12 | mkdir -p $build_dir ; CHMOD $build_dir |
---|
13 | mkdir -p ${build_dir}/build_${xios_machine_name} |
---|
14 | |
---|
15 | cp build_*.txt ${build_dir}/build_${xios_machine_name} |
---|
16 | CHMOD -R ${build_dir}/build_${xios_machine_name} |
---|
17 | |
---|
18 | bash -c "python ./generate_compile.py" |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.