We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I was trying to compile the programs with Papi support -Dpolybench_papi. After compiling using
gcc -fopenmp -I../../../utilities 2mm1.c ../../../utilities/polybench.c -I ../PolyBench-ACC/common/ -I ../PolyBench-ACC/OpenMP/utilities/ -DMINI_DATASET -DPOLYBENCH_PAPI -lpapi -o 2mm
and running
./2mm
It throws the following error -
../../../utilities/polybench.c FAILED Line # 241 Error: PAPI_add_event
Please suggest what changes I need to make or is PolyBench-ACC compatible with Papi?
The text was updated successfully, but these errors were encountered:
To be honest, I’m not sure what changes have happened to PAPI. This code base hasn’t been updated in 7 years.
Sorry, something went wrong.
No branches or pull requests
Hi,
I was trying to compile the programs with Papi support -Dpolybench_papi. After compiling using
and running
It throws the following error -
Please suggest what changes I need to make or is PolyBench-ACC compatible with Papi?
The text was updated successfully, but these errors were encountered: