Questions tagged [mosix]

5 questions
10
votes
5 answers

Free OpenMosix replacement?

I was shocked to learn that OpenMosix is closed. Can you suggest any similar free tool for linux. For those who don't know, OpenMosix is a software package that turns networked computers running GNU/Linux into a cluster. It automatically balances…
Boris Gorelik
  • 29,945
  • 39
  • 128
  • 170
7
votes
3 answers

How to tell process id within Python

I am working with a cluster system over linux (www.mosix.org) that allows me to run jobs and have the system run them on different computers. Jobs are run like so: mosrun ls & This will naturally create the process and run it on the background,…
R S
  • 11,359
  • 10
  • 43
  • 50
1
vote
2 answers

mosbatch command requires a newline on stdin

In the newest version of MOSIX (3.14.0.12), all mosix commands which launch on a remote node (mosbatch and mosrun -M) do not quit until I tap the return key. The command properly executes on the remote node, disappears from the remote node process…
parasietje
  • 1,529
  • 8
  • 36
0
votes
0 answers

How to get an R script to run in parallel on a mosix cluster?

I am trying to re-create the example given in part 3 of this paper, which performs a simple calculation across several instances managed by a cluster. The main calculation happens in this script, "sim.R": # sim.R # If the "batch" package has not…
arharris
  • 13
  • 4
0
votes
0 answers

How can I run cpuminer-multi mining package with mosix clustering package under linux

When I run 'cpuminer-multi' package for 'xmr' digital coin mining in Ubuntu Linux under 'Mosix-4.4.4' clustering package with two node, after run that with under command, this error message appears for me: Using JSON-RPC 2.0 workio thread create…