Changes between Version 44 and Version 45 of rpc_implementation
- Timestamp:
- Oct 3, 2019, 4:22:19 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rpc_implementation
v44 v45 3 3 [[PageOutline]] 4 4 5 To enforce locality when a single complex operation requires a large number memory accesses to one single remote cluster, ALMOS-MKH defines RPCs (Remote Procedure Call), respecting the client/server model. This section describe the RPC mechanism implemented by ALMOS-MKH.5 To enforce locality when a single complex operation requires a large number of memory accesses to one single remote cluster, ALMOS-MKH defines RPCs (Remote Procedure Call), respecting the client/server model. This section describe the RPC mechanism implemented by ALMOS-MKH. 6 6 The corresponding code is defined in the ''rpc.c'' and ''rpc.h'' files. The software FIFO implementing the client/server communication channel is defined in the ''remote_fifo.c'' and ''remote_fifo.h'' files. 7 7