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
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
[2281]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
[2036]23#export arch=X64_IRENE
24#export mode=debug
[1888]25
[2036]26#bash ./run_test
[1888]27
Note: See TracBrowser for help on using the repository browser.