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

Re: [Condor-users] Matlab in condor



Sure, I just realized it should be "run" and not "run.m" on the arguments line otherwise matlab will complain. After you do that just create a file for run.m like this:

X = rand(10,10);
exit;

Ashley



 

>-----Original Message-----
>From: condor-users-bounces@xxxxxxxxxxx 
>[mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Judson, Ivan
>Sent: 06 September 2007 13:43
>To: Condor-Users Mail List
>Subject: Re: [Condor-users] Matlab in condor
>
>Can you send along an example run.m that does nothing but 
>define a matrix (or something trivial), then exits matlab?
>
>--Ivan
>
>> -----Original Message-----
>> From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users- 
>> bounces@xxxxxxxxxxx] On Behalf Of Mills, Ashley, VF-Group
>> Sent: Wednesday, September 05, 2007 12:32 PM
>> To: Condor-Users Mail List
>> Subject: Re: [Condor-users] Matlab in condor
>> 
>> hehe :-)
>> 
>> Executable = C:\Program Files\MATLAB\R2007a\bin\win32\MATLAB.exe
>> arguments = -nosplash -nojvm -nodesktop -nofigurewindows -r run.m 
>> Universe = vanilla Log = test.log output = test.out error = test.err 
>> getenv = True; transfer_executable = False 
>should_transfer_files = YES 
>> when_to_transfer_output = ON_EXIT transfer_input_files = run.m
>> 
>> Where run.m is your m file, try this.
>> 
>> Make sure your m file exits matlab at the end otherwise it will run 
>> forever.
>> 
>> Ashley
>> 
>> 
>> >-----Original Message-----
>> >From: condor-users-bounces@xxxxxxxxxxx 
>> >[mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of rosa liarte
>> >Sent: 05 September 2007 19:03
>> >To: condor-users@xxxxxxxxxxx
>> >Subject: [Condor-users] Matlab in condor
>> >
>> >Hello:
>> >
>> >I´m trying to execute Matlab in condor with no results.
>> >Can anybody give me an example  with the files that I need.
>> >I´m using matlab R2007a  under Windows xp.
>> >
>> >Thanks in advance
>> >
>> >_________________________________________________________________
>> >Grandes éxitos, superhéroes, imitaciones, cine y TV...
>> >http://es.msn.kiwee.com/ Lo mejor para tu móvil.
>> >
>> >_______________________________________________
>> >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/
>
>
>_______________________________________________
>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/
>