We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a683147 commit f0a9cc1Copy full SHA for f0a9cc1
Dockerfile
@@ -95,8 +95,8 @@ RUN for ARCH in SSE2 AVX_256 AVX2_256 AVX_512; do \
95
96
# Run tests (optional)
97
# We avoid running tests for AVX_512, since that hardware might not be available
98
-RUN for ARCH in SSE2 AVX_256 AVX2_256; do \
99
- cd /gromacs-build.${ARCH} && make -j ${JOBS} check; done
+#RUN for ARCH in SSE2 AVX_256 AVX2_256; do \
+# cd /gromacs-build.${ARCH} && make -j ${JOBS} check; done
100
101
#
102
# Build the program to identify number of AVX512 FMA units
0 commit comments