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

Last change on this file since 2192 was 2191, checked in by jderouillat, 3 years ago

Apply test suite in a GNU environment

  • Property svn:executable set to *
File size: 195 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=debug
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.