Skip to content
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

Feature Request: hide the *.sub and *.run file in some other directory #400

Open
ixsluo opened this issue Oct 27, 2023 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@ixsluo
Copy link
Contributor

ixsluo commented Oct 27, 2023

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)?

@njzjz
Copy link
Member

njzjz commented Oct 27, 2023

ls supports hiding certain files:

ls --hide={*.sub,*.run}

If you want to hide these files by default, it's considerable to prepend a dot to the filenames.

@njzjz njzjz added the enhancement New feature or request label Oct 27, 2023
@ixsluo
Copy link
Contributor Author

ixsluo commented Oct 28, 2023

ls supports hiding certain files:

ls --hide={*.sub,*.run}

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants