Skip to content

Commit

Permalink
taking out specified mpi version
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Jul 16, 2024
1 parent 1542245 commit d780253
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .conda/fierro/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set macos_compiler_version = "12" %}
# We need the same MPI version in build + host.
# So we have to specify it, unfortunately
{% set mpi_version = "4.1" %}
#DAN{% set mpi_version = "4.1" %}

package:
name: fierro-cpu
Expand All @@ -25,16 +25,19 @@ requirements:
- {{ compiler('c') }}={{ macos_compiler_version }} # [osx]
- {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux]
- {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx]
- openmpi={{ mpi_version }}
- openmpi
#DAN - openmpi={{ mpi_version }}
host:
- _openmp_mutex # [linux]
- llvm-openmp # [osx]
- openmpi={{ mpi_version }}
#DAN - openmpi={{ mpi_version }}
- openmpi
- fierro-trilinos-cpu
- elements
run:
- fierro-trilinos-cpu
- mpi
- openmpi
#DAN - mpi

about:
home: https://github.com/lanl/Fierro
Expand Down

0 comments on commit d780253

Please sign in to comment.