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

Re: [Condor-users] Matlab job without compile



hello Lukas

thanks the advice
and I check the matlabtest.out but it is nothing (blank).
and I check the matlabtest.err  .
it is
--------------
アクセスが拒否されました。
( Refused to access)
--------------

is that the matlab license problem

Regards
wanyan



-----Original Message-----
From: Lukas Slebodnik [mailto:slebodnik@xxxxxxxx]
Sent: Wednesday, May 18, 2011 10:21 PM
To: wanyan
Subject: Re: [Condor-users] Matlab job without compile


Hello Wanyan,

You wrote, that matlab process was created, but it is idle.

I had similar symptoms, if I forgot transfer some files. In this case Matlab
print error message and wait for next command (was idle). I don't know why,
but matlab print error messages to standard output. What is in your output
file

#
output       = matlabtest.out
#

Regards,

Lukas

On Mon, May 16, 2011 at 10:59:52AM +0900, wanyan wrote:
> thanks for advice
> ---------------------------------------
> I change the batch file but cannot run
> matlab.exe  -r  "CondorMatlabTest" --> matlab.exe  -wait -nodesktop
> -nosplash -nojvm -r  "CondorMatlabTest"
> ----------------------------------------
> when the batch file excute ,the process matlab.exe is create. but it
> is idle status. when I restart it from the Process Explorer (right
> click and select the 'Restart' ), it can be run. (the acount changed.
> condor_user --> local user)
>
> and on my PC , other batch file  can be run with  condor .
>
> it can be run when restart, is it mean that matlab licence is problem?
>
> wanyan
>
>
>
> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx
> [mailto:condor-users-bounces@xxxxxxxx
> edu] On Behalf Of jhowes@xxxxxxxxxxxxxxxx
> Sent: Saturday, May 14, 2011 5:10 AM
> To: Condor-Users Mail List
> Subject: Re: [Condor-users] Matlab job without compile
>
>
>
>  Wanyan,
>
>  Please disregard my initial attempt to help.  I no longer believe the
> lack of the -nodisplay command line option should prevent your job
> from  running.
>
>  What does CondorMatlabTest.m look like?
>
>  Have you gotten something less complex than Matlab to submit and run?
> e.g., a Perl script perhaps?
>
>  Best,
>  Jack
>
>  On Fri, 13 May 2011 18:37:18 +0900, "wanyan" <wanyan@xxxxxxxxxxxxxx>
>  wrote:
> > to Todd
> > thanks your advice
> >  copy of your submit description file and/or your .bat file. is ↓
> >
> > ------------------
> >  I try it with matlab standalone and it is OK .
> >  but  when I run with matlab script (sample1 ) it cannot run at
> > romote PC.,  (the process matlab.exe is start but cannot run [idle]
> > and the click matlab.exe restart run is OK.)
> >
> > Sample 1:
> >
> > submit file (cp.sub)
> > ------------------------
> > universe	= vanilla
> > executable	= cp1.bat
> > initialdir	= C:\user\CondorMatlab
> > log 		= matlabtest.log
> > error		= matlabtest.err
> > input         = CondorMatlabTest.m
> > getenv		= true
> > requirements = (NAME == "slot1@remotePC")
> > queue
> > ---------------------------
> >
> > cp1.bat
> > ----------------
> > cd "C:\PROGRA~1\MATLAB\R2007b\bin\win32"
> > matlab.exe  -r  "CondorMatlabTest"
> > -----------------
> >
> >  Thanks in advance
> >
> >
> >
> >
> > -----Original Message-----
> > From: condor-users-bounces@xxxxxxxxxxx
> > [mailto:condor-users-bounces@xxxxxxxx
> > edu] On Behalf Of Todd Tannenbaum
> > Sent: Wednesday, May 11, 2011 9:02 PM
> > To: Condor-Users Mail List
> > Subject: Re: [Condor-users] Matlab job without compile
> >
> >
> > wanyan wrote:
> >>
> >> I want to run matlab jobs but i don't want to compile  it! but it
> >> cannot run. the batfile(matlab job run) can run with click it but
> >> cannot run when condor sent.
> >>
> >> (the all PC have the matlab licence alone)
> >>
> >> Any suggestion?
> >>
> >
> > Some random thoughts:
> >
> > - Can you run Matlab from the command prompt?
> >
> > - Most common issue: add the following to your submit description
> > file -
> >      getenv = True
> > This will start the job w/ the same set of environment variables you
> > have at the command prompt.
> >
> > - Is the "batfile" you mention something you wrote? Does it rely on
> > files on a shared filesystem that are not accessible by the generic
> > condor run account?
> >
> > Hope the above helps. If not, try posting more information to the
> > list, such as a copy of your submit description file and/or your
> > .bat file.
> >
> > regards,
> > Todd
> >
> > _______________________________________________
> > Condor-users mailing list
> > To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
> > with a
> > subject: Unsubscribe
> > You can also unsubscribe by visiting
> > https://lists.cs.wisc.edu/mailman/listinfo/condor-users
> >
> > The archives can be found at:
> > https://lists.cs.wisc.edu/archive/condor-users/
> >
> >
> >
> > _______________________________________________
> > Condor-users mailing list
> > To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
> > with a
> > subject: Unsubscribe
> > You can also unsubscribe by visiting
> > https://lists.cs.wisc.edu/mailman/listinfo/condor-users
> >
> > The archives can be found at:
> > https://lists.cs.wisc.edu/archive/condor-users/