libgrape-lite icon indicating copy to clipboard operation
libgrape-lite copied to clipboard

Can the distributed framework support encryption?

Open bookug opened this issue 3 years ago • 2 comments

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?

bookug avatar Aug 25 '22 15:08 bookug

GRAPE use standard MPI (tested with openmpi and mpich) for communication between workers.

sighingnow avatar Aug 26 '22 02:08 sighingnow

As far as I know encryption is not in the design space of MPI.

sighingnow avatar Aug 26 '22 02:08 sighingnow