parallel computing and simulated annealing

General issues of interest both for network and
individual cell parallelization.

Moderator: hines

Post Reply
mattmc88

parallel computing and simulated annealing

Post by mattmc88 »

I'm using the multiple run fitter with a simulated annealing optimization routine on a single-cell multicompartment model. When I try to run the optimization with parallel processing enabled (# threads, 4; Thread Parallel; Multisplit) I get the following error:

Assertion failed: file /home/hines/neuron/releases/nrn-7.1/src/nrniv/multisplit.cpp, line 2956
/usr/local/nrn/x86_64/bin/nrniv: use_cachevec
near line 27
{finit()}
^
finitialize(-63)
init()
stdinit()
FitnessRun[0].run()
and others

Anybody know what's going on, and how to fix this?

Thanks!

Matt
ted
Site Admin
Posts: 6300
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: parallel computing and simulated annealing

Post by ted »

You might try the latest alpha version, in case this is a bug that has been fixed.
Post Reply