Changes between Version 44 and Version 45 of rpc_implementation


Ignore:
Timestamp:
Oct 3, 2019, 4:22:19 PM (4 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rpc_implementation

    v44 v45  
    33[[PageOutline]]
    44
    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.
     5To 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.
    66The 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.
    77