Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] MATLAB job
- Date: Wed, 13 Apr 2011 19:08:11 -0500
- From: "David J. Herzfeld" <herzfeldd@xxxxxxxxx>
- Subject: Re: [Condor-users] MATLAB job
Hi Marcus:
On Wed, 2011-04-13 at 20:22 -0300, marcus ricardo wrote:
> Thanks David, but I want to run a matlab job in multiple machines. With
> vanilla universe, can I run in multiple machines?
I am not sure what you mean by "run in multiple machines." Compiling
your matlab code into a standalone executable will allow you to run as
many seperate vanilla jobs as a you want (provided the execute machines
have the matlab runtime installed). The same is true for the suggestions
by Francisco and Ian - but these require that matlab and whatever
associated toolboxes you need (not just the matlab runtime environment)
are installed on the execute machines.
If you are talking about running a single matlab instance across
multiple execute nodes (for instance, splitting a single matrix across
multiple machines) then you should be looking into the matlab
distributed computing server & toolbox ($$$).
DJH