Hans Ekkehard Plesser

Results 330 comments of Hans Ekkehard Plesser

@terhorstd Ping!

@JanVogelsang In connection with PyNEST-NG, I have implemented memory measurement at the C++ level, see https://github.com/heplesser/nest-simulator/blob/125671c3999fef44fc42381a7b493a2db939aec4/nestkernel/kernel_manager.cpp#L358. I think it is better to have this at the C++ level, since we...

This should fix #1057.

@clinssen Could you try with PyNEST-NG (https://github.com/heplesser/nest-simulator/tree/pynest-ng)?

@clinssen I tried with PyNEST-NG and there the problem no longer exists. Therefore this will be fixed by #3524.

@JoshuaBoettcher I have now added you as a reviewer and am looking forward to your comments.

@JanVogelsang The code works on my computer, but it may depend on build details. How did you build NEST (which cmake options)?

I have localized the problem now. If we have detailed, threaded timers, the stopwatch start here (https://github.com/nest/nest-simulator/blob/09b349c55298d346e8aceea4f0ae643dea8ee7a3/nestkernel/per_thread_bool_indicator.cpp#L84) triggers a check for running in parallel here (https://github.com/nest/nest-simulator/blob/09b349c55298d346e8aceea4f0ae643dea8ee7a3/nestkernel/stopwatch_impl.h#L36) which fails, because we...

> Hm true. We could probably move the `omp parallel` outside of the `if ( not source.get() and not target.get() )` and do the `if ( is_source_table_cleared() )` inside the...