Skip to content

Commit

Permalink
heffte cuda 8/5
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Aug 6, 2024
1 parent d5bddc3 commit b8b42c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .conda/heffte/cuda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ fi
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH $PREFIX/lib"
export LIBRARIES="$LIBRARIES \"-L$PREFIX/lib\""

#-D MPI_C_COMPILER="$BUILD_PREFIX/bin/mpicc" \
#-D MPI_CXX_COMPILER="$BUILD_PREFIX/bin/mpicxx" \
cmake -D CMAKE_BUILD_TYPE:STRING=RELEASE \
-D BUILD_SHARED_LIBS=ON \
-D CMAKE_INSTALL_PREFIX:PATH=$PREFIX \
Expand All @@ -31,8 +33,6 @@ cmake -D CMAKE_BUILD_TYPE:STRING=RELEASE \
$SRC_DIR \
-D CMAKE_CXX_FLAGS="$PATCHED_CXXFLAGS" \
-D CMAKE_CUDA_HOST_LINK_LAUNCHER=$CXX \
-D MPI_C_COMPILER="$BUILD_PREFIX/bin/mpicc" \
-D MPI_CXX_COMPILER="$BUILD_PREFIX/bin/mpicxx" \
-D CMAKE_CUDA_COMPILER=$(which nvcc) \

make install #-j 10 install
Expand Down

0 comments on commit b8b42c7

Please sign in to comment.