source: XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_axis_algo/run.sh @ 1707

Last change on this file since 1707 was 1707, checked in by yushan, 5 years ago

Generic_testcase : add the checkfile.def to list all the .nc file for result comparaison

  • Property svn:executable set to *
File size: 489 bytes
Line 
1#!/bin/bash
2
3touch report.txt
4> report.txt
5
6nb_config=$(python mul_Config.py 2>&1)                                                                                                                   
7
8
9counter=0
10while [ $counter -lt $nb_config ]
11do
12
13rm -f user_param.py
14
15cp user_param.py.$counter user_param.py
16
17((counter++))
18
19nb_proc=$(python Config.py 2>&1) 
20
21mpirun -np $nb_proc ../../build_prod/bin/generic_testcase.exe
22
23cp ../Root_check.py check.py
24python check.py
25# echo $valid
26
27done
Note: See TracBrowser for help on using the repository browser.