Package Details: mpich 4.2.3-1

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)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

jedbrown commented on 2011-11-04 01:33 (UTC)

Update blocked on: http://trac.mcs.anl.gov/projects/mpich2/ticket/1543

jedbrown commented on 2011-09-11 21:15 (UTC)

@kkb110 That is a bug with the BLACS build system which the blacs-mpi package should work around. $ /opt/mpich2/bin/mpicc -show gcc -Wl,--hash-style=gnu -Wl,--as-needed -I/opt/mpich2/include -L/opt/mpich2/lib -lmpich -lopa -lmpl -lpthread -lrt

kkimdev commented on 2011-09-11 18:41 (UTC)

I think compiling blacs-mpi https://aur.archlinux.org/packages.php?ID=23035 fails because of this. gfortran -lpthread -o /tmp/yaourt-tmp-kkb110/aur-blacs-mpi/src/BLACS/TESTING/EXE/xFbtest_MPI-LINUX-0 blacstest.o btprim_MPI.o tools.o -L/tmp/yaourt-tmp-kkb110/aur-blacs-mpi/src/BLACS/LIB -lblacsf77 -lblacs -lblacsf77 -Wl,-rpath,/opt/mpich2/lib/ -L/opt/mpich2/lib/ -lmpich -lssl -luuid -lpthread -lrt -ldl -lnsl -lrt /opt/mpich2/lib//libmpich.so: undefined reference to `MPL_trfree' /opt/mpich2/lib//libmpich.so: undefined reference to `MPL_env2str' ... ...

jedbrown commented on 2011-08-26 13:58 (UTC)

@ram http://trac.mcs.anl.gov/projects/mpich2/ticket/1150 You can edit the PKGBUILD to use MPD if you want the -gdb option, but Hydra is a better process manager in many ways.

ram commented on 2011-08-26 13:53 (UTC)

I miss the -gdb flag. Is it removed for some reason?

jedbrown commented on 2011-06-19 14:01 (UTC)

This update removes support for the MPD and gforker process managers since Hydra is plenty stable these days.

queenmedley commented on 2011-04-12 09:57 (UTC)

thanks jedbrown.. I uncommentted $LD_FLAGS and ...etc.. in makepkg.conf. and now I suceed in compiling..

jedbrown commented on 2011-04-10 17:38 (UTC)

Check your /etc/makepkg.conf, you're on your own if configuring with ifort instead of gfortran (but there should be a compiler flag to get compatible ELF formats).