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
export
PROGRAM main
IMPLICIT NONE
INTEGER :: A = 123456789
REAL :: F = 123.456789
double precision :: D = 123.456789123456789D0
print *, "======== Using PRINT format string ========"
print '(I4, X, F7.2, X, E30.19)', A, F, D
END
Hi All,
I trying to instrument a code with with IO wrappers buy using
export TAU_OPTIONS=-optTrackIO...
I'm using intel 2021.2 and hpcx2.9.0
I have configured tau with I wrappers. At the compile stag I get the following error
Any hints? It seems that I miss a library..
Lucian Anton
The text was updated successfully, but these errors were encountered: