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 45e529b commit f7324ad
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .conda/heffte/cuda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set version = "1.0.0" %}
{% set linux_compiler_version = "10.4.0" %}
{% set macos_compiler_version = "16" %}
{% set cuda_version = "12.3" %}
#{% set cuda_version = "12.3" %}

package:
name: fierro-heffte-cuda
Expand Down Expand Up @@ -29,11 +29,14 @@ requirements:
- {{ compiler('fortran') }}={{ linux_compiler_version }}
- openmpi
- cuda-compiler
- cuda-toolkit={{ cuda_version }}
#- cuda-toolkit={{ cuda_version }}
- cuda-toolkit
# 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
#DAN- cuda-cudart-static={{ cuda_version }} # Make sure your nvcc version and cudart versions are the same
- cuda-cudart-static
- cuda-toolkit
- libcusolver-dev
- libcufft-dev
- libcublas-dev
Expand Down

0 comments on commit f7324ad

Please sign in to comment.