mpich2 version 1.0.5p4 is available for many months. It could resolve some problems with threading. Please give us new ebuild :)
Created attachment 115592 [details, diff] mpich2.patch Save the attachment as e.g. /tmp/mpich2.patch and run: # cd /usr/portage # patch -p0 < /tmp/mpich2.patch # ebuild sys-cluster/mpich2/mpich2-1.0.5_p4.ebuild digest
Gentoo developers, After applying mpich2.patch and after sending ftp://ftp.mcs.anl.gov/pub/mpi/mpich2-1.0.5p4.tar.gz to mirrors you must change in ${PORTDIR}/sys-cluster/mpich2/mpich2-1.0.5_p4.ebuild: RESTRICT="mirror test" To: RESTRICT="test"
inherit ... ... export LDFLAGS="${LDFLAGS} -Wl,-z,now" Should be changed to: inherit ... flag-o-matic ... append-ldflags -Wl,-z,now
Closing as OBE since newer working mpich2 has been in the tree for two months.