- Timestamp:
-
01/14/09 15:20:23 (10 months ago)
- Author:
-
chan
- Comment:
-
Yes. It is safe to use MPI_IN_PLACE in fortran with MPI_Allgatherv.
The bug is actually in MPE's fortran to C wrapper interface and I
am currently working on a bugfix. In the mean time, you can modify
<mpich2-1.0.8-install-dir>/etc/mpe_f77env.conf, comment the line
that reference -lmpe_f2cmpi as follows
# MPE_F2CMPI_LIBS="-lmpe_f2cmpi"
MPE_F2CMPI_LIBS=${MPE_F2CMPI_LIBS:="-lfmpich"}
Then you can use MPE collchk library, i.e. -mpe=mpicheck.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
- Property owner set to chan
-
Property
id changed from
to
363
- Property reporter changed from Anthony Chan <chan@…> to kakollu@…
-