Is this hanging on MPI_Init?
I have a problem that could be related when using MPI_Init_thread, it
hangs when calling it with the following parameters:
MPI_Init_thread(0, 0, MPI_THREAD_MULTIPLE, &provided);
This happened with openmpi-1.4.3-2.1ubuntu2 in armhf running precise, I
have not tried
I have tried to build this on my pandaboard running precise. The scotch
test hangs when calling MPI_Init_thread in scotch_test_lib.cpp
MPI_Init_thread(0, 0, MPI_THREAD_SINGLE, &provided);
we get stuck on this loop in function opal_condition_wait():
while (c->c_signaled == 0) {
opal_progre
@James: I hit this issue when upgrading to 1.4-0ubuntu8. I added your
PPA repository and tried to build your version 1.4-0ubuntu9 on my
pandaboard (armhf architecture) but I got the following errors:
BAD: wrong content in file 0x407e9298 (output), expected 'hello world
' got 'hello world'
I have updated gcc to version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu2), and
this fixes the problem. Now dec_util.c compiles and the package builds
fine on my machine.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.n
I have tried to build qutecom on my pandaboard ES, tracking the daily
precise/armhf.
The assembler error is caused when compiling function
D_UTIL_signal_up_scale, specifically the call to D_UTIL_saturate inside
the loop.
A workaround to make it compile is to remove "-funroll-loops". Another
one