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
trafficstars

```tau_rewrite -T options -f select.tau a.out a.inst```

duplicate
enhancement
needs testing

```tau_pebil_rewrite -T options -f select.tau a.out a.inst```

duplicate
enhancement
needs testing

``` [TAU] XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX [TAU] [TAU] CRITICAL [TAU] [TAU] track_memory_footprint = True in measurement is incompatible with baseline = True in measurement [TAU] [TAU] Hint: Try `tau --help` [TAU] [TAU] TAU...

--source-inst=manual causes tau_cc.sh, etc. to invoke the underlying compiler with TAU_ENABLED=1 but no other definitions ($TAU_DEFS) from the TAU Makefile. This prevents manually-instrumented code from building correctly.

The following occurs on Topaz: Here are the modules loaded: ```bash module list Currently Loaded Modulefiles: 1) java/1.8 3) mpi/sgimpt/2.13-11280 2) compiler/intel/16.0.0 4) pbs/13.1.1.162303 ``` Next run tau init with...

All my trials were just deleted when using `tau trial renumber`! Fortunately I had backups but this is the type of thing that could REALLY ruin someones day. I'm not...

bug

When renumbering a large number of trials it can take ~1 second per trial to renumber.

When deleting trials and then trying to compress the gaps, an error message is thrown: ``` $ tau trial list -s 0 10 20 30 $ tau trial renumber 10...

batch job still prints cpu usage etc. during trial export when `export __TAUCMDR_PROGRESS_BARS__=disabled`