Closed olofsvensson closed 2 years ago
I don't think this is RELION's problem. This is probably an MPI issue.
Is this on an HPC with Infiniband?
Why are you changing the compiler with cmake .. -DCMAKE_C_COMPILER=gcc-8 -DCMAKE_CXX_COMPILER=g++-8
?
Which MPI runtime are you using? Is it the same as the one used during compilation?
Problem finally solved with a change of the version of MPI so indeed nothing related to Relion.
For anyone who might run into the same problem: We were trying to run Relion on a DGX-1 computer running Ubuntu 20.04. The default version of "mpirun" on Ubuntu 20.04 is OpenMPI 4.0.3. Switching to OpenMPI 4.1.2a1 solved the problem - Relion now runs fine with MPI on this computer.
Hi,
I have compiled and installed version 4.0-beta-2 of Relion using these commands:
The Relion GUI starts ok, however, when trying to do a 3D classification job I get the following error:
Here are some more output:
and
Any help is appreciated!
Regards,
Olof