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 a79d87f commit f1f6efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .conda/heffte/cuda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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_COMPILER=$(which nvcc) \

make install #-j 10 install
Expand Down

0 comments on commit f1f6efa

Please sign in to comment.