Search found 4 matches

by jtg374
Mon Dec 16, 2019 2:26 am
Forum: Parallel NEURON
Topic: Periodically saving results during simulation
Replies: 3
Views: 7994

Re: Periodically saving results during simulation

Hi Ted,
In the tutorial that you referred to, a process "continuerun()" was used for serial implementation. For parallel context, what would be the equivalent? using ParallelContext.psolve() ?

Thanks
by jtg374
Thu Nov 21, 2019 10:46 pm
Forum: Other questions
Topic: Plotting M for IntFire4
Replies: 4
Views: 8066

Re: Plotting M for IntFire4

So how do we plot M-t using if1.M? any examples? Thanks
by jtg374
Wed Jun 26, 2019 9:38 pm
Forum: UNIX/Linux
Topic: Problem installing on cluster
Replies: 2
Views: 9536

Re: Problem installing on cluster

Hi, The cluster administrator helped installation in the public folder. There is no further problems. Thanks! -- Yes, what I do is get it installed from source. Step 1. download the two packages iv and nrn Step 2. install iv. For I am root, then I could get it installed in a public folder. If you li...
by jtg374
Tue Jun 25, 2019 11:17 pm
Forum: UNIX/Linux
Topic: Problem installing on cluster
Replies: 2
Views: 9536

Problem installing on cluster

Hi everyone, I am trying installation on a cluster following this post . With the advice of the administrator, I created a conda virtual environment with all possible dependencies I can find. module load anaconda3/5.2.0 module load openmpi/gnu.3.1.3 conda create -n NEURON -c conda-forge python=3.4 T...