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
>
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
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
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
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:
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
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