source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/modeles/XIOS/xios_test_suite/COMPILE/compile_irene @ 5477

Last change on this file since 5477 was 5477, checked in by aclsce, 4 years ago
  • Created CONFIG_DEVT directory
  • First import of LMDZOR_V6.2_work_ENSEMBLES working configuration
  • Property svn:executable set to *
File size: 482 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
15cp build_*.txt ${build_dir}/build_${xios_machine_name}
16CHMOD -R ${build_dir}/build_${xios_machine_name}
17
18bash -c "python ./generate_compile.py"
19
20copy_to_thredds compile_${xios_machine_name}_info.js
Note: See TracBrowser for help on using the repository browser.