LLVM OpenMP 20.0.0git
|
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <omp.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | FORMAT_STORE 80 |
#define | BUFFER_STORE 80 |
Functions | |
int | main (int argc, char **argv) |
#define BUFFER_STORE 80 |
Definition at line 24 of file affinity_display.1.c.
#define FORMAT_STORE 80 |
Definition at line 23 of file affinity_display.1.c.
Definition at line 26 of file affinity_display.1.c.
References BUFFER_STORE, FORMAT_STORE, i, omp_capture_affinity, omp_display_affinity, omp_get_affinity_format, omp_get_max_threads(), and omp_set_affinity_format.