Re: [OMPI users] peruse MSG_ARRIVED events lost

2007-04-20 Thread Harald Servat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello George, George Bosilca wrote: > Harald, > > I check the PERUSE code which generate the MSG_ARRIVED event. There > seems to be no way to miss one of this events if the following > conditions are respected: > > - the communicator where the mess

[OMPI users] local QP operation err

2007-04-20 Thread Keith Refson
Dear OMPI list, I'm running into a problem with openmpi 1.2 where a MPI program is crashing with local QP operation err (QPN 380404, WQE @ 0583, CQN 040085, index 1147949) [ 0] 00380404 [ 4] [ 8] [ c] [10] 026f [14] [18] 0583 [1c] ff

[OMPI users] Problem with opal_wrapper version 1.2 rev 14435

2007-04-20 Thread Bas van der Vlies
This is the error: ib-r1n1.irc.sara.nl:/var/tmp/openmpi-1.2-trunk.new root# /usr/local/gnu-openmpi-1.2.1p0/bin/opal_wrapper Cannot open configuration file ${datarootdir}/openmpi/opal_wrapper-wrapper-data.txt Error parsing data file opal_wrapper: Not found It seems that ${datarootdir) is not ex

Re: [OMPI users] Problem with opal_wrapper version 1.2 rev 14435

2007-04-20 Thread Jeff Squyres
A big merge with the installdirs functionality was committed to the 1.2 branch the other day. What version of Autoconf, Automake, and Libtool are you using? Please send the full output of configure and your config.log file (please compress!). On Apr 20, 2007, at 5:56 AM, Bas van der Vlies

Re: [OMPI users] new installation problem

2007-04-20 Thread Jeff Squyres
On Apr 19, 2007, at 11:27 PM, Babu Bhai wrote: I have already seen this faq. Nodes in cluster does not have multiple IP addresses. One thing i forgot to mention is that systems in cluster does not have static IPs and get IP address through DHCP. Ok, that should be fine. Also if th

Re: [OMPI users] Problem with opal_wrapper version 1.2 rev 14435

2007-04-20 Thread Bas van der Vlies
Jeff Squyres wrote: A big merge with the installdirs functionality was committed to the 1.2 branch the other day. ;-) I have adjust opal_wrapper.c to use another variable (libdir) and that one is expanded. What version of Autoconf, Automake, and Libtool are you using? autoconf : 2.61-4 a

Re: [OMPI users] Problem with opal_wrapper version 1.2 rev 14435

2007-04-20 Thread Jeff Squyres
On Apr 20, 2007, at 7:03 AM, Bas van der Vlies wrote: ;-) I have adjust opal_wrapper.c to use another variable (libdir) and that one is expanded. Can you explain more what you mean by that? What version of Autoconf, Automake, and Libtool are you using? autoconf : 2.61-4 automake : 1.10 lib

Re: [OMPI users] Problem with opal_wrapper version 1.2 rev 14435

2007-04-20 Thread Bas van der Vlies
Jeff Squyres wrote: On Apr 20, 2007, at 7:03 AM, Bas van der Vlies wrote: ;-) I have adjust opal_wrapper.c to use another variable (libdir) and that one is expanded. Can you explain more what you mean by that? Because ${datarootdir} is not expanded i tryied another variable in opal_wrapper

[OMPI users] uDAPL

2007-04-20 Thread Andreas Kuntze
Hello, is there a way to force Open MPI to use the uDAPL API? I didn't find anything in the FAQ and in the README. Thanks, Andreas

Re: [OMPI users] uDAPL

2007-04-20 Thread Donald Kerr
The uDAPL API can be accessed from the uDAPL BTL, to force its use you would select it via a MCA parameter. e.g. add "--mca btl self,sm,udapl" to the mpirun command line -DON Andreas Kuntze wrote: Hello, is there a way to force Open MPI to use the uDAPL API? I didn't find anything in

Re: [OMPI users] Problem with opal_wrapper version 1.2 rev 14435

2007-04-20 Thread Jeff Squyres
On Apr 20, 2007, at 7:58 AM, Bas van der Vlies wrote: Because ${datarootdir} is not expanded i tryied another variable in opal_wrapper.c: asprintf(&datafile, "%s%s%s-wrapper-data.txt", opal_install_dirs.pkgdatadir, OPAL_PATH_SEP, appname); ^

Re: [OMPI users] Problem with opal_wrapper version 1.2 rev 14435

2007-04-20 Thread Bas van der Vlies
Jeff Squyres wrote: On Apr 20, 2007, at 7:58 AM, Bas van der Vlies wrote: Because ${datarootdir} is not expanded i tryied another variable in opal_wrapper.c: asprintf(&datafile, "%s%s%s-wrapper-data.txt", opal_install_dirs.pkgdatadir, OPAL_PATH_SEP, appname);