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 = trueThis will set a few environment variables needed by Matlab to run properly...
Regards, Pascal