Skip to content
Snippets Groups Projects
Commit 311ae488 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Speed-up CI tests on Daint.

parent b3db37d3
No related branches found
No related tags found
2 merge requests!14Draft: K202125/cdi 1.8.x pio merge followup,!8Consolidation with CDI-PIO (1.8.x)
......@@ -24,6 +24,7 @@ LDFLAGS="-L${ECCODES_ROOT}/lib64"
--enable-iso-c-interface \
--enable-mpi \
--enable-option-checking=fatal \
--with-concurrent-mpi-checks \
--with-eccodes \
--with-netcdf \
CC="${CC}" \
......@@ -35,6 +36,8 @@ PKG_CONFIG_PATH="${YAXT_ROOT}/lib/pkgconfig:${PPM_ROOT}/lib/pkgconfig:${PKG_CONF
make -j8
make -j8 check | tee check.log
# Run with '-j' to submit as many MPI jobs as possible
# (see '--with-concurrent-mpi-checks'):
make -j check | tee check.log
check_all_tests_passed check.log
......@@ -24,6 +24,7 @@ LDFLAGS="-L${ECCODES_ROOT}/lib64"
--enable-iso-c-interface \
--enable-mpi \
--enable-option-checking=fatal \
--with-concurrent-mpi-checks \
--with-eccodes \
--with-netcdf \
CC="${CC}" \
......@@ -35,6 +36,8 @@ PKG_CONFIG_PATH="${YAXT_ROOT}/lib/pkgconfig:${PPM_ROOT}/lib/pkgconfig:${PKG_CONF
make -j8
make -j8 check | tee check.log
# Run with '-j' to submit as many MPI jobs as possible
# (see '--with-concurrent-mpi-checks'):
make -j check | tee check.log
check_all_tests_passed check.log
......@@ -108,7 +108,7 @@ init_cray1100()
CC=cc
CXX=CC
FC=ftn
MPI_LAUNCH='srun -p debug -C gpu -A d56'
MPI_LAUNCH='srun -p cscsci -C gpu -A d56 -t 05:00'
ECCODES_ROOT='/scratch/snx3000/skosukhi/cdi-pio-sw/eccodes-20.20.0-cray11'
PPM_ROOT='/scratch/snx3000/skosukhi/cdi-pio-sw/ppm-1.0.6-cray11'
......@@ -130,7 +130,7 @@ init_pgi2011()
CC=cc
CXX=CC
FC=ftn
MPI_LAUNCH='srun -p debug -C gpu -A d56'
MPI_LAUNCH='srun -p cscsci -C gpu -A d56 -t 05:00'
ECCODES_ROOT='/scratch/snx3000/skosukhi/cdi-pio-sw/eccodes-20.20.0-pgi20'
PPM_ROOT='/scratch/snx3000/skosukhi/cdi-pio-sw/ppm-1.0.6-pgi20'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment