Skip to content

Commit 857461e

Browse files
committed
fix compilation error
1 parent 73af76d commit 857461e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x10.runtime/x10rt/pami/x10rt_pami.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2260,6 +2260,6 @@ bool x10rt_net_agree (x10rt_team team, x10rt_place role,
22602260
x10rt_completion_handler *errch,
22612261
x10rt_completion_handler *ch, void *arg)
22622262
{
2263-
fatal_error("x10rt_net_agree not implemented");
2263+
error("x10rt_net_agree not implemented");
22642264
return false;
22652265
}

0 commit comments

Comments
 (0)