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

Fix two problems that were causing failures during a full install of TAU. - Don't try to download and install level zero (we can't); just don't use it if it's...

An error is occurring in the Nightly test when attempting to do a full build (all TAU configurations): ``` CRITICAL An unexpected ModuleNotFoundError exception was raised: No module named 'taucmdr.cf.software.level_zero_installation'...

Attempting to run the TAU Commander makefile on an arm64 MacOS displays: `Makefile:144: *** commands commence before first target. Stop.` While installation on arm64 Macs is not expected to succeed...

For some configurations of TAU, the configure script forces pthread support on, which adds the `pthread` tag to the build. We should check whether any of these configurations are supported...

A user reports getting 'EOFError: Compressed file ended before the end-of-stream marker was reached' during tau init. - What operating system are you using? Ubuntu 18.04.4 LTS - What version...

This pull request adds support for NEC compilers.

Based on issue #381. We just need to add a deprecated option to the option that has been deprecated/removed. Either a string or a list can be passed in. Then...

Sameer reports that on Narwhal at Navy DSRC (a Cray XC system) with Intel compilers 2021.1, MPI is not detected: ``` [TAU] CRITICAL [TAU] [TAU] mpi = True in measurement...

bug

@brnorris03 reports that in the `unstable` branch the command ```shell-session tau init --backend sqlite --mpi F --bare tau target create colabvm ``` Result in an error: ```shell-session [TAU] XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX [TAU]...

bug
python3

Sameer reports that during install on Narwhal at Navy DSRC (a Cray XC system) the error: ``` ERROR: sphinx-rtd-theme 0.5.2 has requirement docutils

bug
Documentation