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
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -56,9 +56,9 @@ make check || { cat tests/test-suite.log; exit 1; }
check_all_tests_passed tests/test-suite.log
if test "x${enable_maintainer_mode}" = 'xyes'; then
make -j8 maintainer-clean
make maintainer-clean
else
make -j8 distclean
make distclean
fi
check_no_files_in_cwd
Loading