rhit-neuro / parallel-neuro-simulation

3 stars 2 forks source link

Investigate performance of OpenMP #26

Open heidecjj opened 5 years ago

heidecjj commented 5 years ago

In GitLab by @heidecjj on Jan 3, 2019, 15:01

See !16 for detailed output of running parallel-neuro-sim with different numbers of threads for a simple neuron config. It appears that OpenMP is adding significant overhead slowing down the program's overall run time. Since our LUT hardware will not allow parallelization (as of right now) it might be best to never build with the -DUSE_OPENMP=ON option.