- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

Darshan: Difference between revisions

From HLRS Platforms
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:
{{Infobox software
{{Infobox software
| description            = Darshan is a set of libraries that can characterize MPI-IO and POSIX file access within typical HPC applications in a nonintrusive way. It can be used to investigate I/O behavior of a MPI-program.
| description            = Darshan is a set of libraries that can characterize MPI-IO and POSIX file access within typical HPC applications in a nonintrusive way. It can be used to investigate I/O behavior of a MPI-program.
| developer              =  
| developer              = Argonne National Laboratory
| available on          = [[HPE_Hawk]]
| available on          = [[HPE_Hawk]]
| category              = [[:Category:Performance Analyzer|Performance Analyzer]]
| category              = [[:Category:Performance Analyzer|Performance Analyzer]]
Line 10: Line 10:


== Introduction ==
== Introduction ==
Darshan is developed by Mathematics and Computer Science Division of Argonne National Laboratory to allow investigation and tuning of the I/O behaviour of complex HPC applications.
It is open-source and available on [https://github.com/darshan-hpc/darshan github]. Many Tutorials and hands-on excercises are available online.


== Usage ==
== Usage ==

Revision as of 14:45, 25 November 2021

Note: This page is in progress.

Darshan is a set of libraries that can characterize MPI-IO and POSIX file access within typical HPC applications in a nonintrusive way. It can be used to investigate I/O behavior of a MPI-program.
Developer: Argonne National Laboratory
Platforms: HPE_Hawk
Category: Performance Analyzer
License:
Website: Darshan homepage


Introduction

Darshan is developed by Mathematics and Computer Science Division of Argonne National Laboratory to allow investigation and tuning of the I/O behaviour of complex HPC applications. It is open-source and available on github. Many Tutorials and hands-on excercises are available online.

Usage

Running program with Darshan instrumentation

First load the needed software module:

module load darshan-runtime


Parsing log file to pdf

See also

External Links