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

Re: [Condor-users] Condor and Matlab: BASICS



> $ cat mcr.cmd
> universe = vanilla
> environment = "path=c:\WINDOWS\SYSTEM32 CONDOR_CLUSTER=$(Cluster)
> CONDOR_PROCESS=$(Process)"
> executable = mcr.bat
> arguments  = one two three
> output     = mcr.out.$(Cluster).$(Process)
> error      = mcr.err.$(Cluster).$(Process)
> log        = mcr.log.$(Cluster).$(Process)
> Requirements = (OpSys == "WINNT51")
> TransferInputFiles  = magicsquare.exe
> ShouldTransferFiles  = YES
> WhenToTransferOutput = ON_EXIT
> queue 10


Whoops-a-daisy, the TransferInputFiles line in there should
have read:

 TransferInputFiles  = mcr.exe

so as to match the rest of the example.

-- 
Kevin M. Buckley                                  Room:  CO327
School of Engineering and                         Phone: +64 4 463 5971
 Computer Science
Victoria University of Wellington
New Zealand