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

[JOSS review] [bug?] Tempfiles overwritten with 2 job objects #9

Open
mschubert opened this issue Jun 10, 2019 · 1 comment
Open

[JOSS review] [bug?] Tempfiles overwritten with 2 job objects #9

mschubert opened this issue Jun 10, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mschubert
Copy link

This is a part of the JOSS review outlined in openjournals/joss-reviews#1493.

Consider the following:

job1 <- Slurm_EvalQ(sluRm::WhoAmI(), njobs = 1, plan = "submit")
job2 <- Slurm_EvalQ(sluRm::WhoAmI(), njobs = 1, plan = "submit")

Slurm_clean(job1)
Slurm_collect(job2)
# Error: Nothing to retrieve. (see ?status).

I assume this is not intended behaviour.

@gvegayon gvegayon self-assigned this Jun 25, 2019
@gvegayon gvegayon added the bug Something isn't working label Jun 25, 2019
@gvegayon
Copy link
Member

No, it is not the intended behavior. You should get a warning when overwriting a job. I'll address this after the review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants