Skip to content

Commit

Permalink
adding easyconfigs: MPICH-4.2.2-GCC-13.3.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
maximm committed Sep 19, 2024
1 parent 0e451e0 commit 07f3b35
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.%(namelower)s.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 07f3b35

Please sign in to comment.