PandA-2024.02
documentation
everest_summer_school
Exercise3
common
atominIncrement.c
Go to the documentation of this file.
1
__attribute__
((noinline))
2
void
atomicIncrement(
unsigned
* var,
unsigned
value
)
3
{
4
#pragma omp atomic
5
*var +=
value
;
6
}
7
8
symmetry.value
value
Definition:
symmetry.py:9
__attribute__
__attribute__((noinline))
Definition:
atominIncrement.c:1
Generated on Mon Feb 12 2024 13:02:47 for PandA-2024.02 by
1.8.13