-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels