[codes-ross-users] Questions about CODES

Mubarak, Misbah mmubarak at anl.gov
Tue Feb 28 15:17:08 CST 2017


Hi Junji,

There are some pieces in the model-net layer that you could use to
simulate a asynchronous RPC. Have you looked at the model_net_pull_event
functionality? (See codes/model-net.h, it is supported by most network
models including simplep2p). Model-net pull functions are used for
simulating a RPC style communication where LP X sends a control message to
LP Y and LP Y responds back with the payload to the requesting LP X. I
think you can use them as building blocks for simulating an asynchronous
RPC. 

Thanks,
Misbah
On 2/26/17, 10:04 PM, "codes-ross-users-bounces at lists.mcs.anl.gov on
behalf of Junji Kobayashi" <codes-ross-users-bounces at lists.mcs.anl.gov on
behalf of kbys at hpcs.cs.tsukuba.ac.jp> wrote:

>Hi there,
>
>I want to simulate asynchronous RPC operation using CODES.
>(ex. LP x send a message to LP y and LP z using asynchronous RPC)
>
>Does CODES support asynchronous RPC?
>And how to simulate asynchronous RPC using CODES.
>
>Best Regards.
>Junji Kobayashi
>
>email:(kbys at hpcs.cs.tsukuba.ac.jp)
>
>_______________________________________________
>codes-ross-users mailing list
>codes-ross-users at lists.mcs.anl.gov
>https://lists.mcs.anl.gov/mailman/listinfo/codes-ross-users



More information about the codes-ross-users mailing list