You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Tests from testcorenrn repository that simulate more than 1 cell produce different outputs from Neuron when run with CoreNeuron with SoA configuration and more than 1 OpenMP thread.
CoreNeuron was built using the following CMake options:
- Uses Jenkinsfile found in /tests/jenkins
- Builds AoS and SoA configuration of CoreNeuron
- Tests simple ringtest with both of them
- Clones master branch of https://github.com/pramodk/testcorenrn
to load more tests
- Uses scripts found in /tests/jenkins directory to run all tests
- Added option to run unit and ring tests on GPUs if ENABLE_OPENACC
is set
- Added pipeline stage for building CoreNeuron for GPU
- Added Jenkins pipeline stage for running built-in unit and ring
tests in GPU
- Clones ringtest repository and runs ringtest with larger number
of cells, to utilize more threads
- OpenMP is disabled in AoS build and enabled in SoA build
- SoA tests of testcorenrn use 1 OpenMP thread due to issue #154
@iomaganaris do you know if this is still an issue? I ran a quick test locally where I ran all testcorenrn tests with multiple threads as well as 1, and nothing failed.
Tests from testcorenrn repository that simulate more than 1 cell produce different outputs from
Neuron
when run with CoreNeuron withSoA
configuration and more than 1OpenMP thread
.CoreNeuron was built using the following
CMake
options:To run a test (for example "watch" which produces different output):
The text was updated successfully, but these errors were encountered: