We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, https://github.com/ModelDBRepository/97917 contains two sets of mechanisms:
which cannot be linked into a single special because the SUFFIXes are not unique:
special
SUFFIX
At present the HOC scripts try to compile mechanisms on the fly, which is doubly problematic because:
nrnivmodl
make -j 4
It might be better to support multiple models within a single ModelDB ID at a higher level.
The text was updated successfully, but these errors were encountered:
Note that the changes in #89 flagged many models that contain multiple independent sets of .mod files within a single ID.
Sorry, something went wrong.
No branches or pull requests
For example, https://github.com/ModelDBRepository/97917 contains two sets of mechanisms:
which cannot be linked into a single
special
because theSUFFIX
es are not unique:At present the HOC scripts try to compile mechanisms on the fly, which is doubly problematic because:
nrnivmodl
is not deterministic (it containsmake -j 4
...)It might be better to support multiple models within a single ModelDB ID at a higher level.
The text was updated successfully, but these errors were encountered: