Skip to content

Commit

Permalink
Merge pull request easybuilders#21442 from maxim-masterov/20240919123…
Browse files Browse the repository at this point in the history
…045_new_pr_MPICH422

{mpi}[GCC/13.3.0] MPICH v4.2.2
  • Loading branch information
smoors authored Sep 19, 2024
2 parents 64cf27c + 100bc74 commit 73fec34
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions easybuild/easyconfigs/m/MPICH/MPICH-4.2.2-GCC-13.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = 'MPICH'
version = '4.2.2'

homepage = 'https://www.mpich.org/'
description = """MPICH is a high-performance and widely portable implementation
of the Message Passing Interface (MPI) standard (MPI-1, MPI-2 and MPI-3)."""

toolchain = {'name': 'GCC', 'version': '13.3.0'}

source_urls = ['https://www.mpich.org/static/downloads/%(version)s']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['883f5bb3aeabf627cb8492ca02a03b191d09836bbe0f599d8508351179781d41']

dependencies = [
('UCX', '1.16.0'),
]

configopts = 'FFLAGS="-w -fallow-argument-mismatch -O2" --with-devices=ch4:ucx --with-ucx=$EBROOTUCX'


moduleclass = 'mpi'

0 comments on commit 73fec34

Please sign in to comment.