This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Tags: BlueBrain/CoreNeuron
Tags
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
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>
PreviousNext