The example 4.17 in the MPI 2.2 standard (page 114) is addressing exactly this
type of datatypes. Once you define the suitable datatype, you can use it in any
type of communications, including collectives.
george.
On Aug 3, 2012, at 13:36 , Grzegorz Maj wrote:
> Hi,
> I would like my MPI pr
Hello .
The 'warning print' statement introduced in the correction made since version
1.5.4 and 1.6.X on this script :
openmpi-1.6.1rc2/ompi/mpi/f90/scripts/mpi_scatterv_f90.f90.sh :
print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect sendcounts and displs arguments!
g
Ah -- interesting. Thank you for the patch! I'm unfamiliar with this Fortran
style of splitting strings. Would it be better to split this up into multiple
print * statements?
You sent:
print *, "Open MPI WARNING: You are calling MPI_SCATTERV with incorrect
sendcounts and displs arguments!
On 08/08/2012 03:32 PM, Jeff Squyres wrote:
Ah -- interesting. Thank you for the patch! I'm unfamiliar with this Fortran
style of splitting strings. Would it be better to split this up into multiple
print * statements?
You sent:
print *, "Open MPI WARNING: You are calling MPI_SCATTERV
Perfect; fixed in:
https://svn.open-mpi.org/trac/ompi/changeset/26971
https://svn.open-mpi.org/trac/ompi/changeset/26972
It'll be in the 1.6 nightly tarballs starting tonight.
Many thanks for the patch.
On Aug 8, 2012, at 9:36 AM, ESCOBAR Juan wrote:
> On 08/08/2012 03:32 PM, Jeff Squyre
On 08/08/2012 04:31 PM, Jeff Squyres wrote:
;-) Thank you for the great OpenMPI lib .
A+
Juan
Perfect; fixed in:
https://svn.open-mpi.org/trac/ompi/changeset/26971
https://svn.open-mpi.org/trac/ompi/changeset/26972
It'll be in the 1.6 nightly tarballs starting tonight.
Many thanks for