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 with Spack #49

Open
Christoph-TU opened this issue Jul 29, 2024 · 0 comments
Open

IPM with Spack #49

Christoph-TU opened this issue Jul 29, 2024 · 0 comments

Comments

@Christoph-TU
Copy link

Hello, IPM can now be installed through Spack.

For more information on the package, try:

spack info ipm

Here is a quick guide on how it can be used:

spack install ipm

spack load ipm

LD_PRELOAD=$(spack location -i ipm)/lib/libipm.so ./a.out

For Fortran, try:

LD_PRELOAD="$(spack location -i ipm)/lib/libipmf.so:$(spack location -i ipm)/lib/libipm.so" ./a.out

How to use the parser:

spack install ipm+parser
spack load ipm

export IPM_LOG=full
LD_PRELOAD=$(spack location -i ipm)/lib/libipm.so ./a.out

export IPM_KEYFILE=$(spack location -i ipm)/etc/ipm_key_mpi
ipm_parse -html output.ipm.xml

Currently, for parsing only the Perl script is supported. By downloading IPM with the +parser option, Ploticus and a Perl environment will also be installed alongside the profiler.

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