Skip to content
Snippets Groups Projects

avoid parallel access to lustre on levante

Closed Ralf Mueller requested to merge workaround-for-lustre-errors into develop
4 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -45,9 +45,9 @@ LDFLAGS="${LDFLAGS}" \
MPI_LAUNCH="${MPI_LAUNCH}" \
PKG_CONFIG_PATH="${YAXT_ROOT}/lib/pkgconfig:${PPM_ROOT}/lib/pkgconfig"
make -j8
make
make -j8 check || { cat tests/test-suite.log; exit 1; }
make check || { cat tests/test-suite.log; exit 1; }
check_all_tests_passed tests/test-suite.log
Loading