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: Fri, 13 Nov 2009 11:05:04 +0000 (UTC)
Organization: Universit&#228;t Marburg
Lines: 23
Message-ID: <hdjeh0$1j2$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> <hcuglu$iq4$1@fred.mathworks.com> <ytwiqdpf7dl.fsf@uk-eellis-deb5-64.mathworks.co.uk> <hcun9r$c1h$1@fred.mathworks.com> <ytweiocf1nk.fsf@uk-eellis-deb5-64.mathworks.co.uk> <hdefi4$c27$1@fred.mathworks.com> <ytwaaytcaq4.fsf@uk-eellis-deb5-64.mathworks.co.uk> <hdgp1a$i9p$1@fred.mathworks.com> <ytw639gc6cn.fsf@uk-eellis-deb5-64.mathworks.co.uk> <hdhcam$ak4$1@fred.mathworks.com> <ytwtywzem7a.fsf@uk-eellis-deb5-64.mathworks.co.uk>
Reply-To: "Rafael " <rafael.fritz@physik.uni-marburg.de>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1258110304 1634 172.30.248.38 (13 Nov 2009 11:05:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 13 Nov 2009 11:05:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1634821
Xref: news.mathworks.com comp.soft-sys.matlab:584849


##############################################################################
> #!/bin/sh
> #$ -S /bin/sh
> #$ -v MDCE_MATLAB_EXE
> 
> echo "Here's the environment:"
> env
> echo "Here's what happens when we launch the worker:"
> ${MDCE_MATLAB_EXE}
> 
> ##############################################################################
> 
> and then submitting it using qsub as before. 
> 
> I'm surprised that not even the "Executing: " line from sgeWrapper.sh is being
> printed to your output file...

So am I...
But sorry, still no output in the generated file.
I wrote the my cluster admin for any suggestions.
This simple script should give output in any way.
The included commands give output, if I manually go to the nodes and type it.
Regards, Rafael