Skip to content

v0.2.0 Support for C/C++ & Fortran instrumentation for TAU

Compare
Choose a tag to compare
@zbeekman zbeekman released this 29 Jan 00:03
· 6 commits to master since this release
v0.2.0
c0f7572

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 [...]'