2023-03-31 13:22:43 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2023-04-05 10:18:10 +00:00
|
|
|
# We do not want to come across the ecCodes tools in the toolbox
|
|
|
|
module unload ecmwf-toolbox
|
|
|
|
|
|
|
|
module load cdo/new
|
|
|
|
module load numdiff
|
|
|
|
module load nccmp
|
|
|
|
module load netcdf4/new
|
|
|
|
module load gnuparallel/new
|
|
|
|
module load python3
|
2023-03-31 13:22:43 +00:00
|
|
|
|
2023-12-11 09:36:26 +00:00
|
|
|
version=$(cat $TMPDIR/eccodes/VERSION)
|
|
|
|
|
2023-03-31 13:22:43 +00:00
|
|
|
cd ~masn/REGRESSION_TESTING/ecCodes
|
2023-12-11 09:36:26 +00:00
|
|
|
./par-suite.sh -w $TMPDIR/install/eccodes/$version
|
2023-04-05 10:23:36 +00:00
|
|
|
|
2023-04-05 10:28:46 +00:00
|
|
|
# For debugging specific test(s)
|
2023-12-11 09:36:26 +00:00
|
|
|
# ./seq-suite.sh -w $TMPDIR/install/eccodes/$version -d -t py_
|