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
RevLine 
[1806]1#!/bin/bash
2
[1888]3export arch=X64_IRENE
4export mode=prod
[1806]5
[1899]6bash ./run_test
[1888]7
8
[2191]9export arch=X64_IRENE_GNU
[2197]10export mode=prod
[2191]11
12bash ./run_test
13
14
[2036]15#export arch=X64_IRENE
16#export mode=debug
[1888]17
[2036]18#bash ./run_test
[1888]19
Note: See TracBrowser for help on using the repository browser.