Skip to content

jstzwj/Mocores

Repository files navigation


A distributed, high-scale computing system.

Language

Introduction

Mocores is a distributed computing system that utilizes idle computer resources. Unlike other distributed systems, the subnodes of the system can be unreliable and have poor network communication. The system is suitable for solving problems with large computationally intensive parallelism problems.

Environment compatibility

  • Visual Studio 2017 (Only tested on 15.5.7 version)
  • GNU GCC (Only tested on 7.3.0, 8.1.0 version)

Installation

Using Visual Studio

Get the required tools:
CMake. This is used for generating Visual Studio solution and project files. Get it from: http://www.cmake.org/cmake/resources/software.html
Visual Studio 2015 or later

Run CMake to generate the Visual Studio solution and project files:
mkdir build (for building without polluting the source dir)
cd build
If you are using Visual Studio 2015: cmake -G "Visual Studio 14 2015" ..\Mocores
The above, if successful, will have created a MocoresMaster.sln file in the build directory.

Development process

How to use it

Contact me

e-mail:1103870790@qq.com

About

A distributed, high-scale application framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published