Nicholas Chaimov

Results 20 issues of Nicholas Chaimov

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...

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

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...

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:...