No more check parameters from argc / argv but from the parser. Fix #184#407
Conversation
|
Maybe I need to add |
Currently it's not but I wouldn't remove ( it could come back).
@alkino : wanted to ask same thing because NEURON (and neurodamus) pass arguments via CLI. |
From now, you should call nrnmpi_init only if you want to use mpi!
|
Endly remove all of this, as we think that |
|
Pr. @nrnhines can we have a really quick and fast review of this? Regarding callers of Regards |
|
CoreNEURON will be either called by NEURON as library (where MPI is already initialised) or CoreNEURON will be launched independently. Hence extra options we had (e.g. always initialise MPI) are not necessary in my opinion. Thanks for cleaning that up! |
|
|
iomaganaris
left a comment
There was a problem hiding this comment.
LGTM. Just a small nitpick
…ueBrain/CoreNeuron#184 (BlueBrain/CoreNeuron#407) - no more check parameters from argc / argv but from the parser - remove nrn_music and simplify nrnmpi_init. - you should call nrnmpi_init only if you want to use mpi! CoreNEURON Repo SHA: BlueBrain/CoreNeuron@7c297eb
We have to decide what to do with other arguments just like
-p4that is not valid with the new parser.Does someone know what is
nrn_music?