Skip to content

Commit

Permalink
Set PSM3_DEBUG_FILENAME.
Browse files Browse the repository at this point in the history
hfp committed Sep 10, 2024
1 parent c428598 commit 11d408c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/cp2k/run.sh
Original file line number Diff line number Diff line change
@@ -153,8 +153,9 @@ if [ "${I_MPI_ROOT}" ]; then
if [ ! "${ACC_OPENCL_DEVIDS}" ] && [ ! "${ACC_OPENCL_DEVTYPE}" ] && \
command -v ldd >/dev/null && ldd "${EXE}" | grep -q libOpenCL;
then
export I_MPI_OFFLOAD_RDMA=${I_MPI_OFFLOAD_RDMA:-0}
export I_MPI_OFFLOAD_RDMA=${I_MPI_OFFLOAD_RDMA:-1}
export I_MPI_OFFLOAD=${I_MPI_OFFLOAD:-1}
export PSM3_DEBUG_FILENAME=/dev/null
else
export I_MPI_OFFLOAD=0
fi

0 comments on commit 11d408c

Please sign in to comment.