Skip to content
New issue

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

IPM module at NERSC incompatible with default PAPI module #36

Open
bcfriesen opened this issue Apr 8, 2019 · 0 comments
Open

IPM module at NERSC incompatible with default PAPI module #36

bcfriesen opened this issue Apr 8, 2019 · 0 comments

Comments

@bcfriesen
Copy link

The default version of Cray's PAPI module has incremented from 5.5.1.4 to 5.6.0.3. This causes applications linked with IPM to crash with this error at run time:

user@nid12345> srun -n 2 ./a.out
IPM  0: ERROR PAPI initialization error (-1)
IPM  0: ERROR Error initializing module 7 (PAPI), error 1
IPM  0: ERROR PAPI initialization error (-1)
IPM  0: ERROR Error initializing module 7 (PAPI), error 1
Hello world from processor nid12345, rank 1 out of 2 processors
Hello world from processor nid12345, rank 0 out of 2 processors
srun: error: nid12345: task 0: Segmentation fault (core dumped)

Swapping the default PAPI module for an older one (e.g., 5.5.1.4) resolves this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant