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

Re: [Condor-users] Matlab Job Crash On Condor



Natarajan, Senthil wrote:
I am trying to submit Matlab jobs in condor.

But the job crashes and I am getting the following error.

The Matlab code runs fine without condor.

Hello,

we also ran into a similar problem! To correct this, we had to set in the submit script the following option:

getenv = true

This will set a few environment variables needed by Matlab to run properly...

Regards,

Pascal