source: XIOS/trunk/xios_test_suite/COMPILE/compile_irene @ 1884

Last change on this file since 1884 was 1884, checked in by yushan, 4 years ago

trunk : locally generate compile and test info by collecting reports from XIOS_TEST_SUITE_REPOSITORY

  • Property svn:executable set to *
File size: 550 bytes
Line 
1#!/bin/bash
2
3set -x
4
5export revision=$(svn info --show-item revision .. 2>&1)
6
7python config_compile.py
8
9ccc_msub -E "--wait" job_compile_irene.sh
10
11build_dir=${xios_test_suite_repository}/BUILD
12mkdir -p $build_dir ; CHMOD $build_dir
13mkdir -p ${build_dir}/build_${xios_machine_name}
14
15#cp build_*.txt ${build_dir}/build_${xios_machine_name}
16cp build_${revision}_*.txt ${build_dir}/build_${xios_machine_name}
17CHMOD -R ${build_dir}/build_${xios_machine_name}
18
19bash -c "python ./generate_compile.py"
20
21copy_to_thredds compile_${xios_machine_name}_info.js
Note: See TracBrowser for help on using the repository browser.