STAT
STAT copied to clipboard
STAT - the Stack Trace Analysis Tool
https://github.com/benfred/py-spy#dump
From #48 I will also note here that distutils is deprecated and is removed in python 3.12, so the [sysconfig](https://docs.python.org/3.11/library/sysconfig.html) module (available from python 3.2) should be loaded directly in...
Hi, I did some tests with the latest stat-cl. It works file on runs with 45 nodes x 16 MPI but it fails with the error from bellow on a...
Platform: OLCF Summit Versions: STAT from spack: `spack install stat%[email protected] cxxflags=--std=c++14` ```% spack find -fvld stat ==> 1 installed package -- linux-rhel8-power9le / [email protected] ---------------------------- wn2frxd [email protected]%gcc cxxflags="--std=c++14" ~dysect~examples~fgfs~gui 3ra646m...
STAT user guide suggests using spack on ORNL summit, I have found that `stat-core-merger` only works with python2.7, which poses challenges: ``` % spack spec stat+gui%[email protected] '^[email protected]' cxxflags=--std=c++14 Input spec...
The previous version just read output from gdb from a stream, but this proved brittle because if gdb produced extra output, gdb.py would return the result from the *previous* command...
This came from talking to a scientist at ORNL. She requested that STAT has a mechanism by which a user can find the node where STAT can attach to the...
Hello @lee218llnl, I have been a happy user of STAT for a long time and used STAT for deadlock detection at scale on many systems. Now working with AI/ML stack...