Skip to content

IPM with Spack #49

@Christoph-TU

Description

@Christoph-TU

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions