https://github.com/gaocegege/darshan
Personal dev fork of the Darshan repo--NOT the official one!
https://github.com/gaocegege/darshan
Last synced: 2 months ago
JSON representation
Personal dev fork of the Darshan repo--NOT the official one!
- Host: GitHub
- URL: https://github.com/gaocegege/darshan
- Owner: gaocegege
- License: other
- Created: 2021-01-06T03:55:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T03:55:44.000Z (over 4 years ago)
- Last Synced: 2025-02-08T15:48:12.846Z (4 months ago)
- Language: C
- Size: 15.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
Darshan is a lightweight I/O characterization tool that transparently
captures I/O access pattern information from HPC applications.
Darshan can be used to tune applications for increased scientific
productivity or to gain insight into trends in large-scale computing
systems.Please see the
[Darshan web page](http://www.mcs.anl.gov/research/projects/darshan)
for more in-depth news and documentation.The Darshan source tree is divided into two main parts:
- darshan-runtime: to be installed on systems where you intend to
instrument MPI applications. See darshan-runtime/doc/darshan-runtime.txt
for installation instructions.- darshan-util: to be installed on systems where you intend to analyze
log files produced by darshan-runtime. See
darshan-util/doc/darshan-util.txt for installation instructions.The darshan-test directory contains various test harnesses, benchmarks,
patches, and unsupported utilites that are mainly of interest to Darshan
developers.