Fritz Alder
Fritz Alder
Try disabling parallel compilation in lib/minionn.cpp line 20 or so. Set: cfg['parallel'] = False instead of True. Then, you should get better error messages what went wrong.
The error has nothing to do with the amount of cores you give your VM. Tell me what disabling the cfg['parallel'] brings, maybe I can help you then..
Have you checked the other threat on a similar issue? Apparently SEAL requires **GNUC** >= 6, maybe thats what happens here.
I see.. that is quite unfortunate indeed. Can you try to run it with the oldest SEAL release that is still available? https://github.com/microsoft/SEAL/releases/tag/v3.1.0 Maybe it still works without needing much...
Do you get exactly the same error in marshalling.cpp ? Or a different error based on boost? When trying to compile, I now get the error that io_service does not...
Any leader can receive client requests but since you need a quorum to become leader, there should not be two leaders...? Not if you have no network partitioning at least....