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
Instead of always skeletonizing MPI calls, skeletonize those MPI calls that operate on null variables only. Instead of specifying pragma sst keep to turn off skeletonization have a pragma pragma sst nullmpi to turn off payloads to the MPI call.
Related: Several MPI collectives are missing from the auto-skeletonization check list (such as gather)
The text was updated successfully, but these errors were encountered:
Instead of always skeletonizing MPI calls, skeletonize those MPI calls that operate on null variables only. Instead of specifying
pragma sst keep
to turn off skeletonization have a pragmapragma sst nullmpi
to turn off payloads to the MPI call.Related: Several MPI collectives are missing from the auto-skeletonization check list (such as gather)
The text was updated successfully, but these errors were encountered: