Skip to content

Commit

Permalink
continuing heffte cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Jul 31, 2024
1 parent dd4f3f4 commit c7620f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .conda/heffte/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ requirements:
- {{ compiler('fortran') }}={{ linux_compiler_version }}
- openmpi
#- cuda-compiler={{ cuda_version }}
- cuda-toolkit={{ cuda_version }}
- cuda-cudart-dev
- cuda-toolkit={{ cuda_version }}
#- cuda-compiler
#- cudatoolkit
# These host CUDA dependencies are definitely overspecified.
# Not sure which ones are totally necessary.
host:
- cuda-cudart-static={{ cuda_version }} # Make sure your nvcc version and cudart versions are the same
- cuda-cudart-static #={{ cuda_version }} # Make sure your nvcc version and cudart versions are the same
#- cuda-cudart-static
- libcusolver-dev
- libcufft-dev
Expand Down

0 comments on commit c7620f6

Please sign in to comment.