PAPI 7.1.0.0
Loading...
Searching...
No Matches
weak_symbols.c File Reference
Include dependency graph for weak_symbols.c:

Go to the source code of this file.

Functions

void __attribute__ ((weak))
 

Function Documentation

◆ __attribute__()

void __attribute__ ( (weak)  )

Definition at line 6 of file weak_symbols.c.

7{
8 (void)hw_desc;
9
10 fprintf(stderr, "Failed to create %s.vec in %s. The Vector FLOP benchmark is not supported on this architecture!\n", papi_event_name, outdir);
11}
FILE * stderr