Skip to content

Commit

Permalink
disable tests, stay within Docker Cloud timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed Feb 15, 2019
1 parent a683147 commit f0a9cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ RUN for ARCH in SSE2 AVX_256 AVX2_256 AVX_512; do \

# Run tests (optional)
# We avoid running tests for AVX_512, since that hardware might not be available
RUN for ARCH in SSE2 AVX_256 AVX2_256; do \
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

#
# Build the program to identify number of AVX512 FMA units
Expand Down

0 comments on commit f0a9cc1

Please sign in to comment.