forked from nest/nest-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Hakonsbm cpp11 librandom #36
Merged
hakonsbm
merged 349 commits into
hakonsbm:feature/cpp11-librandom
from
heplesser:hakonsbm_cpp11-librandom
Feb 1, 2021
Merged
Hakonsbm cpp11 librandom #36
hakonsbm
merged 349 commits into
hakonsbm:feature/cpp11-librandom
from
heplesser:hakonsbm_cpp11-librandom
Feb 1, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: sarakonradi <[email protected]>
Co-authored-by: Håkon Bakke Mørk <[email protected]>
Co-authored-by: Håkon Bakke Mørk <[email protected]>
Co-authored-by: Stine Brekke Vennemo <[email protected]>
Update connection management doc
Fix param dicts
Change Travis macOS build to MINIMAL to avoid timeouts (temporary).
…ection_management_doc
…ests_py Fix typo in test_sp/test_mpitests.py
Improve NodeCollection iterator dereferencing performance when using composite NodeCollections with metadata
Add -Woverloaded-virtual to CI compiler flags
Fix performance issues for weak scale benchmarks caused by creation of DictionaryDatums
…nt_doc Update connection management documentation
Rename PyNEST microcircuit example titles
Conflicts: conngen/CMakeLists.txt models/erfc_neuron.h models/inhomogeneous_poisson_generator.h models/quantal_stp_connection.h nestkernel/CMakeLists.txt nestkernel/conn_builder.cpp nestkernel/conn_parameter.h nestkernel/parameter.cpp nestkernel/parameter.h pynest/nest/tests/test_all.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Working towards RNG bliss ...