[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Octave: Question on running parallel package on linux HPC cluster
From: |
Carlo De Falco |
Subject: |
Re: Octave: Question on running parallel package on linux HPC cluster |
Date: |
Tue, 22 Sep 2015 17:57:17 +0000 |
On 14 Sep 2015, at 16:05, Olaf Till <address@hidden> wrote:
> I'm not familiar with qsub (gridengine?), but it has a different
> concept and you don't need the parallel package for it.
Actually qsub is part of the Torque resource manager:
http://www.adaptivecomputing.com/products/open-source/torque/
usually on clusters using a job scheduler / resource manager you
need qsub to launch any job, be it serial of parallel.
So if you want to have multiple cores to run a parallel Octave
script using either the parallel or mpi package you will need
to write any instructions needed to run your script in a submission
file then launch it through qsub.
HTH,
c.