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
we are seeing this strange behavior when running Reactant.compile in several MPI ranks at the same time. this should be flat, as there is no communication happening.
i have no idea of what's going around, except that MPI and Julia compiler don't like each other
Warning
note that this is not precompilation or load time, but just time taken by first call to Reactant.compile.
The text was updated successfully, but these errors were encountered:
mofeing
changed the title
Compile time scales with MPI ranks
Compile time scales with MPI ranks (and it shouldn't)
Dec 16, 2024
cc @Todorbsc
we are seeing this strange behavior when running
Reactant.compile
in several MPI ranks at the same time. this should be flat, as there is no communication happening.i have no idea of what's going around, except that MPI and Julia compiler don't like each other
Warning
note that this is not precompilation or load time, but just time taken by first call to
Reactant.compile
.The text was updated successfully, but these errors were encountered: