SBC-Utrecht / PyTomPrivate

Development repository
GNU General Public License v2.0
2 stars 2 forks source link

issue with openmpi parallelization for glocal #122

Closed McHaillet closed 1 year ago

McHaillet commented 1 year ago

The parallelization for glocal alignment via openmpi is giving issues. According to the docs the number of mpi processes should always be one larger than the number of gpu's, but this is failing currently. Also, it fails when setting multiple processes without gpu's. Something is clearly broken.

Testing the functionality can be done easily by going to the E2ETests and changes the number of openmpi processes in the different tests.