-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Job submission fails based on job name #112
Comments
Thanks for reporting this. This usually works with slurm and, given that you mention qsub, I suppose you are working with PBS. And indeed it seems that PBS does not like (In case you need a quick fix to keep running, you can modify this portion of the code locally to sanitize the name: https://github.com/Matgenix/jobflow-remote/blob/develop/src/jobflow_remote/remote/queue.py#L15) |
I also like having the name of the job in the queue. I wonder if the sanitation just extracts all alphanumeric characters only? This could potentially be achieved with a regular expression? Thanks for the hint about keeping things running. I ended up just modifying the workflow in atomate2 locally, but this would have indeed been nicer. |
Only alphanumeric characters, plus maybe So, summarizing I think the options could be:
|
Trying to run the elastic workflow in atomate2 using jobflow-remote, the elastic relax jobs fail upon submission because the job name contains the character "/". E.g.,
elastic relax 1/12
.The error from
qsub
is:The text was updated successfully, but these errors were encountered: