Re: [OMPI users] Parallel I/O doesn't work for derived datatypes with Fortran 90 interface

2012-08-07 Thread Paul Romano
:-) It's basically trying to tell you "I couldn't > find a version of MPI_FILE_READ_AT that matches the parameters you passed." > > > > On Aug 6, 2012, at 4:09 PM, Paul Romano wrote: > > > When I try to use parallel I/O routines like MPI_File_write_at

[OMPI users] Parallel I/O doesn't work for derived datatypes with Fortran 90 interface

2012-08-06 Thread Paul Romano
When I try to use parallel I/O routines like MPI_File_write_at or MPI_File_read_at with the buffer argument being a derived datatype, I am unable to compile and just get an error of the nature: MPI_FILE_READ_AT(fh, offset, buffer, count, datatype, status, ierr) 1 Error: There is no spe

[OMPI users] MPI_ACCUMULATE with derived datatype

2009-08-20 Thread Paul Romano
staken) using the Intel 10.0.023 Fortran compiler. I believe this is unlikely to be a make/build issue since the HPC folks here set everything up. I know the ability to perform MPI_ACCUMULATE with a user-defined type was not in versions < 1.3, but it should work for 1.3.3. Any help or insigh