source: XIOS/dev/dev_trunk_omp/xios_test_suite/COMPILE/compile_jeanzay_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: 502 bytes
Line 
1#!/bin/bash
2set -x
3echo ${xios_root}
4export revision=$(svn info --show-item revision ${xios_root} 2>&1)
5python config_compile.py
6
7sbatch --wait job_compile_jeanzay.sh
8
9build_dir=${xios_test_suite_repository}/BUILD
10mkdir -p $build_dir ; CHMOD $build_dir
11mkdir -p ${build_dir}/build_${xios_machine_name}
12
13cp build_*.txt ${build_dir}/build_${xios_machine_name}
14CHMOD -R ${build_dir}/build_${xios_machine_name}
15
16bash -c "python ./generate_compile.py"
17# copy_to_forge compile_${xios_machine_name}_info.js
18
Note: See TracBrowser for help on using the repository browser.