Mpich + Minecraft server? #6583
Unanswered
Aerospace911
asked this question in
Q&A
Replies: 1 comment
-
You can easily launch multiple minecraft servers with MPI, but each process of the server need coordinate in order to work together rather than work independently. Thus, you will need to hack on the server code quite significantly. It is quite an interesting idea but it will also be a very involved project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I run a minecraft server on this and if so, how would i distribute the computing tasks to multiple computers with the goal of creating a powerful minecraft server.
Could I form them into one computer with an OS ? IE: checking how much ram i have would show the combined ram among the computers.
Beta Was this translation helpful? Give feedback.
All reactions