Skip to content

Commit

Permalink
trying to fix heffte cuda on linux??
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Jul 16, 2024
1 parent e156ed3 commit 62c40ce
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 @@ -12,7 +12,7 @@ fi
source "$RECIPE_DIR/../../cross-compile-setup.sh"

export OMPI_CXX=nvcc
export CUDACXX=$(which nvcc)
#export CUDACXX=$(which nvcc)
# Only do this for cross compiling
if [ "$PLATFORM" != "linux-64" ] ; then
export NVCC_PREPEND_FLAGS="-ccbin $CXX";
Expand Down

0 comments on commit 62c40ce

Please sign in to comment.