taucmdr icon indicating copy to clipboard operation
taucmdr copied to clipboard

Performance engineering for the rest of us.

Results 63 taucmdr issues
Sort by recently updated
recently updated
newest added

Some TAU features are deprecated or removed from TAU in certain versions of TAU. TAU Commander should be made aware of deprecated or removed features and specify a warning or...

It would be nice if there were a way to run experiments outside of the project-tree. Perhaps more generally to be able to interact with an existing taucmdr project from...

Python 2 has reached EOL and we need to migrate to python 3 ASAP. Requirements to be able to do this robustly are: - [x] Improved automated [testing of style...

Adds support for json files as output in order to use chrome tracing as a GUI to view the tau trace files.

TAU now supports the NEC SX Aurora architecture (`-arch=nec-sx-aurora`) and NEC compilers (ncc, nc++, mpinfort). These should be added to TAU Commander. Differences when using TAU with NEC SX Aurora:...

See discussion in #345 Python may be invoked in a number of different ways when profiling python code. The best thing to do would be to figure out how to...

[mypy](https://mypy.readthedocs.io/en/latest/) allows python type checking to be enforced. This will help identify bugs, but, in particular, it will help the migration from Python2 to Python3. See: - https://twitter.com/grhmc/status/1233598648673538048 - https://github.com/asottile/pyupgrade...

in progress
python3

If a Python 3 Anaconda is present in the environment, TAU Commander configuration will attempt to use it instead of downloading Miniconda. For the current Python 2 version, we should...

bug