Skip to content

Commit f0a9cc1

Browse files
committed
disable tests, stay within Docker Cloud timeouts
1 parent a683147 commit f0a9cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ RUN for ARCH in SSE2 AVX_256 AVX2_256 AVX_512; do \
9595

9696
# Run tests (optional)
9797
# 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
98+
#RUN for ARCH in SSE2 AVX_256 AVX2_256; do \
99+
# cd /gromacs-build.${ARCH} && make -j ${JOBS} check; done
100100

101101
#
102102
# Build the program to identify number of AVX512 FMA units

0 commit comments

Comments
 (0)