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
I just got gcc-14 and recompiled everything with it - while I was at it I profiled IBAMR's build (with clang and -ftime-trace). There are a few things worth actually instantiating properly since they take up a significant amount of compilation time of most files:
HierarchyDataOpsManager and related DataOps classes (i.e., all 5 scalar times x 4 data centerings)
PatchHierarchy
SAMRAIVectorReal
The text was updated successfully, but these errors were encountered:
I just got gcc-14 and recompiled everything with it - while I was at it I profiled IBAMR's build (with clang and
-ftime-trace
). There are a few things worth actually instantiating properly since they take up a significant amount of compilation time of most files:The text was updated successfully, but these errors were encountered: