Skip to content

Commit

Permalink
continuing heffte cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Aug 1, 2024
1 parent a865a61 commit 884ef87
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 @@ -21,7 +21,6 @@ source "$RECIPE_DIR/../../cross-compile-setup.sh"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH $PREFIX/lib"
export LIBRARIES="$LIBRARIES \"-L$PREFIX/lib\""

# -D CMAKE_CUDA_COMPILER=$(which nvcc) \
# -D CMAKE_CUDA_HOST_LINK_LAUNCHER=$CXX \
# -D MPI_C_COMPILER="$BUILD_PREFIX/bin/mpicc" \
# -D MPI_CXX_COMPILER="$BUILD_PREFIX/bin/mpicxx" \
Expand All @@ -32,6 +31,7 @@ cmake -D CMAKE_BUILD_TYPE:STRING=RELEASE \
-D Heffte_ENABLE_CUDA=ON \
-D Heffte_DISABLE_GPU_AWARE_MPI=ON \
-D CMAKE_CXX_FLAGS="$PATCHED_CXXFLAGS" \
-D CMAKE_CUDA_COMPILER=nvcc \
$CMAKE_ARGS \
-S $SRC_DIR \

Expand Down

0 comments on commit 884ef87

Please sign in to comment.