Re: [OMPI users] Using MPI derived datatypes

2012-08-08 Thread George Bosilca
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

[OMPI users] Compilation of OpenMPI 1.5.4 & 1.6.X fail for PGI compiler , line to long for 'mpi_scatterv_f90.f90' .

2012-08-08 Thread ESCOBAR Juan
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

Re: [OMPI users] Compilation of OpenMPI 1.5.4 & 1.6.X fail for PGI compiler , line to long for 'mpi_scatterv_f90.f90' .

2012-08-08 Thread Jeff Squyres
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!

Re: [OMPI users] Compilation of OpenMPI 1.5.4 & 1.6.X fail for PGI compiler , line to long for 'mpi_scatterv_f90.f90' .

2012-08-08 Thread ESCOBAR Juan
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

Re: [OMPI users] Compilation of OpenMPI 1.5.4 & 1.6.X fail for PGI compiler , line to long for 'mpi_scatterv_f90.f90' .

2012-08-08 Thread Jeff Squyres
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

Re: [OMPI users] Compilation of OpenMPI 1.5.4 & 1.6.X fail for PGI compiler , line to long for 'mpi_scatterv_f90.f90' .

2012-08-08 Thread ESCOBAR Juan
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