source: XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/run_test_irene @ 2214

Last change on this file since 2214 was 2197, checked in by jderouillat, 3 years ago

Apply unit test suite in prod mode for GNU

  • Property svn:executable set to *
File size: 194 bytes
Line 
1#!/bin/bash
2
3export arch=X64_IRENE
4export mode=prod
5
6bash ./run_test
7
8
9export arch=X64_IRENE_GNU
10export mode=prod
11
12bash ./run_test
13
14
15#export arch=X64_IRENE
16#export mode=debug
17
18#bash ./run_test
19
Note: See TracBrowser for help on using the repository browser.