Path: news.mathworks.com!not-for-mail
From: "Rafael " <rafael.fritz@physik.uni-marburg.de>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Parallel configuration validation in SGE env
Date: Thu, 5 Nov 2009 12:33:02 +0000 (UTC)
Organization: Universit&#228;t Marburg
Lines: 20
Message-ID: <hcuglu$iq4$1@fred.mathworks.com>
References: <hcrjih$ep5$1@fred.mathworks.com> <ytwvdhqfude.fsf@uk-eellis-deb5-64.mathworks.co.uk> <hcrsl6$8d9$1@fred.mathworks.com> <ytwr5sefgln.fsf@uk-eellis-deb5-64.mathworks.co.uk>
Reply-To: "Rafael " <rafael.fritz@physik.uni-marburg.de>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257424382 19268 172.30.248.35 (5 Nov 2009 12:33:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 5 Nov 2009 12:33:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1634821
Xref: news.mathworks.com comp.soft-sys.matlab:582696


Edric M Ellis <eellis@mathworks.com> wrote in message <ytwr5sefgln.fsf@uk-eellis-deb5-64.mathworks.co.uk>...

> Sorry, my mistake - I forgot that the generic scheduler doesn't have a
> getDebugLog method - all it would do is print the contents of the output files,
> like these:
> 
> /home/fritzra/matlab/hello_test_files/Job16_Task1.out
> 
> Is there anything interesting in there?
> 
> Cheers,
> 
> Edric.

Let's see - in Job16_Task1.out one finds just the following:
"Executing: /local/matlab/bin/worker "
Thats always after starting distributed jobs.
But never any other output like it is the case for parallel jobs where I get something like Job15.mpiexec.out with content like "starting smpd on hosts ..." and so on.
This executed worker is just the unchanged worker script given by mathworks.
So, not really interesting content in this output... ?!?