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 ffe6798 commit 62a37f2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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 linux_compiler_version = "12.4.0" %}
{% set macos_compiler_version = "16" %}
#{% set cuda_version = "12.3" %}
{% set cuda_version = "12.4" %}

package:
name: fierro-heffte-cuda
Expand All @@ -28,15 +28,15 @@ requirements:
- {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx]
- {{ compiler('fortran') }}={{ linux_compiler_version }}
- openmpi
- cuda-compiler
#- cuda-toolkit={{ cuda_version }}
- cuda-toolkit
# - cuda-compiler
- cuda-toolkit={{ cuda_version }}
#- cuda-toolkit
# These host CUDA dependencies are definitely overspecified.
# Not sure which ones are totally necessary.
host:
#DAN- 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-compiler
- cuda-cudart-static
#- cuda-cudart-static
- cuda-toolkit
- libcusolver-dev
- libcufft-dev
Expand Down

0 comments on commit 62a37f2

Please sign in to comment.