mpiP: a lightweight profiling library for MPI applications.
mpiP is a lightweight profiling library for MPI applications. Because
it only collects statistical information about MPI functions, mpiP
generates considerably less overhead and much less data than tracing
tools. All the information captured by mpiP is task-local. It only
uses communication during report generation, typically at the end of
the experiment, to merge results from all of the tasks into one output
file.
- Sources inherited from project SUSE:SLE-15-SP6:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP7:GA/mpiP && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Add-return-value-to-non-void-function.patch | 0000000687 687 Bytes | |
_multibuild | 0000000138 138 Bytes | |
mpiP-3.5.tgz | 0000336942 329 KB | |
mpiP.changes | 0000006886 6.72 KB | |
mpiP.spec | 0000008681 8.48 KB | |
mpip.unwinder.patch | 0000001003 1003 Bytes | |
pc_lookup-replace-PTR-with-void.patch | 0000001324 1.29 KB |
Latest Revision
Ruediger Oertel (oertel)
committed
(revision 2)
- Drop support for openmpi[123] (jsc#PED-7111) - Prepare support for openmpi5 - Drop %vers macro so that the Version tag can be parsed more easily - Use Python 3 instead of Python 2 to build. - Added pc_lookup-replace-PTR-with-void.patch to fix compilation on newer glibc.
Comments 0