mirror of https://github.com/ecmwf/eccodes.git
22 lines
466 B
Bash
22 lines
466 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
# 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
|
|
module load gnuparallel/new
|
|
module load python3
|
|
|
|
version=$(cat $TMPDIR/eccodes/VERSION)
|
|
|
|
cd ~masn/REGRESSION_TESTING/ecCodes
|
|
./par-suite.sh -w $TMPDIR/install/eccodes/$version
|
|
|
|
# For debugging specific test(s)
|
|
# ./seq-suite.sh -w $TMPDIR/install/eccodes/$version -d -t py_
|