-
Notifications
You must be signed in to change notification settings - Fork 29
Nerve electrophysiology model (NEURON) #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
odeimaiz
added a commit
that referenced
this issue
Apr 27, 2018
wait until services are up and running before returning
5 tasks
6 tasks
GitHK
added a commit
that referenced
this issue
Jan 21, 2021
* mpi locking got refacted to use multiprocessing * it should no longer be possible to start multiple MPI nodes in case of errors * minor refactor * added more comments and written in a more clear logic * Update mpi_lock.py updating comment * added tests for mpi_lock module * refactored fucntion names * migrated function to private * semplified mpi_lock acquisition * updated docstring and comment * final refactor to the mpi_locking using a proper * Update services/sidecar/src/simcore_service_sidecar/mpi_lock.py Co-authored-by: Sylvain <[email protected]> * inverted test oder * before trying to acquire lock, make sure redis is working * adding more debug * Git hk fix mpi sidecar locking (#2) * Minor cleanup in pytest_simcore/docker_swarm and redis_service * Minor * tests improvmentsd - adde dmore cases - patched redis config properly * improved mpi_lock for high concurrency * Update test_mpi_lock.py we do not have such high concurrency Co-authored-by: Andrei Neagu <[email protected]> Co-authored-by: Sylvain <[email protected]> Co-authored-by: Pedro Crespo-Valero <[email protected]>
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User story
As a user I want to be able to run neuron simulations. For this purpose I need to be able to import hoc files or create splines representing neurons. Also I want to couple them to an external potential from a EM solver.
Definition of done
Background
The text was updated successfully, but these errors were encountered: