slurmR icon indicating copy to clipboard operation
slurmR copied to clipboard

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

Open mschubert opened this issue 5 years ago • 1 comments

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.

mschubert avatar Jun 10 '19 14:06 mschubert