You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using batchq.submit_job function to submit jobs on caslake partition. However it returns this error message
File "submit_job.py", line 24, in <module>
batchq.submit_job('python job.py', log=job_log, partition='caslake', qos='caslake', mem_per_cpu=1000, )
File "/home/[...]/utilix/utilix/batchq.py", line 160, in submit_job
os.makedirs(TMPDIR[partition], exist_ok=True)
KeyError: 'caslake'
since the 'caslake' key is not implemented for TMPDIR see this line for reference.
What about adding the caslake key? Do you think it is convenient to do so?
Thanks! 🌸
The text was updated successfully, but these errors were encountered:
Ciao! 👋
I was using batchq.submit_job function to submit jobs on caslake partition. However it returns this error message
since the 'caslake' key is not implemented for TMPDIR see this line for reference.
What about adding the caslake key? Do you think it is convenient to do so?
Thanks! 🌸
The text was updated successfully, but these errors were encountered: