Re: [OMPI users] runtime warnings with MPI_File_write_ordered

2008-07-28 Thread Jeff Squyres
After a bunch of e-mails back and forth, it turned out to be an errant fprintf in OMPI's integration of ROMIO. I've fixed it for the upcoming v1.3 series. Thanks for your patience, ROMIO guys! On Jul 23, 2008, at 5:27 PM, Jeff Squyres wrote: I forwarded this on to the ROMIO maintainers; l

Re: [OMPI users] runtime warnings with MPI_File_write_ordered

2008-07-23 Thread Jeff Squyres
I forwarded this on to the ROMIO maintainers; let's see what they say... On Jul 18, 2008, at 11:38 AM, Edgar Gabriel wrote: here is a patch that we use on our development version to silence that warning, you have to apply it to. ompi/ompi/mca/io/romio/romio/mpi-io/io_romio_close.c I would n

Re: [OMPI users] runtime warnings with MPI_File_write_ordered

2008-07-18 Thread Edgar Gabriel
here is a patch that we use on our development version to silence that warning, you have to apply it to. ompi/ompi/mca/io/romio/romio/mpi-io/io_romio_close.c I would not like to commit that to the repository since I can not oversee whether it causes problems in some other settings/scenario/fil

[OMPI users] runtime warnings with MPI_File_write_ordered

2008-07-17 Thread Brian Austin
Hi, Sorry about my previous message, it was sent before I'd finished composing it. Whenever I use MPI_File_write_ordered(), all but one process send the following message to stderr. ADIOI_GEN_DELETE (line 22): **io No such file or directory I have read http://www.open-mpi.org/community/lists/use

[OMPI users] runtime warnings with MPI_File_write_ordered

2008-07-17 Thread Brian Austin
Hi, I get a warning