Pierre Yger

Results 100 comments of Pierre Yger

Yes. Sadly, for now, you need to switch to mpich Le sam. 22 déc. 2018 à 18:30, Matt Gaidica a écrit : > @yger would this be causing the error:...

Using conda this is the default. But otherwise this depends on your OS. Using Ubuntu, you need to to >> sudo apt remove openmpi-bin >> sudo apt install mpich libmpich-dev...

thanks for the comment. Indeed, max-slots is not valid with mpich, one should rather use a syntax like IP:nb_cores

I don't have much experience with job schedulers, sadly. I'm still trying to properly figure out/patch the OpenMPI problem, related to the implementation of the MPI API, but I guess...

Not really. What is the mpich version used ? This MPI library is really full of surprise Best Pierre Le mar. 8 janv. 2019 à 14:16, Joscha Schmiedt a écrit...

Ok, and if you are a bit experienced with coding, can you edit L31 in /opt/ESIsoftware/python/envs/spikesorting/lib/python3.5/site-packages/circus/shared/mpi.py, where the error is, and tell me if changing the line from sub_comm =...

Sorry to hear that you are facing so many problems. Yesterday, I made a fresh install on Win10 with anaconda 3 and everything worked fine, out of the box. So...

Are you using the last version of the software (0.8.0) installed from git, and/or can you provide me the log file of your run Le jeu. 6 juin 2019 à...

When you launch the code, you have the option shared memory set to True I guess, on the main display, am I right? And if you go into a python...

Ok, good to know. I'll still try to debug why this is not working with mpich2, as I think it should. And as soon as I'll find time, I'll make...