Re: [OMPI users] ADIOI_GEN_DELETE

2008-11-12 Thread Robert Latham
On Thu, Oct 23, 2008 at 12:41:45AM -0200, Davi Vercillo C. Garcia (ダヴィ) wrote: > Hi, > > I'm trying to run a code using OpenMPI and I'm getting this error: > > ADIOI_GEN_DELETE (line 22): **io No such file or directory > > I don't know why this occurs, I only know this happens when I use more >

Re: [OMPI users] ADIOI_GEN_DELETE

2008-10-27 Thread Edgar Gabriel
is the code using shared file pointer operations (e.g. MPI_File_write_shared/ordered)? There was a fix which removed a warning/error about not being to delete the file when using shared file pointer around v.1.2.6 ( I don't remember precisely when it hit the trunk), and I was wandering whethe

Re: [OMPI users] ADIOI_GEN_DELETE

2008-10-27 Thread Jeff Squyres
After a little digging, I am able to run your code (it looks like it expects both an input file and an output file on the command line, or it segv's). But I don't get those errors, either with OMPI v1.2.8 or the upcoming v1.3 series; I ran with as many as 16 processes across 4 nodes. Can

Re: [OMPI users] ADIOI_GEN_DELETE

2008-10-27 Thread Davi Vercillo C. Garcia (ダヴィ)
Hi, On Mon, Oct 27, 2008 at 6:48 PM, Jeff Squyres wrote: > I can't seem to run your code, either. Can you provide a more precise > description of what exactly is happening? It's quite possible / probable > that Rob's old post is the answer, but I can't tell from your original post > -- there ju

Re: [OMPI users] ADIOI_GEN_DELETE

2008-10-27 Thread Jeff Squyres
I can't seem to run your code, either. Can you provide a more precise description of what exactly is happening? It's quite possible / probable that Rob's old post is the answer, but I can't tell from your original post -- there just aren't enough details. Thanks. On Oct 27, 2008, at 3:

Re: [OMPI users] ADIOI_GEN_DELETE

2008-10-27 Thread jody
Perhaps this post in the Open-MPI archives can help: http://www.open-mpi.org/community/lists/users/2008/01/4898.php Jody On Sun, Oct 26, 2008 at 4:30 AM, Davi Vercillo C. Garcia (ダヴィ) wrote: > Anybody !? > > On Thu, Oct 23, 2008 at 12:41 AM, Davi Vercillo C. Garcia (ダヴィ) > wrote: >> Hi, >> >> I

Re: [OMPI users] ADIOI_GEN_DELETE

2008-10-25 Thread Davi Vercillo C. Garcia (ダヴィ)
Anybody !? On Thu, Oct 23, 2008 at 12:41 AM, Davi Vercillo C. Garcia (ダヴィ) wrote: > Hi, > > I'm trying to run a code using OpenMPI and I'm getting this error: > > ADIOI_GEN_DELETE (line 22): **io No such file or directory > > I don't know why this occurs, I only know this happens when I use more