Skip to content
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

NGV lacking load balance features #224

Open
ferdonline opened this issue Dec 5, 2024 · 0 comments
Open

NGV lacking load balance features #224

ferdonline opened this issue Dec 5, 2024 · 0 comments

Comments

@ferdonline
Copy link
Collaborator

As mentioned originally
"Multiscale run would really like to use dry-run. However, atm it is not possible because astrocytes lack an etype (I think)." @cattabiani

Also there seems to be issues with the original (CPU) load balance due to one of the mechanisms not featuring a default constructor. Quoting @jamesgking
"It is probably NEURON trying to instantiate a "stand alone" instance of mcd13.mod in order to evaluate the impact to computations. Typically mod files can be instantiated in isolation and run for a few time steps. In this case, mcd13 does require the extra components and so it still has a NULL pointer which it tries to dereference and crashes.

We have 2 options:

  1. have some way to disable the computations that require dereferencing glu2; this means that mcd13 will look like it imposes no cost, so will not be factored into load balancing
  2. have some default value which will cause mcd13 to do some typical workload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant