Nicholas Chaimov

Results 35 comments of Nicholas Chaimov

I'm not completely sure what was intended, but given that `tau init --help` lists `--track-memory-footprint` as an option, it ought to be supported (or, if it's not intended to be...

This appears to work correctly on Cori, although Cori has Intel 19 compilers. I wonder if the problem is related to Intel's changing of the version numbering scheme to full...

What does "filling in trials automatically" mean?

The data size, command, etc. are all part of the Trial object... I don't see how it could be reusing metadata from the deleted trial unless the trial was not...

Can this be reproduced consistently? If so, does examining the database file in a text editor (it's just a big JSON object) after the delete show that the deleted record...

The ARM compilers are installed on the Jetson nodes accessible from Cerberus. If you connect to cerberus.nic.uoregon.edu, then ssh to one of the Jetson node (e.g., `ssh jetson02`), you can...

We may want to implement selecting a project directory as a global flag by extending the existing storage-level flag, which is done by passing an argument `-@level` to a command,...

Debug log: [debug_log.txt](https://github.com/ParaToolsInc/taucmdr/files/7230306/debug_log.txt)

Although the tests are passing when run locally, for some reason, on Travis, TAU is failing to build the `tau_trace2json` tool: ``` g++ -O2 -g -I../include -w -DTAU_GNU -DTAU_DOT_H_LESS_HEADERS -fPIC...

Yeah, let's merge unstable into this branch and see if it works. It was failing due to problems building `tau_trace2json` but I think that was fixed in unstable with issue...