Am 15.01.2018 um 15:02 schrieb Marcin Błażejowski:
Hi,
why this code:
<hansl>
set echo off
mpi
matrix FOO
if $mpirank == 0
FOO = ones(3,1)
endif
mpibcast(&FOO)
eval $mpirank * FOO
end mpi
</hansl>
in most cases produces an error? (MPI_ABORT was invoked on rank...)
I use current git version + OpenMPI 2.1.1-7 on Debian 64.
Hi Marcin,
here on Windows 10 64bit it runs without error (December snapshot).
This doesn't mean there isn't a problem, of course. Either Linux
specific or something from recent git.
cheers,
sven