v0.2.0 Support for C/C++ & Fortran instrumentation for TAU
This version of SALT supports mixed language programming with automatic source based instrumentation for the TAU Performance System ®️. Once installed and on your $PATH
you can use it with the TAU compiler wrappers by passing the additional argument -optSaltInst
. E.g.,
tau_<f90|cc|cxx>.sh -optSaltInst [compile & linker flags] source_file.<f90|cc|cpp>
Or just set it in TAU_OPTIONS
in your environment before calling the TAU compiler wrappers:
export TAU_OPTIONS='-optSaltInst [...]'