File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ ENV LC_ALL=$DOCKER_LANG.UTF-8
4747RUN apt-get -qq update && \
4848 DEBIAN_FRONTEND=noninteractive \
4949 apt-get -qq install -y cmake git vim gcc g++ gfortran software-properties-common \
50- python3 wget gnupg-agent xterm \
50+ python3 wget gnupg-agent xterm pciutils \
5151 mpich libmpich-dev \
5252 openmpi-bin openmpi-doc libopenmpi-dev && \
5353 apt-get clean && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Makefile.OpenCL:
88PerfectHash : Perfecthash/Makefile
99
1010Perfecthash/Makefile :
11- cd PerfectHash && ./configure --disable-opencl && make && ./neigh2d
11+ cd PerfectHash && cmake . && make && ./neigh2d
1212
1313CompactHash : CompactHash/Makefile
1414
You can’t perform that action at this time.
0 commit comments