RRZE-HPC/likwid

Wrong function in Fortran Marker API

Closed this issue · 0 comments

likwid_nvmarkernextgroup_(void)
{
likwid_markerNextGroup();
}

Judging by the other routines, in the GPU Marker API the following routine should be called instead:

extern void likwid_gpuMarkerNextGroup(void)