[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Does Octave have Parallel Programming Ability?
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: Does Octave have Parallel Programming Ability? |
Date: |
Fri, 7 Jun 2013 09:09:16 -0400 |
On 6 June 2013 20:12, Jeffrey <address@hidden> wrote:
> I am in the middle of rewriting my MATLAB code to C to run on a cluster. The
> cluster has Octave on it. Can't I just use Octave?
Yes, there are a number of ways to do so. There's an OpenMPI package
for Octave, for example:
http://octave.sourceforge.net/openmpi_ext/index.html
- Jordi G. H.