Pramod Kumbhar
Pramod Kumbhar
@ramcdougal : the reason we are thinking of shipping pre-compiled shared library is to avoid the need of full development environment **esp. NVIDIA SDK** to support GPU execution. With the...
@DrTaDa : I will post the update on BBP channel about this. But in short, see the docs [here](https://nrn.readthedocs.io/en/latest/guide/porting_mechanisms_to_cpp.html?highlight=C%2B%2B%20migration). We have already done the work for BBP model.
Thanks @arnaudon for the detailed information! Similar issue was raised during the [last neuron-dev](https://github.com/neuronsimulator/nrn/wiki/May-2020) meeting specifically in the context of OSX and X11/XQuartz initialisation. We will discuss this again during...
I am reopening this issue but changing title to `Ability to turn off GUI loading in wheel`.
@alex4200 : Michael was mentioning above command from build directory when install neuron from source. For python wheel installation, I tried: ```bash → pip install neuron Collecting neuron Using cached...
@iomaganaris : IMO we need a test with more concurrency (more than ring). e.g. If we are using 36 cores on Jenkis CI, using 6 MPI ranks each with 6...
@adamjhn : would you have some time to look into this test?
@nrnhines : we don't have test with `EXTERNAL`. I think this will be helpful to add because this will raise some questions about GPU support with global variables. Is there...
@nrnhines : just in case you didn’t see above comment.
Oh ok...I didn’t notice this issue before. I assume then these errors persists after merge of your PR as well?