Search Criteria
Package Details: mpich 4.3.2-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: | 90 |
| Popularity: | 0.004118 |
| First Submitted: | 2012-12-31 21:25 (UTC) |
| Last Updated: | 2025-11-04 06:39 (UTC) |
Dependencies (13)
- bash (bash-gitAUR, bash-devel-gitAUR)
- gcc-fortran (gcc-fortran-gitAUR, gcc-fortran-snapshotAUR)
- hwloc
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR)
- numactl (numactl-gitAUR)
- openssh (openssh-gitAUR, openssh-dnatAUR, openssh-gssapiAUR, openssh-hpn-shimAUR, openssh-selinuxAUR)
- pciutils (pciutils-gitAUR)
- autoconf (autoconf-gitAUR) (make)
- python (make)
- sowing (sowing-gitAUR) (make)
- texlive-core (texlive-fullAUR, texlive-installerAUR, texlive-basic) (make)
- perl (perl-gitAUR) (optional)
- python (optional)
Required by (3)
- ambertools (optional)
- opencoarrays-mpich-git
- parmetis-mpich
Latest Comments
1 2 3 4 5 6 .. 10 Next › Last »
jedbrown commented on 2025-06-05 05:01 (UTC)
No, MPICH bundles its own version, and it would make packaging brittle to require that it match versions with openucx in [extra].
banana-bred commented on 2025-05-28 17:10 (UTC)
Does
--with-device=ch4:ucxmake openucx a runtime dependency of this package ?jedbrown commented on 2025-02-26 16:48 (UTC)
Note that there is currently a sort of soft conflict with
intel-oneapi-compiler-shared-runtime. One can comment the conflicting paths in/etc/ld.so.conf.d/intel-oneapi-compiler-shared-runtime-libs.confas a work-around (though that may affect intel-oneapi).e-kwsm commented on 2025-02-26 14:26 (UTC)
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mpich#n66
permission should be 644
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-mismatchto 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-zeto 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-zeto the configure flags.ivanc1 commented on 2022-10-29 16:42 (UTC)
openucx may be a dependency. I needed it to compile.
1 2 3 4 5 6 .. 10 Next › Last »