Omar Awile
Omar Awile
Ah great, @nrnhines ! I was wondering if `OS/table.h` could be easily replaced or not. Thanks for fixing this! I think we can probably wait a moment for the MPI...
Hi @mdjurfeldt I was on leave the last couple of weeks but I'll be happy to try next week and report back.
Hi @mdjurfeldt , I finally started looking into this, this morning but I've noticed some issues. I pulled your new branch, did a fresh build+install, then went to NEURON and...
Dang, I had done a clean and distclean, thought that would suffice. Just to be sure, I recloned the repo now and built from scratch. When building I see currently...
Yes, I'm using mpich on mac, maybe your MPI distribution does it slightly different.
Now, all builds perfectly.
Also, keep in mind that currently the passed operation for reductions is not the MPI_Opt code, but another user-defined opreation code that gets translated.
This was partially taken care of here: https://github.com/BlueBrain/CoreNeuron/commit/557f2566427908b68918403da87e3af2af65914c But ultimately this will be part of our data-structure rewrite. For now we can keep it open, though.
thanks @nrnhines ! that's good to know, then we have to tread carefully if there is a use case (bin reporting) for nrnmpi wrappers inside mod files. Anyway, I don't...
Well I started off with version you had tagged in the docker-compose - I agree that's what makes most sense. But since that gave me this very same error with...