I'm running an array job (400
Matlab R2018b tasks) in the HPC of my university. After having qsub
, the 400
tasks start by they are immediately killed.
In the .o file of each task no errors are reported but only the following warning
Warning: Name is nonexistent or not a directory:
/share/apps/.../NAG/mbl6a24dnl/mex.a64
In case it might be useful: I call the MOSEK solver in my Matlab .m file. In particular, at the beginning of my Matlab .m file I have
addpath /share/apps/mosek-9.2/9.2/toolbox/r2015aom
Provided that I have contacted the administrator to ask about this (no reply yet), is there anything I can do can in the immediate to fix it and run my code?