SpeedForce is a framework dedicated to distributed parallel computing, particularly scientific computing. It is developed by using C++ programming language. It's simple, but powerful.
Extremely simple without design. Only a little more than 1,200 lines of C++ code.
Three modules: process management, information center, and task management. More than 20 useful functions.
Support for multi users, multi nodes, multi tasks and multi OS (Linux, WSL, macOS, Android).
Four types of batch computing provide sufficient power for distributed parallel computing.
The free edition of SpeedForce currently only supports Ubuntu OS. However, it still supports multi users, multi nodes, multi tasks.