Skip to content
Snippets Groups Projects
Commit 81793689 authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

Add writeout for dev/shm size

parent 04bf1b87
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ test:intel:
#- which pip && pip --version
- which pip3 && pip3 --version
# needs to be implemented (tests for dependencies e.g. MPI, OpenMP, LAPACK, etc.)
- df -h /dev/shm # check if shm is big enough (https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-guide-linux/top/troubleshooting/problem-mpi-limitation-for-docker.html)
- cd tests/unit_tests/test_parallel && ./run_parallel_tests.sh
###############################################################################
......
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