Re: OMP_PLACES

2022-05-30 Thread Jakub Jelinek via Gcc
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

OMP_PLACES

2022-05-28 Thread Mohamed Atef via Gcc
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, );