-
Notifications
You must be signed in to change notification settings - Fork 89
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
mpb-mpi fails to execute find-k #2
Comments
I meet the same error return, except "mpirun -np 1 mpb-mpi xxx.ctl" is also not running. But "mpb xxx.ctl" has the correct result. I guess that is because we have different mpi implementation. My system:
|
Another try on Ubuntu 16.04 gives same result:
|
Hi, mpb-mpi --version Scientific Linux 7.5 mpirun --version fftw3.3.8 gcc --version And I have the same error with an Intel based build Thank you for your time |
Dear All,
May be it is a bug, may be not. However, all copies of MPB installed on my computers are affected.
When I run MPB as "mpirun -np 1 mpb-mpi strip.ctl" it executes well and produces expected results.
However, when I try to use two or more nodes by running "mpirun -np 2 mpb-mpi strip.ctl" or "mpirun -np 3 mpb-mpi strip.ctl", MPB interrupts and throws out the error message:
Solving for bands 1 to 4...
CHECK failure on line 233 of maxwell_op.c: Failure creating FFTW3 plans
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
CHECK failure on line 233 of maxwell_op.c: Failure creating FFTW3 plans
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 1
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= EXIT CODE: 1
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
Best wishes
pavlo
ps:
mpb_mpi 1.5, Copyright (C) 1999-2012, MIT
Using libctl 3.2.2 and Guile 2.0.9.
HYDRA build details:
Version: 3.0.4
gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-16)
The text was updated successfully, but these errors were encountered: