nrnhines

Results 397 comments of nrnhines

Question. It is rare but sometimes useful sometimes for debugging or development involving foo.mod to be able to manually modify ```x86_64/foo.[c,cpp]``` and rerun ```nrnivmodl``` and compile with those changes (as...

I'd be delighted to see the gnu subdirectory disappear.

Extending CoreNEURON to implement extracellular is a fairly extensive undertaking (the tree matrix requires a general sparse solver). It is not needed for calculation of LFP and EEG as that...

> Install latest Visual Studio It will be nice to get to this point but there is a current issue in that the nrn/mingw_files/vcenv.sh file that sets the environment assumes...

There are no statistics on usage. The question is a good one. At the moment I don't know with complete clarity all the issues surrounding mingw gcc, visual c, python-x.x...

I see from https://packaging.python.org/guides/packaging-binary-extensions/#id9 Note that from Python 3.5 onwards, Visual Studio works in a backward compatible way, which means that any future version of Visual Studio will be able...

The version of NSIS I have is 3.04. I don't know if that is pertinant to your issue. When you do get setup.exe... One can run the neuron setup.exe from...

From within a bash terminal and from there running the nrn...setup.exe from cmd. Further invocations of cmd do not see the new environment variables such as PYTHONPATH and the modified...

Perhaps my EnvVarUpdate.nsh.in needs to be abandoned because of the warning at https://nsis.sourceforge.io/Environmental_Variables:_append,_prepend,_and_remove_entries What is now suggested is a plugin called EnVar_plugin.zip that gets extracted into where NSIS is installed.

Yes. That is for the documentation Section which I purposely have made nonfatal. That nrnhtml folder needs to be extracted from a zip file and is currently way out of...