Open GoogleCodeExporter opened 9 years ago
The Linux version had no problem....
Original comment by skrav...@gmail.com
on 14 Mar 2011 at 9:44
Thank you for posting the problem. What version of MPI are you running under
Windows 7?
Original comment by drmarge...@gmail.com
on 18 Mar 2011 at 1:10
MPICH2
Original comment by skrav...@gmail.com
on 19 Mar 2011 at 5:12
I'd like to move this discussion to the ParaFEM Forum. If you have not
registered already, would you mind doing so? Many thanks, Lee.
http://www.parafem.org.uk/
Original comment by drmarge...@gmail.com
on 21 Mar 2011 at 2:09
It correctly sees the operation MPI_SUM but It looks like the MPI datatype is
wrong
"dtype=0x4c000829"
that would seem to indicate that the 5th argument to MPI_REDUCE() is corrupt
0x4c000829 = 1275070505 decimal.
In Intel MPI this is MPI_REAL8
PARAMETER (MPI_REAL8=1275070505)
This is valid so I would guess that the Internals of the MPI library are
getting mixed up between Fortrac and C bindings
Original comment by daniel.k...@gmail.com
on 15 Jun 2011 at 10:19
And note that the target PE of the reduction is the last PE. 99% of code use
MPI_reduce to give PE=0 the answer, so this case may well have not been
properly tested by the developers.
Original comment by daniel.k...@gmail.com
on 15 Jun 2011 at 10:24
Original issue reported on code.google.com by
skrav...@gmail.com
on 14 Mar 2011 at 5:41