nrnhines
nrnhines
The ringtest can be expanded with a network complexity option to give it interesting network connectivity. Though that does not entirely satisfy your last two points.
This is a good topic for discussion at the developer meeting.
Although conceptually perhaps not the best choice, it is clearly technically simplest to have the "showcase" shared library installed via the neuron wheel. This library would be the union of...
> can be used without the $DISPLAY variable Actually, except for the warning message, that is the way it is now. I.e. the process continues on, but just without InterViews...
> starting an sbatch job running neuron This actually raises a puzzle. If NEURON runs in parallel with launch of ```nrniv -mpi ...``` then the ```-mpi``` arg turns off InterViews...
Although we are getting to the point with travis and azure where we do not have to expend a lot of manual effort and time to prepare distributions. I think...
Pull request #602 responds to this issue. For -nogui and -NFRAME args one can ``` import __main__ __main__.neuron_options = { "-nogui":None, "-NFRAME":"3000", } from neuron import h ``` You can...
After discussion at the June developer meeting, it was concluded that polluting ```__main__``` with neuron_options was not the best way to proceed. (Although, it is hard to imagine a user...
For temporary purposes, does ``` export NEURON_INIT_MPI=1 ``` work for you. That may not help @ramcdougal as it likely turns off his wx stuff as well as not loading x11...
@ramcdougal For temporary purposes, one can have the effect of -nogui (and no loading of x11) by ``` hines@hines-T7500:~/neuron/noivload/build/install/lib$ mv libivx11dynam.so libivx11dynam.so.x ``` Let me know if that turns off...