Package Details: mpich 4.2.0-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: 87
Popularity: 0.000000
First Submitted: 2012-12-31 21:25 (UTC)
Last Updated: 2024-02-12 04:21 (UTC)

Latest Comments

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

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).

queenmedley commented on 2011-04-10 13:48 (UTC)

when I execute makepkg, error occures. the error meassage is ---------------------------------------------------------------------------- checking whether Fortran 77 and C objects are compatible... no checking for file... file configure: error: **** Incompatible Fortran and C Object File Types! **** F77 Object File Type produced by "ifort " is : : ELF 64-bit LSB relocatable, x86-64, version 1 (GNU/Linux), not stripped. C Object File Type produced by "gcc -march=x86-64 -mtune=generic -O2 -pipe -O2" is : : ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped. ==> ERROR: A failure occurred in build(). Aborting... -------------------------------------------------------------------------------------- But just excuting "./configure" , nothing happens..everything is fine..then make as well. -------------------------------------------------------------------------------- checking whether Fortran 77 and C objects are compatible... yes checking for Fortran 77 name mangling... lower underscore --------------------------------------------------------------------------------- the diffence is "checking whether Fortran 77 and C objects are compatible..." "yes or no.."