eztrace_indent_fortran
Automatic execution trace generation for HPC - tools
Install
- All systems
-
curl cmd.cat/eztrace_indent_fortran.sh
- Debian
-
apt-get install eztrace
- Ubuntu
-
apt-get install eztrace
- Kali Linux
-
apt-get install eztrace
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install eztrace
- Raspbian
-
apt-get install eztrace
- Dockerfile
- dockerfile.run/eztrace_indent_fortran
eztrace
Automatic execution trace generation for HPC - tools
EZTrace is a tool that aims at generating automatically execution traces from HPC (High Performance Computing) programs. It generates execution trace files that can be interpreted by visualization tools such as ViTE. It uses LD_PRELOAD and dlsym() to intercept calls to the usual HPC primitives, to be observed. This package contains the tools.