Parallel execution

hi,
I have access to a huge cluster (several processors) and I would like to
execute a ruby script in parallel. How can I do this. Any tutorial or
url is highly
appreciated!
Thank you so much
sbhattac

This cannot be answered in general, but depends on how the cluster
works. Is it a single machine with multiple cores? Is it a cluster of
multiple machines with a queuing system? Does it run Linux? Etc.

Andreas S. wrote in post #1169873:

This cannot be answered in general, but depends on how the cluster
works. Is it a single machine with multiple cores? Is it a cluster of
multiple machines with a queuing system? Does it run Linux? Etc.

Its a single machine with 4 processors and each processor has 4 cores.
and yes it runs on Linux os.

And what do you want to do with it?

Your toolbox might have to include fork() and DRb. But that is a
totally unsubstantiated guess.