CoreNeuron icon indicating copy to clipboard operation
CoreNeuron copied to clipboard

NEURON tests fail when splay tree queueing is disabled in CoreNEURON

Open olupton opened this issue 3 years ago • 0 comments

Describe the issue If CoreNEURON is configured with CORENRN_ENABLE_SPLAYTREE_QUEUING=OFF, the following NEURON tests segfault:

         46 - coreneuron_modtests::test_netmove_py_cpu (Failed)
         54 - coreneuron_modtests::inputpresyn_py_cpu (Failed)
         63 - coreneuron_modtests::test_netmove_py_gpu (Failed)
         71 - coreneuron_modtests::inputpresyn_py_gpu (Failed)
        185 - tqperf::coreneuron (Failed)

Expected behavior Either the failures should be fixed, or these tests should be disabled when this option is set (with a reference to this issue).

Additional context https://github.com/BlueBrain/CoreNeuron/blob/511613efbdf088bc7af5b69a769c147fd20328a5/CMakeLists.txt#L351-L354 suggests this is a known (to some people!) issue, but I didn't see a ticket for it.

olupton avatar Jul 06 '22 06:07 olupton