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

Document commands to use if jobs are held. #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ktlim
Copy link
Contributor

@ktlim ktlim commented May 7, 2022

(Documentation only change.)

@ktlim ktlim requested a review from MichelleGower May 7, 2022 02:06
@ktlim
Copy link
Contributor Author

ktlim commented May 7, 2022

This documentation does not seem to be pulled into pipelines.lsst.io yet.

Copy link
Contributor

@MichelleGower MichelleGower left a 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
Copy link
Contributor

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.

@timj timj force-pushed the u/ktl/held-job-mem-doc branch from 3bd37e4 to df45e96 Compare August 29, 2022 22:46
@codecov
Copy link

codecov bot commented Aug 29, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b1a50bc) 16.95% compared to head (d649003) 16.95%.
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@timj timj force-pushed the u/ktl/held-job-mem-doc branch from df45e96 to d649003 Compare February 1, 2024 20:12
@timj
Copy link
Member

timj commented Feb 1, 2024

@ktlim do you want to merge this branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants