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

Re: [Condor-users] MATLAB job



On Wed, Apr 13, 2011 at 4:30 PM, Ajasja Ljubetič <ajasja.ljubetic@xxxxxxxxx> wrote:
http://tinyurl.com/5vfle9j

I'll suggest you take the sardonic answers some place else. The community helped you with your simple question (https://lists.cs.wisc.edu/archive/condor-users/2011-March/msg00083.shtml) when you needed a little guidance without belittling you for asking a question that's repeated on this list frequently by new-to-Condor users. Also: it's spelt t-u-t-o-r-i-a-l.

Marcus,

You'll most likely want to look at the vanilla universe to start with. Depending on how matlab is set up and your site you'll need to adjust how you submit accordingly. If the matlab runtimes are available on all your Condor execute nodes you can probably get away submitting a job that just calls matlab's command line on your input files. If matlab isn't installed in a way that it can be accessed from all your execute nodes you'll want to look in to compiling your matlab work and running the compiled output.

There's a decent tutorial for the former case here: http://icsil1.epfl.ch/doc/cluster/matlab/matlab_tutorial -- there's an example submission ticket on that page.

Regards,
- Ian