We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I receive negative running time for some of my jobs and don't know where it comes from. Somehow time.done is before time.started.
time.done
time.started
> library(dplyr) > filter(getJobInfo(reg), time.running < 0) id prob algo repl time.submitted time.started 1 7 c S 1 2016-03-15 09:29:13 2016-03-15 12:56:27 2 8 c S 1 2016-03-15 09:29:13 2016-03-15 12:56:27 time.done time.running memory time.queued error.msg nodename 1 2016-03-15 12:48:59 -448 699.4 12434 <NA> mpp2r01c02s08 2 2016-03-15 12:52:54 -213 736.7 12434 <NA> mpp2r01c02s07 batch.id r.pid seed 1 1232685 15255 983190738 2 1232686 27257 983190739
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I receive negative running time for some of my jobs and don't know where it comes from. Somehow
time.done
is beforetime.started
.The text was updated successfully, but these errors were encountered: