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