Skip to content

Commit

Permalink
Adding mvapich support (#235)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Nov 5, 2024
2 parents f9fbf38 + 5aef843 commit 0242148
Show file tree
Hide file tree
Showing 15 changed files with 215 additions and 307 deletions.
52 changes: 13 additions & 39 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 1 addition & 36 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 1 addition & 31 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions .ci_support/linux_64_mpimvapich.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
hdf5:
- 1.14.3
libaec:
- '1'
libcurl:
- '8'
mpi:
- mvapich
mpich:
- '4'
openmpi:
- '5'
openssl:
- '3'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - c_stdlib_version
- cdt_name
zlib:
- '1'
52 changes: 52 additions & 0 deletions .ci_support/linux_aarch64_mpimvapich.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
hdf5:
- 1.14.3
libaec:
- '1'
libcurl:
- '8'
mpi:
- mvapich
mpich:
- '4'
openmpi:
- '5'
openssl:
- '3'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - c_stdlib_version
- cdt_name
zlib:
- '1'
48 changes: 48 additions & 0 deletions .ci_support/linux_ppc64le_mpimvapich.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
hdf5:
- 1.14.3
libaec:
- '1'
libcurl:
- '8'
mpi:
- mvapich
mpich:
- '4'
openmpi:
- '5'
openssl:
- '3'
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - c_stdlib_version
- cdt_name
zlib:
- '1'
Loading

0 comments on commit 0242148

Please sign in to comment.