Skip to content

kyla-127/caliper-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Caliper Tutorial

This repository contains tutorial materials for Caliper, a performance instrumentation and profiling library.

The repository contains submodules. Clone with --recursive to check out all submodules, then source setup-env.sh to build the codes and examples:

git clone --recursive https://github.com/daboehme/caliper-tutorial.git
cd caliper-tutorial
. setup-env.sh

Build requirements:

  • A C++ compiler
  • Python interpreter
  • CMake 3.15+
  • MPI (optional)
  • CUDA (optional)

Follow the tutorial contents in tutorial/README.md.

Release

This material is part of Caliper. See LICENSE for details.

LLNL-CODE-678900

About

Caliper Tutorial Materials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 43.8%
  • CMake 26.3%
  • C++ 13.1%
  • Shell 13.0%
  • Python 3.8%