Skip to content
Snippets Groups Projects
Commit 274e49d3 authored by Romin Tomasetti's avatar Romin Tomasetti
Browse files

fix(symbols): removing leaking MPI symbols (see #2173)

parent 165ded1e
No related branches found
No related tags found
No related merge requests found
Pipeline #10216 canceled
...@@ -91,6 +91,7 @@ windows_msvc_ci: ...@@ -91,6 +91,7 @@ windows_msvc_ci:
- cd build - cd build
- cmake -DGMSH_HOST=gmsh.info -DENABLE_PETSC=1 -DPETSC_ARCH=real_mumps_seq -DPETSC_DIR=/petsc-3.14.4 ${EXTRA_OPTION} .. - cmake -DGMSH_HOST=gmsh.info -DENABLE_PETSC=1 -DPETSC_ARCH=real_mumps_seq -DPETSC_DIR=/petsc-3.14.4 ${EXTRA_OPTION} ..
- make package -j 8 - make package -j 8
- if objdump -T libgmsh.so | c++filt | grep "MPI_Init" ;then echo "MPI_Init was found. This should not happen."; exit -1;fi
- PKG=`ls gmsh-*.tar*` - PKG=`ls gmsh-*.tar*`
- scp ${PKG} geuzaine@gmsh.info:.wwwgmsh/bin/Linux/${PKG/\.tar\.gz/\.tgz} - scp ${PKG} geuzaine@gmsh.info:.wwwgmsh/bin/Linux/${PKG/\.tar\.gz/\.tgz}
- ctest -j 8 --output-on-failure - ctest -j 8 --output-on-failure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment