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
When I submitting a jobgroup with thousands of jobs, many many *.sub and *.run files will be created in the working directory directly. This makes it very difficult to find other files.
Is it possible to move these files to some other directory named dpdispatcher-<jobgroup-id> (just for example)?
The text was updated successfully, but these errors were encountered:
If you want to hide these files by default, it's considerable to prepend a dot to the filenames.
Thanks for your advice. But I don't think it is a good idea to let users to change these files. Because users don't known that does rename/delete these file will affect running jobs/recover jobs or not. Most users won't change these file until they are sure their jobs are finished and the submission files are no longer needed.
When I submitting a jobgroup with thousands of jobs, many many
*.sub
and*.run
files will be created in the working directory directly. This makes it very difficult to find other files.Is it possible to move these files to some other directory named
dpdispatcher-<jobgroup-id>
(just for example)?The text was updated successfully, but these errors were encountered: