Hi Johnson,
I can see the reason for the errors, that's because you enabled option
"OMPI_ENABLE_DEBUG" option in CMake GUI, and for some reason, this
option will not work properly right now.
So please just disable "OMPI_ENABLE_DEBUG", and configure/compile again,
those errors will disappear
Hello
I've a problem with a parallel execution of my personal mpi program.
When I execute it on localhost it works fine, but when I try to run it with two
machines I receive this error:
pietro@pietro-laptop:~/Scrivania$ mpirun --
prefix /home/user/MPI/ -np 4 --host u...@xxx.yyy.zzz.kkk algo1.ex
Do you get a core dump of your application on the 2nd node? You might want to
look at it and see exactly where the seg fault occurred. The stack trace that
is shown below does not include any MPI functions, suggesting that this might
be an error in your application.
On Jan 13, 2010, at 6:06
Evan --
As a first step, can you send your build logs so that we can verify that
OMPI+ROMIO built with proper PVFS2 support? See:
http://www.open-mpi.org/community/help/
On Jan 12, 2010, at 5:15 PM, Evan Smyth wrote:
> I am unable to use PVFS2 with OpenMPI in a simple test program. My
>
Hi, i have this program, that write the rank of a process on a file. Every
processes write the rank on the same file. Whe i try to read that value, is
always zero.
#include /*IO stuff lives here*/
#include /*exit lives here*/
#include /*MPI and MPI-IO live here*/
//GLobal variables
int
On Tue, Jan 12, 2010 at 02:15:54PM -0800, Evan Smyth wrote:
> OpenMPI 1.4 (had same issue with 1.3.3) is configured with
> ./configure --prefix=/work/rd/evan/archives/openmpi/openmpi/1.4/enable_pvfs \
> --enable-mpi-threads --with-io-romio-flags="--with-filesystems=pvfs2+ufs+nfs"
> PVFS 2.8.1 is c
I don't know whether its relevant for this problem or not, but a couple
of weeks ago we also found that we had to apply the following patch to
to compile ROMIO with OpenMPI over pvfs2. There is an additional header
pvfs2-compat.h included in the ROMIO version of MPICH, but is somehow
missing in
Hello Luís,
You opened the file with write-only mode which causes the subsequent read
to fail - although I do not know why the error checking fails to see that.
If you change MPI_MODE_WRONLY to MPI_MODE_RDWR then your code works fine.
-david
--
David Gunter
HPC-3: Parallel Tools Team
Los Alamos
I noticed you never checked the return code from your MPI_File_read
statement. If you had used your own mpi() function, it would state
something like this:
MPI_FILE_READ(116): Cannot read from a file opened with amode MPI_MODE_WRONLY
-david
| Hi, i have this program, that write the rank of a p
Hi,
when running the configure script it breaks with:
configure: error: Could not run a simple Fortran 77 program. Aborting.
(logs with details attached)
I don't know how to interpret this error since I already successfully compiled
fortran code using these compilers(gcc/gfortran 4.5).
If would
Does your application do a lot of printing to stdout/stderr?
On Jan 11, 2010, at 8:00 AM, Mathieu Gontier wrote:
> Hi all
>
> I want to migrate my CFD application from MPICH-1.2.4 (ch_p4 device) to
> OpenMPI-1.4. Hence, I compared the two libraries compiled with my application
> and I noted Op
Christoph,
It looks like you need to add -L/usr/local/lib to the fortran and f90
flags, either on the configure input or in the environment variables,
so that the loader can find libgfortran.
Doug
On Jan 13, 2010, at 4:09 PM, von Tycowicz, Christoph wrote:
Hi,
when running the configure
More likely the difference is due to the fact that MPICH does some automatic
process binding and OMPI doesn't. There have been a number of discussions on
this list about this issue. You might search the list for "MPICH" to find them.
See the OMPI FAQ on affinity:
http://www.open-mpi.org/faq/?ca
I don't know how i dind't see that. :)
I guess i'm still a noob in MPI.
Thanks for the help
On Wed, Jan 13, 2010 at 8:07 PM, David O. Gunter wrote:
> I noticed you never checked the return code from your MPI_File_read
> statement. If you had used your own mpi() function, it would state
> somet
Hi!
I would like to know if someone could help me with the following error:
[fenrir][[9567,1],1][../../../../../../ompi/mca/btl/tcp/btl_tcp_frag.c:216:mca_btl_tcp_frag_recv]
mca_btl_tcp_frag_recv: readv failed: Connection reset by peer (104)
I am trying to run the hpcc program in a beowulf type
15 matches
Mail list logo