source: XIOS/dev/dev_trunk_omp/xios_test_suite/COMPILE/compile_irene_local @ 1844

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

dev_trunk_omp : add xios_test_suite folder

  • Property svn:executable set to *
File size: 429 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
Note: See TracBrowser for help on using the repository browser.