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

Last change on this file since 2281 was 2281, checked in by jderouillat, 2 years ago

Add tracking of the memory consumption in the test suite

  • Property svn:executable set to *
File size: 371 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# Must be run after main (X64_IRENE, prod) test to append in the same report
16export arch=X64_IRENE
17export mode=prod
18export enable_mem_track="--memtrack full"
19
20bash ./run_test
21
22
23#export arch=X64_IRENE
24#export mode=debug
25
26#bash ./run_test
27
Note: See TracBrowser for help on using the repository browser.