multisplit in networks
Posted: Mon Mar 26, 2012 12:25 am
hi,
i followed the 'Fully Implicit Parallel Simulation of Single Neurons (Hines et al. 2008 ' model and applied the concept in several other single neuron models. And using the same concept i scaled it up to my network of 45 cells. Interestingly the method works when i use np=1 [mpirun -np 1 <nrniv path> -mpi -NSTACK 2000 <filename>]. However the method fails to work when issued the same command with np=4 [mpirun -np 4 <nrniv path> -mpi -NSTACK 2000 <filename>]. The following is the error which resulted when run with np=4
0 /mirror/neuron/nrn-7.3/x86_64/bin/nrniv: Segmentation violation
1 /mirror/neuron/nrn-7.3/x86_64/bin/nrniv: Segmentation violation
1 in init.hoc near line 91
1 model()
^
1 finitialize(-70)
0 in init.hoc near line 91
1 init(0 model()
)
1 stdinit( )
1 statrun( 100 )
and others
application called MPI_Abort(MPI_COMM_WORLD, -1) - process 1
Could you let me know where the problem could be? And also i wanted to know what does NSTACK refer to ?
i followed the 'Fully Implicit Parallel Simulation of Single Neurons (Hines et al. 2008 ' model and applied the concept in several other single neuron models. And using the same concept i scaled it up to my network of 45 cells. Interestingly the method works when i use np=1 [mpirun -np 1 <nrniv path> -mpi -NSTACK 2000 <filename>]. However the method fails to work when issued the same command with np=4 [mpirun -np 4 <nrniv path> -mpi -NSTACK 2000 <filename>]. The following is the error which resulted when run with np=4
0 /mirror/neuron/nrn-7.3/x86_64/bin/nrniv: Segmentation violation
1 /mirror/neuron/nrn-7.3/x86_64/bin/nrniv: Segmentation violation
1 in init.hoc near line 91
1 model()
^
1 finitialize(-70)
0 in init.hoc near line 91
1 init(0 model()
)
1 stdinit( )
1 statrun( 100 )
and others
application called MPI_Abort(MPI_COMM_WORLD, -1) - process 1
Could you let me know where the problem could be? And also i wanted to know what does NSTACK refer to ?