[OMPI devel] Open-mpi in red hat 7.3

2012-10-03 Thread Sandra Guija
Hello, I would like to know what is the latest version I can succesfully install in Red Hat 7.3 gcc 2.96 thanks Sandra Guija

Re: [OMPI devel] Open-mpi in red hat 7.3

2012-10-03 Thread Sandra Guija
Hello, Anyone could provide a feedback about the latest version of open-mpi that successfully installs in Red Hat 7.3 gcc 2.96 thanks Sandra Guija ___ devel mailing list de...@open-mpi.org http://www.open

Re: [OMPI devel] Open-mpi in red hat 7.3

2012-10-03 Thread Sandra Guija
many issues, so I want to explore my options with open-mpi.I setup an open-mpi cluster on ubuntu 10, and it works. But it is quiet of complex to use Ubuntu on simics. Thanks for replying my email, Sandra Guija > From: jsquy...@cisco.com > Date: Wed, 3 Oct 2012 14:12:03 -0400 > To: de...@ope

Re: [OMPI devel] Open-mpi in red hat 7.3

2012-10-03 Thread Sandra Guija
I will work on Ralph's suggestion Thanks all Sandra Guija From: sgu...@hotmail.com To: de...@open-mpi.org List-Post: devel@lists.open-mpi.org Date: Wed, 3 Oct 2012 11:47:33 -0700 Subject: Re: [OMPI devel] Open-mpi in red hat 7.3 Hi Jeff, I want to setup a message passing progra

Re: [OMPI devel] Open-mpi in Fedora 5

2012-10-05 Thread Sandra Guija
directory to the other nodes? The installation took like almost 3 hours. I sent the "ccIVTymL.out" file to the forum but my mail is waiting for moderator approval Thanks Sandra Guija > From: jsquy...@cisco.com > Date: Wed, 3 Oct 2012 14:12:03 -0400 > To: de...@open-mpi.org &

[OMPI devel] Open-mpi in Fedora 5

2012-10-05 Thread Sandra Guija
openmpi-1.2.9 directory to the other nodes? The installation took like almost 3 hours. I sent the "ccIVTymL.out" file to the forum but my mail is waiting for moderator approval Thanks Sandra Guija > From: jsquy...@cisco.com > Date: Wed, 3 Oct 2012 14:12:03 -0400 > To: de...@ope

Re: [OMPI devel] Open-mpi in Fedora 5

2012-10-07 Thread Sandra Guija
master. shell$ mpirun--debig-daemons --host tango1 hello_world-bash:/home/openmpi/bin/mpirun: Permission denied Sandra Guija > From: jsquy...@cisco.com > Date: Fri, 5 Oct 2012 16:55:44 -0400 > To: de...@open-mpi.org > Subject: Re: [OMPI devel] Open-mpi in Fedora 5 > > On Oct 5

Re: [OMPI devel] Open-mpi in Fedora 5

2012-10-09 Thread Sandra Guija
d for > /home/openmpi/bin/orted, you should check the permissions on that file; it > needs to be executable. If it isn't executable, then you need to check how > you installed Open MPI -- Open MPI's installer should have marked it as > executable during the installation proc

Re: [OMPI devel] Open-mpi in Fedora 5

2012-10-09 Thread Sandra Guija
Hi jeff, I found my error "a typo" on LD_LIBRARY_PATH, and I found it while pulling my information to send you an email.Openmpi 1.2.9 is working on my old linux boxesThanks thanks again Sandra Guija > From: jsquy...@cisco.com > Date: Tue, 9 Oct 2012 05:53:45 -0400 > To:

[OMPI devel] process kill signal 59

2012-10-30 Thread Sandra Guija
Hello, I am running a 10,000x10,000 matrix multiplication in 4 processors/1 core and I get the following error:mpirun -np 4 --hostfile nodes --bynode magic1 mpirun noticed that job rank1 with PID 635 on node slave1 exited on signal 509(Real-time signal 25).2 additional process aborted (not

Re: [OMPI devel] process kill signal 59

2012-10-30 Thread Sandra Guija
-/+ buffer cache:22 511 Swap: 511 0 511 Sandra Guija From: r...@open-mpi.org List-Post: devel@lists.open-mpi.org Date: Tue, 30 Oct 2012 10:33:02 -0700 To: de...@open-mpi.org Subject: Re: [OMPI devel] process kill signal 59 Ummm...not sure what I can say about that

Re: [OMPI devel] process kill signal 59

2012-10-30 Thread Sandra Guija
I am able to change the memory size parameters, so if I increase memory size (currently 2 gb) or add caches, it could be a solution?or is the program that is using too much memory? thanks really for you input, I appreciate it. Sandra Guija From: r...@open-mpi.org List-Post: devel@lists.open

[OMPI devel] MPI_Bcast

2012-11-18 Thread Sandra Guija
Hello, Could someone be kind and explain me the MPI_Bcast when is call by all the other processes?I am having some difficulties in fully understanding it. The reason I asked, it is because in my code there are some slaves calling the MPI_Bcast function prior the master calls it.Thanks, Sandra