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
This pull request adds a feature to Environment classes: by defining an attribute JOB_ID_SEPARATOR, submitted jobs will use that separator string instead of a slash '/' in the submitted job names. This is needed for clusters that do not support slash as a character in the job name, as documented in this issue.
Issue Description
This pull request adds a feature to
Environment
classes: by defining an attributeJOB_ID_SEPARATOR
, submitted jobs will use that separator string instead of a slash'/'
in the submitted job names. This is needed for clusters that do not support slash as a character in the job name, as documented in this issue.Proposed change (optional)
Add a short note about
JOB_ID_SEPARATOR
into environments.rst: https://github.com/glotzerlab/signac-docs/blob/master/docs/source/environments.rstThe text was updated successfully, but these errors were encountered: