-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
icb_parpack_cpp test is failing on ppc64el and others archs #128
Comments
@fghoussen Does it ring a bell? |
Not really: soundless bell ! In build dependencies, I see libopenmpi3: could you try with openmpi2 ? |
If switching from openmpi2 to openmpi3 is OK on ppc64el (?), try it also on armel |
other archs are indeed failing: |
If libopenmpi3 is not to blame (?), then C++11 could be to blame.... I've just seen in the (armel) log (at the end) :
The build seems to hang. Looks like the compiler goes crazy because he doesn't know what to do with the (hard-coded) gnu++11 ?!... Really not sure (what is the compiler behind ?). I have no good answer here. I PR a few lines: kill them if they don't go the way you like |
Looks more like a test hanging than the compiler disliking |
Yeah maybe. Can you have more verbose logs ? Or compile with |
I guess not. But from the log it seems that the first test in the MPI directory hangs. I suppose only adding some prints to the test would help debugging. |
I'm not entirely sure about this, but in the CMake it links against the CXX and the C libraries for MPI. Is this likely a problem? Other possibility is a dead lock :/ |
Just realized hang is after |
@sylvestre: I guess the problem on armel/ppc64 may be fixed by 9742da7 !.... |
@sylvestre : if you're about to publish a new release, ckeckout if this issue is (should be !) fixed |
May be fixed by f36eb6c |
@sylvestre: if #397 is released would be good to check if this problem is solved |
yeah, i will upload it once 3.9.1 is tagged :) |
https://buildd.debian.org/status/fetch.php?pkg=arpack&arch=ppc64el&ver=3.6.1-1&stamp=1529756139&raw=0
The text was updated successfully, but these errors were encountered: