Skip to content

Commit

Permalink
heffte cuda 8/7
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Aug 7, 2024
1 parent b8391a7 commit 9b2926a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .conda/heffte/cuda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cmake -D CMAKE_BUILD_TYPE:STRING=RELEASE \
$SRC_DIR \
-D CMAKE_CXX_FLAGS="$PATCHED_CXXFLAGS" \
-D MPI_C_COMPILER="$BUILD_PREFIX/bin/mpicc" \
-D MPI_CXX_COMPILER="$BUILD_PREFIX/bin/mpicxx" \
-D MPI_CXX_COMPILER="${OMPI_CXX}" \
-D CMAKE_CUDA_HOST_LINK_LAUNCHER=$CXX \
-D CMAKE_CUDA_COMPILER=$(which nvcc) \

Expand Down
2 changes: 1 addition & 1 deletion .conda/heffte/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ requirements:
# Not sure which ones are totally necessary.
host:
- cuda-cudart-static={{ cuda_version }} # Make sure your nvcc version and cudart versions are the same
- cuda-cudart-static
#- cuda-cudart-static
- libcusolver-dev
- libcufft-dev
- libcublas-dev
Expand Down

0 comments on commit 9b2926a

Please sign in to comment.