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

Add prefix to joblib data folder #138

Merged
merged 1 commit into from
Jun 4, 2022

Conversation

timcallow
Copy link
Contributor

@timcallow timcallow commented Apr 11, 2022

Previously we generated a temporary folder with a totally random name to store large arrays during joblib parallelization. Unfortunately, when a job is interrupted with ctrl-c any such folders remain. This is slightly annoying when several random folders build up (since they must be removed one-by-one...) and might also look strange to someone not aware of their origin.

Therefore a prefix atoMEC_tmpdata_ is added to the folder names so they can be deleted in a single command, and to make it clear they are generated by atoMEC.

@timcallow timcallow merged commit 526a5f4 into atomec-project:develop Jun 4, 2022
@timcallow timcallow deleted the joblib_tmp_folders branch June 4, 2022 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant