Skip to content

Commit

Permalink
Make error message for event grab during gvt more helpful (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcglohon authored and caitlinross committed Jul 18, 2018
1 parent b31c47f commit eecc1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/network-mpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ recv_begin(tw_pe *me)
if(!(e = tw_event_grab(me)))
{
if(tw_gvt_inprogress(me))
tw_error(TW_LOC, "out of events in GVT!");
tw_error(TW_LOC, "Out of events in GVT! Consider increasing --extramem");
return changed;
}

Expand Down

0 comments on commit eecc1b6

Please sign in to comment.