libgrape-lite
libgrape-lite copied to clipboard
Can the distributed framework support encryption?
Which framework does Grape use for distributed computing? Does it support encryption, if not, hwo can we implement encryption or use other rpc framework like grpc?
GRAPE use standard MPI (tested with openmpi and mpich) for communication between workers.
As far as I know encryption is not in the design space of MPI.