Hi All
I have 2 problems that appear to be related. Wondering if anyone out there knows the fix.
I'm submitting jobs from a Jupyter notebook using python bindings however I have issues getting jobs to submit unless I set the initialdir to /tmp/ or some other common location.
141.000: ÂJob is held.
Hold reason: Cannot access initial working directory /home/jovyan/shares/Users/weeksy: No such file or directory
If i set initialdir to /tmp/ the job processes but the files associated with the job don't get returned from the submit server to Jupyter. I can see them all sitting on /tmp/ on the submit server. I don't see any errors in the logs for this second issue.
Hope someone out there can help.
Weeksy