On Sat, May 28, 2022 at 10:48:30PM +0200, Mohamed Atef wrote:
> Hello,
> if I want to dump elements of gomp_places_list
> in a string
>
> gomp_affinity_print_place (gomp_places_list[i]);
> what does this function do ?
> I read its body, it has only one line
> (void) p;
> should I call it before
Hello,
if I want to dump elements of gomp_places_list
in a string
gomp_affinity_print_place (gomp_places_list[i]);
what does this function do ?
I read its body, it has only one line
(void) p;
should I call it before sprintf (temp_buffer, );