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 b486126 commit e5014f3
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 @@ -11,7 +11,7 @@ fi

source "$RECIPE_DIR/../../cross-compile-setup.sh"

export OMPI_CXX=nvcc
export OMPI_CXX='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 e5014f3

Please sign in to comment.