Skip to content
Snippets Groups Projects
Commit a4435cb8 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

gitlab-ci: Skip run-time tests for Intel OneAPI MPI.

* It currently does not work in Docker.
parent c772f1fc
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ run_test_oneapi_2023_2_1:
LDFLAGS="-g -shared-intel"
--disable-silent-rules
--disable-static
MPI_LAUNCH="`which mpirun`"
MPI_LAUNCH=/bin/true
|| { status=$? ; gzip config.log ; exit $status ; }
- gzip config.log
# build yaxt and unit tests without running tests
......
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