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 @@ -87,7 +87,7 @@ USER chapter5
8787ENV PATH=${PATH}:/opt/rocm/bin:/opt/rocm/profiler/bin:/opt/rocm/opencl/bin/x86_64
8888ENV PATH=/usr/local/cuda-10.2/bin:/usr/local/cuda-10.2/NsightCompute-2019.1${PATH:+:${PATH}}
8989ENV 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
9292RUN git clone --recursive https://github.com/essentialsofparallelcomputing/Chapter5.git
9393
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Makefile.OpenCL:
66CompactHash : CompactHash/Makefile
77
88CompactHash/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
1212GlobalSums : GlobalSums/globalsums
You can’t perform that action at this time.
0 commit comments