help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Octave: Question on running parallel package on linux HPC cluster


From: Tung Nguyen
Subject: Octave: Question on running parallel package on linux HPC cluster
Date: Sun, 13 Sep 2015 23:18:43 -0700

Hello everyone,

I'm trying to get octave running on our Red Hat Linux cluster in parallel mode. I'm looking at the wiki page but couldn't find any example
http://wiki.octave.org/Parallel_package

I'm wondering if anyone has any simple example that can help me to get started? The cluster uses the Torque/Maui scheduling system. Basically, I'll use qsub to submit computing job and will get 2 nodes which has 8 processors each. Their names will be stored in $PBS_NODEFILE variable e.g.
compute-1-12
compute-1-12
compute-1-12
compute-1-12
compute-1-12
compute-1-12
compute-1-12
compute-1-12
...

Then I'd like to do parallel evaluation (16 separated CPUs) for an objective_function.m file using arx matrix (10 x 16) using feval

result = feval(objective_function, arx);

Any suggestion would be appreciated! Thank you very much in advance!

Best regards,

-- Tung


reply via email to

[Prev in Thread] Current Thread [Next in Thread]