Add optional support for per-thread timers and timing MPI synchronization #5882
Annotations
11 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Build NEST:
nestkernel/module_manager.cpp#L110
unused parameter 'd' [-Wunused-parameter]
|
Build NEST:
nestkernel/node.cpp#L234
unused parameter 't_previous_update' [-Wunused-parameter]
|
Build NEST:
nestkernel/node.cpp#L234
unused parameter 't_current_update' [-Wunused-parameter]
|
Build NEST:
models/iaf_bw_2001_exact.h#L316
definition of implicit copy assignment operator for 'State_' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy]
|
Build NEST:
models/iaf_bw_2001.h#L327
definition of implicit copy assignment operator for 'State_' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy]
|
Build NEST:
models/weight_optimizer.cpp#L98
unused parameter 'd' [-Wunused-parameter]
|
Build NEST:
models/weight_optimizer.cpp#L103
unused parameter 'd' [-Wunused-parameter]
|
Build NEST:
models/weight_optimizer.h#L278
definition of implicit copy constructor for 'WeightOptimizerCommonPropertiesGradientDescent' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
|
Build NEST:
models/weight_optimizer.h#L332
definition of implicit copy constructor for 'WeightOptimizerCommonPropertiesAdam' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
|
Build NEST:
models/astrocyte_lr_1994.cpp#L69
unused parameter 'time' [-Wunused-parameter]
|
Loading