Last change
on this file since 1805 was
1805,
checked in by ymipsl, 3 years ago
|
XIOS test suite : files for testing compilation
YM
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
File size:
971 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | ###################### |
---|
3 | ## CURIE TGCC/CEA ## |
---|
4 | ###################### |
---|
5 | #MSUB -r XIOS |
---|
6 | #MSUB -o client_output.out # standard output |
---|
7 | #MSUB -e client_error.err #error output |
---|
8 | #MSUB -eo |
---|
9 | #MSUB -c 48 |
---|
10 | #MSUB -n 1 # Number of MPI tasks (SPMD case) or cores (MPMD case) |
---|
11 | #MSUB -X |
---|
12 | #MSUB -x |
---|
13 | #MSUB -T 1800 # Wall clock limit (seconds) |
---|
14 | #MSUB -q skylake # thin nodes |
---|
15 | #MSUB -A gen0826 |
---|
16 | #MSUB -Q test |
---|
17 | #MSUB -m work |
---|
18 | |
---|
19 | # ------------- Compile job for Irene------------ |
---|
20 | |
---|
21 | cd $BRIDGE_MSUB_PWD |
---|
22 | |
---|
23 | set -x |
---|
24 | |
---|
25 | export revision=$(svn info --show-item revision .. 2>&1) |
---|
26 | |
---|
27 | python config_compile.py |
---|
28 | |
---|
29 | cmake . |
---|
30 | ctest -V |
---|
31 | |
---|
32 | build_dir=${xios_test_suite_repository}/BUILD |
---|
33 | mkdir -p $build_dir |
---|
34 | chmod --quiet ug+rwX $build_dir |
---|
35 | mkdir -p ${build_dir}/build_${xios_machine_name} |
---|
36 | |
---|
37 | cp build_*.txt ${build_dir}/build_${xios_machine_name} |
---|
38 | chmod -R ug+rwX ${build_dir}/build_${xios_machine_name} |
---|
39 | |
---|
40 | bash -c "python ./generate_compile.py" |
---|
41 | |
---|
42 | copy_to_thredds compile_${xios_machine_name}_info.js |
---|
43 | |
---|
44 | exit |
---|
Note: See
TracBrowser
for help on using the repository browser.