neuronsimulator / nrn

NEURON Simulator
http://nrn.readthedocs.io
Other
401 stars 116 forks source link

Windows: compare native installation with WSL installation. They try all possible use cases and document what are things they found different between the two. At the end of the day, produce some document/2-3 slides with summary. #1855

Open alexsavulescu opened 2 years ago

jorblancoa commented 2 years ago

Neuron scripts with graphical interface in WSL2 Windows 10

Created shortcuts: We add "/bin/bash -ic" so the .bashrc is sourced and the GUI works as intended

examples: neurondemo C:\Windows\System32\wsl.exe /bin/bash -ic /home/jblanco/.local/bin/neurondemo

modlunit C:\Windows\System32\wsl.exe /bin/bash -ic "/home/jblanco/.local/bin/nrniv -nopython /home/jblanco/.local/lib/python3.8/site-packages/neuron/.data/share/nrn/lib/hoc/modlunit.hoc"

Windows 11

examples: neurondemo (to be tested) C:\Windows\System32\wsl.exe /home/jblanco/.local/bin/neurondemo