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
timeSetaux is defined as an integer and initialized as a double. Not entirely bad but not great.
timeGrdfit3 is defined but not initialized
timeFilvl is defined but not initialized
timeFilvalTot is defined but not initialized
tick_clock_start is defined but not initialized
tvollCPU(maxlv) is defined but not initialized
timeFlglvlTot is initialized but not defined
timeSetaux is initialized but not defined
My guess is that some of this is not coming up because these are just timing variables or never used but it would be good to clean this up.
The text was updated successfully, but these errors were encountered:
The function that currently resides in
sts1.f
looks likewhere these variables are defined in
amr_module.f90
asThe problematic variables are
timeSetaux
is defined as an integer and initialized as a double. Not entirely bad but not great.timeGrdfit3
is defined but not initializedtimeFilvl
is defined but not initializedtimeFilvalTot
is defined but not initializedtick_clock_start
is defined but not initializedtvollCPU(maxlv)
is defined but not initializedtimeFlglvlTot
is initialized but not definedtimeSetaux
is initialized but not definedMy guess is that some of this is not coming up because these are just timing variables or never used but it would be good to clean this up.
The text was updated successfully, but these errors were encountered: