-
Notifications
You must be signed in to change notification settings - Fork 1
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
Document commands to use if jobs are held. #2
base: main
Are you sure you want to change the base?
Conversation
This documentation does not seem to be pulled into pipelines.lsst.io yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A comment about the qedit command, but it should be good enough for the majority of what users see. Merge approved.
|
||
.. code-block:: sh | ||
|
||
condor_q $USER | awk '{if($6 == "H") print "condor_qedit",$1,"RequestMemory 4096; condor_release",$1}' | bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This assumes all of the user's held jobs are from runs submitted without automatic tries and are held because of memory issues. But based on questions I've seen on slack this is more than likely the case. We can update this later to be more complicated but more accurate if actually need it.
3bd37e4
to
df45e96
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2 +/- ##
=======================================
Coverage 16.95% 16.95%
=======================================
Files 5 5
Lines 1392 1392
Branches 294 294
=======================================
Hits 236 236
Misses 1153 1153
Partials 3 3 ☔ View full report in Codecov by Sentry. |
df45e96
to
d649003
Compare
@ktlim do you want to merge this branch? |
(Documentation only change.)