-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
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
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
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
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
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
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
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
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
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
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);
^
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);
12 matches
Mail list logo