Skip to content

Commit 2e45e2c

Browse files
committed
Fixing makefile
1 parent c346e6d commit 2e45e2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.Ubuntu20.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ USER chapter5
8787
ENV PATH=${PATH}:/opt/rocm/bin:/opt/rocm/profiler/bin:/opt/rocm/opencl/bin/x86_64
8888
ENV PATH=/usr/local/cuda-10.2/bin:/usr/local/cuda-10.2/NsightCompute-2019.1${PATH:+:${PATH}}
8989
ENV LD_LIBRARY_PATH=/usr/local/cuda-10.2/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
90-
RUN source /opt/intel/oneapi/setvars.sh
90+
#RUN source /opt/intel/oneapi/setvars.sh
9191

9292
RUN git clone --recursive https://github.com/essentialsofparallelcomputing/Chapter5.git
9393

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Makefile.OpenCL:
66
CompactHash: CompactHash/Makefile
77

88
CompactHash/Makefile:
9-
cd CompactHash && cmake . && make && ./neigh2d -r -t 2 -L 6 -o kd hlc hlc1 hlc2 hlc3 && \
9+
cd CompactHash && cmake . && make && ./neigh2d -r -t 2 -L 6 -o kd hlc hlc1 hlc2 hlc3 #&& \
1010
#./neigh2d -r -t 2 -L 66 -o hlg hlg1 hlg2 hlg3
1111

1212
GlobalSums: GlobalSums/globalsums

0 commit comments

Comments
 (0)