There is no way to do such things, not in the MPI standard and not in
any MPI implementation (except FT-MPI). There are discussions in the
MPI Forum about adding such capabilities to the MPI standard. Anyway,
you will have to wait for a while before having access to such
features, the next
Hi,
see if this macro solves your problem:
http://autoconf-archive.cryp.to/acx_mpi.html
it requires some improvement, but might be a start. Since I only have
OpenMPI
I use it in the following way(it's not pretty):
configure.ac:
(...)
dnl Check for MPI
dnl This check will
Hi, If a process MPI stops irregularly (the process dies), can I restore the
communicator processor survivors?
Thanks.
This is not a known issue. Can you provide more details?
On Nov 7, 2008, at 12:16 PM, Daniel Felix Ferber wrote:
Hi,
We downloaded the source, compiled and installed the nightly build
openmpi-1.3b3r19939 on a ppc.
The, it was noticed that mpirun does not show output of any
executable tha
Hi,
We downloaded the source, compiled and installed the nightly build
openmpi-1.3b3r19939 on a ppc.
The, it was noticed that mpirun does not show output of any executable
that was launched.
We installed again an older build, openmpi-1.3a1r19763, and everything
was working again.
Might it be
On Nov 6, 2008, at 10:33 PM, Robert Kubrick wrote:
Moving one step foreword, server 1, my compile server, has a number
of commercial C++ compilers (Pathscale and Intel). I'd like to
compile different version of the binary with each compiler and then
run these binaries on the Server 2 g++-co