You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TAU Commander v1.5.0
* Application migrated to python3 runtime
* Enhanced support for Python and machine learning applications
* Updated support for compilers and newer target hardware, runtimes & software
Propogate changes to os.environ to subprocesses.
Passing env=None to Popen uses os.environ as it was when the
interpreter started, not as it is in the moment.