mirror of https://github.com/ecmwf/eccodes.git
Update ci-nightly-test.sh
This commit is contained in:
parent
31a321be50
commit
0ab9568ffe
|
@ -2,13 +2,16 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
module unload ecmwf-toolbox # Very important if you are testing your own build/install
|
# We do not want to come across the ecCodes tools in the toolbox
|
||||||
module load cdo/new
|
module unload ecmwf-toolbox
|
||||||
module load numdiff
|
|
||||||
module load nccmp netcdf4/new
|
module load cdo/new
|
||||||
module load gnuparallel/new
|
module load numdiff
|
||||||
module load python3
|
module load nccmp
|
||||||
|
module load netcdf4/new
|
||||||
|
module load gnuparallel/new
|
||||||
|
module load python3
|
||||||
|
|
||||||
cd ~masn/REGRESSION_TESTING/ecCodes
|
cd ~masn/REGRESSION_TESTING/ecCodes
|
||||||
# ./par-suite.sh -w $TMPDIR/install/eccodes
|
# ./par-suite.sh -w $TMPDIR/install/eccodes
|
||||||
./seq-suite.sh -w $TMPDIR/install/eccodes -d -t grib_png
|
./seq-suite.sh -w $TMPDIR/install/eccodes -d -t py_binary_message
|
||||||
|
|
Loading…
Reference in New Issue