Search Criteria
Package Details: mpich 4.2.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mpich.git (read-only, click to copy) |
---|---|
Package Base: | mpich |
Description: | An improved implementation of the Message Passing Interface. |
Upstream URL: | https://mpich.org |
Licenses: | custom |
Replaces: | mpich2 |
Submitter: | jedbrown |
Maintainer: | jedbrown |
Last Packager: | jedbrown |
Votes: | 89 |
Popularity: | 0.49 |
First Submitted: | 2012-12-31 21:25 (UTC) |
Last Updated: | 2024-11-07 17:21 (UTC) |
Dependencies (13)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR)
- hwloc
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- numactl (numactl-gitAUR)
- openssh (openssh-gitAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-selinuxAUR, openssh-hpn-shimAUR, openssh-gssapiAUR)
- pciutils (pciutils-gitAUR)
- autoconf (autoconf-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- sowing (sowing-gitAUR) (make)
- texlive-core (texlive-installerAUR, texlive-fullAUR, texlive-basic) (make)
- perl (perl-gitAUR) (optional)
- python (python37AUR, python311AUR, python310AUR) (optional)
Required by (3)
- ambertools (optional)
- opencoarrays-mpich-git
- parmetis-mpich
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
banana-bred commented on 2024-07-30 02:46 (UTC)
Version 4.2.2 is available
Cebtenzzre commented on 2023-06-01 06:06 (UTC)
In order to compile this I had to add
-Wno-error=enum-int-mismatch
to CFLAGS/CXXFLAGS and add a missing#include <cstdint>
include tomodules/ucx/test/apps/sockaddr/sa_util.h
.foxcub commented on 2022-12-08 23:35 (UTC)
In my opinion, it's a good idea. MPI support for Intel GPUs seems like a very esoteric thing. The flag is
--without-ze
, I believe.jedbrown commented on 2022-12-08 20:54 (UTC)
Should we add
--remove-ze
to configure flags for everyone so this problem doesn't come up?foxcub commented on 2022-12-08 18:51 (UTC)
For the benefit of anyone who stumbles into the following error:
This happens if you have Intel Level Zero library installed (at mpich compile time), but no Intel GPU at your code's run time.
The easiest fix is to add
--without-ze
to the configure flags.ivanc1 commented on 2022-10-29 16:42 (UTC)
openucx may be a dependency. I needed it to compile.
stockholmsin commented on 2022-05-17 19:20 (UTC)
That was a packaging bug in binutils that should have been fixed by https://github.com/archlinux/svntogit-packages/commit/e4cb74545d27e087aae4bd8b796ec6b0ba5870ac Everything seems to build correctly for me now.
jedbrown commented on 2022-04-08 18:47 (UTC)
I've had builds fail (in the bundled ucx) with 4.0.1 and 4.0.2 due to the error below. I haven't had time to reduce yet, but if you know what's up or can find an upstream bug report, that would help.
1 2 3 4 5 6 .. 9 Next › Last »