8000 Tags · BlueBrain/CoreNeuron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Tags: BlueBrain/CoreNeuron

Tags

8.2a

Toggle 8.2a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Check variable return by get_target_property before it's usage (#802)

* CMake's get_target_property might return `<VAR>-NOTFOUND` and
   hence it should be checked before it's usage
* As mentioned in neuronsimulator/nrn/issues/1788, it can result
  into an error like:

    => LINKING executable ./special LDFLAGS are:     -lreadline -lncurses
       /users/bp000174/nrn-install/share/nrn/nrnmain.cpp:
       /usr/bin/ld: cannot find -lCORENRN_LINK_LIBRARIES-NOTFOUND

1.0.1

Toggle 1.0.1's commit message
CMake v3.20+ no longer labels NVHPC as PGI. #543

* manual cherry pick

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update nmodl submodule to latest release 0.3 (#534)

1.0

Toggle 1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update nmodl submodule to latest release 0.3 (#534)

1.0b

Toggle 1.0b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove external sources from coverage (#484)

* Filter external directory from coverage
* And split this tasks from the main workflow file

1.0a

Toggle 1.0a's commit message
License consistency across project (#464)

* License consistency across project
  - replace verbose license with shorter form
    pointing to top level license file
  - add license to missing files

0.22

Toggle 0.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add SEClamp support in CoreNEURON (#381)

* Add SEClamp support in CoreNEURON
  - add svclmp.mod mod file from NEURON
  - update registeration callbacks
  - expose at_time in the header file
* Fixed compilation issue for GPU with at_time and updated NMODL commit
* Added definition of at_time in nrnoc_ml.ispc
* Small fix for at_time declaration outside ispc

Co-authored-by: Ioannis Magkanaris <iomagkanaris@gmail.com>
0