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

slurm_status.py is querying the entire list of jobs instead of relevant jobs #15

Open
wants to merge 244 commits into
base: master
Choose a base branch
from

Conversation

bockjoo
Copy link

@bockjoo bockjoo commented May 30, 2017

Please take a look at my proposed change in the script:
http://melrose.ihepa.ufl.edu:8080/T2/ops/slurm_status.py.T2_US_Florida
Each site has a different accouting group. So, something might need to be done
in the osg configuration, though.

prelz and others added 30 commits October 12, 2012 10:42
options and the default (/usr) locations work.
…ables

created in the config file (see Savannah #99351).

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…rom the Condor distribution.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…h from the Condor distribution.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…to condor-history.patch from the Condor distribution.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…tribution.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…ndor distribution.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…dor distribution.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
… ld-library-path.patch from Condor distribution.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
… Condor distribution.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…config-paths.patch from Condor distribution.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…how it in the queue. Corresponds to pbs-completion.patch from the Condor distribution.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…t one. Corresponds to proxy-init.patch from Condor distribution.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…Condor distribution.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
… to run-dir.patch from the Condor distribution.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…s to sge-status-fallback.patch from the Condor distribution.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
… distribution.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
… to shared-dir.patch from Condor distribution.
brianhlin and others added 30 commits February 23, 2018 10:53

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Save debug submit info before submission (SOFTWARE-2827)
Use the pre-existing workdir test function, which catches permission
issues with the workdir as well as non-existence. Do this all before
we write out the job wrapper because why bother?

condor_submit doesn't benefit from this since it doesn't use
bls_add_job_wrapper (or any other common submit functions for that matter)

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Check workdir and input files before job submission (SOFTWARE-3154)
return is especially bad since it leaves both the parent and child alive

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
tell wordexp not to do command substitution
We're doing this in the default config template instead of the code
itself so that existing configs aren't affected
This reverts commit a6438eb.

We'll set up the github build stuff once we're shipping from the
opensciencegrid org.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 Disable blahp proxy renewal/limited proxies by default
always map key=val -> key='val', and don't do it in a big loop.

the $sq variable is used for single quotes, to avoid quoting weirdness
inside of the env_array substitution lines.
but who knows what XCPU is doing in this list...

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
forward signals to payload job (SOFTWARE-3554)

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update PBS Pro qstat options for completed jobs (SOFTWARE-3675)

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply patches from condor blahp (SOFTWARE-3587)
(SOFTWARE-3661)

Without this change, the blahp copies the job proxy into its own
working dir and uses that. Unfortunately, it seems like the blahp
relies on the BRPClient to pass along any proxy renewals, which
doesn't run when "blah_disable_wn_proxy_renewal=yes"

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use the original proxy if blahp proxy delegation is disabled

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Only query for completed jobs with a specific job ID (SOFTWARE-3675)

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New condor env format (SOFTWARE-3589)
that is, before adding surrounding quotes

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
escape existing quote characters first (SOFTWARE-3589)
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.

None yet