Open mschubert opened 5 years ago
This is a part of the JOSS review outlined in https://github.com/openjournals/joss-reviews/issues/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.
No, it is not the intended behavior. You should get a warning when overwriting a job. I'll address this after the review.
This is a part of the JOSS review outlined in https://github.com/openjournals/joss-reviews/issues/1493.
Consider the following:
I assume this is not intended behaviour.