Beowulf for QNX OS 4.25

Exist ?

Ricardo Az <ricardoaz@uol.com.br> wrote:

Exist ?

If my understanding is correct, Beowulf is clustering of multiple
boxes into one “super-machine”.

The QNX native networking model actually treats a multi-node network
as one logical machine. (Its not quite that – the networking is
essentially transparent, but it doesn’t have any sort of transparent
load-balancing or process migration from one machine to another.)

-David

QNX Training Services
dagibbs@qnx.com

David Gibbs (dagibbs@qnx.com) wrote:
: Ricardo Az <ricardoaz@uol.com.br> wrote:
: > Exist ?

: If my understanding is correct, Beowulf is clustering of multiple
: boxes into one “super-machine”.

I have something that might be what you need in a pinch – it’s a distributed
batch queue system for QNX 4, modeled (loosely) after VAX/VMS batch queues :slight_smile:

For example, you can put stuff onto the queue like this:

dq submit mp3_encode -b192 spud1.wav
dq submit mp3_encode -b192 spud2.wav
dq submit mp3_encode -b192 spud3.wav
dq submit mp3_encode -b192 spud4.wav

This would put four jobs on the batch queue, and then the available CPUs on the
network would ask for work from the central server.

I said “in a pinch” because right now the source depends on a few things – it
assumes that the only user is root, there are no priorities within the batch
queues, yaddy yaddy yaddy – but it’s useful for what I’m doing with it (raytrace,
midi-to-wav conversions, mp3_encodes, etc).

Check it out at:

http://www.parse.com/free/dq.html

: The QNX native networking model actually treats a multi-node network
: as one logical machine. (Its not quite that – the networking is
: essentially transparent, but it doesn’t have any sort of transparent
: load-balancing or process migration from one machine to another.)

FYI, my implementation is the classical “reply-driven” model, where the worker nodes
“report in” for work to the master node. I love message passing :slight_smile:

-RK

Robert Krten, PARSE Software Devices; email my initials at parse dot com
Consulting, Systems Architecture / Design, Drivers, Training, QNX 4 & Neutrino
Check out our new QNX 4 and Neutrino (QRTP) books at http://www.parse.com/
Wanted PDP-8/9/10/11/12 Systems/documentation/spare parts! Will trade books!

It seems grate !
But I haven´t got a QNX 4 license to use in my MP3 web site->
www.prosom.com.br

We already use m_queues in some process controls. I will try it in //
processing.
Thanks !
Ricardo Az : ricardo.azevedo@terra.com.br


“Robert Krten” <nospam2@parse.com> wrote in message
news:9naenq$ans$1@inn.qnx.com

David Gibbs (> dagibbs@qnx.com> ) wrote:
: Ricardo Az <> ricardoaz@uol.com.br> > wrote:
: > Exist ?

: If my understanding is correct, Beowulf is clustering of multiple
: boxes into one “super-machine”.

I have something that might be what you need in a pinch – it’s a
distributed
batch queue system for QNX 4, modeled (loosely) after VAX/VMS batch queues
:slight_smile:

For example, you can put stuff onto the queue like this:

dq submit mp3_encode -b192 spud1.wav
dq submit mp3_encode -b192 spud2.wav
dq submit mp3_encode -b192 spud3.wav
dq submit mp3_encode -b192 spud4.wav

This would put four jobs on the batch queue, and then the available CPUs
on the
network would ask for work from the central server.

I said “in a pinch” because right now the source depends on a few
things – it
assumes that the only user is root, there are no priorities within the
batch
queues, yaddy yaddy yaddy – but it’s useful for what I’m doing with it
(raytrace,
midi-to-wav conversions, mp3_encodes, etc).

Check it out at:

http://www.parse.com/free/dq.html

: The QNX native networking model actually treats a multi-node network
: as one logical machine. (Its not quite that – the networking is
: essentially transparent, but it doesn’t have any sort of transparent
: load-balancing or process migration from one machine to another.)

FYI, my implementation is the classical “reply-driven” model, where the
worker nodes
“report in” for work to the master node. I love message passing > :slight_smile:

-RK

Robert Krten, PARSE Software Devices; email my initials at parse dot com
Consulting, Systems Architecture / Design, Drivers, Training, QNX 4 &
Neutrino
Check out our new QNX 4 and Neutrino (QRTP) books at > http://www.parse.com/
Wanted PDP-8/9/10/11/12 Systems/documentation/spare parts! Will trade
books!