Re: [OMPI users] failure to launch MPMD program on win32 w 1.4.3

2010-11-30 Thread Shiqing Fan
Hi, I don't have boost on my Windows, so I made a very similar program just using MPI, and everything works just fine for me: D:\work\OpenMPI\tests\CXX>more hello.cpp # include "mpi.h" using namespace std; int main ( int argc, char *argv[] ) { int rank, size; MPI::Init ( argc, argv );

Re: [OMPI users] SIGPIPE handling?

2010-11-30 Thread Jesse Ziser
It turned out I was using development version 1.5.0. After going back to the release version, I found that there was another problem on my end, which had nothing to do with OpenMPI. So thanks for the help; all is well. (And sorry for the belated reply.) Ralph Castain wrote: After digging a

Re: [OMPI users] Calling MPI_Test() too many times results in a time spike

2010-11-30 Thread Ioannis Papadopoulos
Eugene Loh wrote: Ioannis Papadopoulos wrote: Has anyone observed similar behaviour? Is it something that I'll have to deal with it in my code or does it indeed qualify as an issue to be looked into? I would say this is NOT an issue that merits much attention. There are too many potential

Re: [OMPI users] Calling MPI_Test() too many times results in a time spike

2010-11-30 Thread Eugene Loh
Ioannis Papadopoulos wrote: Has anyone observed similar behaviour? Is it something that I'll have to deal with it in my code or does it indeed qualify as an issue to be looked into? I would say this is NOT an issue that merits much attention. There are too many potential performance anomali

Re: [OMPI users] MPI_Comm_split

2010-11-30 Thread Bill Rankin
> The tree is not symmetrical in that the valid values for the 10th > parameter depends on the values selected in the 0th to 9th parameter > (all the ancestry in the tree), for e.g., we may have a lot of nodes in > the left of the tree than in the right, see attachment ( I hope they're > allowed )

Re: [OMPI users] [Rocks-Discuss] compiling Openmpi on solaris studio express

2010-11-30 Thread Terry Dontje
Ticket 2632 really spells out what the issue is. On 11/30/2010 10:23 AM, Prentice Bisbal wrote: Nehemiah Dacres wrote: that looks about right. So the suggestion: ./configure LDFLAGS="-notpath ... ... ..." -notpath should be replaced by whatever the proper flag should be, in my case -L ? Ye

Re: [OMPI users] Help!!!!!!!!!!!!Openmpi instal for ubuntu 64 bits

2010-11-30 Thread Prentice Bisbal
Jeff Squyres wrote: > Please note that this is an English-speaking list. I don't know if Tim > speaks ?Spanish?, but I unfortunately don't. :-) > s/Spanish/Portuguese/ -- Prentice

Re: [OMPI users] [Rocks-Discuss] compiling Openmpi on solaris studio express

2010-11-30 Thread Prentice Bisbal
Nehemiah Dacres wrote: > that looks about right. So the suggestion: > > ./configure LDFLAGS="-notpath ... ... ..." > > -notpath should be replaced by whatever the proper flag should be, in my case > -L ? Yes, that's exactly what I meant. I should have chosen something better than "-notpath" to

Re: [OMPI users] failure to launch MPMD program on win32 w 1.4.3

2010-11-30 Thread Hicham Mouline
It is 1.4.3 as in the subject... Is that the version? otherwise, I should have indeed attached ompi_info output (edited): Package: Open MPI hicham.mouline@hostname Distribution Open MPI: 1.4.3 Open MPI SVN revision: r23834 Open MPI

Re: [OMPI users] failure to launch MPMD program on win32 w 1.4.3

2010-11-30 Thread Ralph Castain
It truly does help to know what version of OMPI you are using - otherwise, there is little we can do to help On Nov 30, 2010, at 4:05 AM, Hicham Mouline wrote: > Hello, > > I have successfully run > > mpirun -np 3 .\test.exe > > when I try MPMP > > mpirun -np 3 .\test.exe : -np 3 .\test

Re: [OMPI users] Help!!!!!!!!!!!!Openmpi instal for ubuntu 64 bits

2010-11-30 Thread Jeff Squyres
I think we're all guessing until we get the full output. Note that the original error message showed that the link failed when trying to re-link libopen-rte.so. This is deep within the install process. Something very weird must have happened to make the installer suddenly be unable to find ic

Re: [OMPI users] Help!!!!!!!!!!!!Openmpi instal for ubuntu 64 bits

2010-11-30 Thread Tim Prince
On 11/29/2010 3:03 PM, Gus Correa wrote: Jeff Squyres wrote: 1- ./configure FC=ifort F77=ifort CC=icc CXX=icpc 2-make all 3 sudo make install all os passos 1 e 2 operam normalmente, mas quando uso o comando make install aparece o erro que nao consigo solucionar. You say only step 3

Re: [OMPI users] [Rocks-Discuss] compiling Openmpi on solaris studio express

2010-11-30 Thread Terry Dontje
A slight note for the below there should be a space between "ld" and the ending single quote mark so it should be '-Qoption ld ' not '-Qoption ld' --td On 11/30/2010 06:31 AM, Terry Dontje wrote: Actually there is a way to modify the configure file that will not require the autogen.sh to be ran

Re: [OMPI users] [Rocks-Discuss] compiling Openmpi on solaris studio express

2010-11-30 Thread Terry Dontje
Actually there is a way to modify the configure file that will not require the autogen.sh to be ran. If you go into configure and search for "Sun F" a few lines down will be one of three assignments: lt_prog_compiler_wl lt_prog_compiler_wl_F77 lt_prog_compiler_wl_FC If you change them all to '-

Re: [OMPI users] [Rocks-Discuss] compiling Openmpi on solaris studio express

2010-11-30 Thread Terry Dontje
On 11/29/2010 05:41 PM, Nehemiah Dacres wrote: thanks. FYI: its openmpi-1.4.2 from a tarball like you assume I changed this line *Sun\ F* | *Sun*Fortran*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_

[OMPI users] failure to launch MPMD program on win32 w 1.4.3

2010-11-30 Thread Hicham Mouline
Hello,   I have successfully run    mpirun -np 3 .\test.exe   when I try MPMP   mpirun -np 3 .\test.exe : -np 3 .\test2.exe   where test and test2 are identical (just for a trial), I get this error:   [hostname:04960] [[47427,1],0]-[[47427,0],0] mca_oob_tcp_peer_send_blocking: send() failed: Unkno

Re: [OMPI users] write out mca parameters after mpi_init

2010-11-30 Thread nadia.derbey
On Tue, 2010-11-30 at 09:26 +0100, Luis Kornblueh wrote: > Hi, > > is it possible to do something like > > CALL mpi_init(... > CALL ompi_print_used_mca_setup > > to see how finally the used mca parameters are set? > Luis, There is an mca parameter "mpi_show_mca_params" that is supposed to do

[OMPI users] write out mca parameters after mpi_init

2010-11-30 Thread Luis Kornblueh
Hi, is it possible to do something like CALL mpi_init(... CALL ompi_print_used_mca_setup to see how finally the used mca parameters are set? Thanks, Luis smime.p7s Description: S/MIME Cryptographic Signature