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).
…to condor-history.patch from the Condor distribution.
… ld-library-path.patch from Condor distribution.
…config-paths.patch from Condor distribution.
…how it in the queue. Corresponds to pbs-completion.patch from the Condor distribution.
…t one. Corresponds to proxy-init.patch from Condor distribution.
… to run-dir.patch from the Condor distribution.
…s to sge-status-fallback.patch from the Condor distribution.
… to shared-dir.patch from Condor distribution.
brianhlin and others added 30 commits February 23, 2018 10:53
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)
Check workdir and input files before job submission (SOFTWARE-3154)
return is especially bad since it leaves both the parent and child alive
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.
 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...
forward signals to payload job (SOFTWARE-3554)
Update PBS Pro qstat options for completed jobs (SOFTWARE-3675)
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"
Use the original proxy if blahp proxy delegation is disabled
Only query for completed jobs with a specific job ID (SOFTWARE-3675)
New condor env format (SOFTWARE-3589)
that is, before adding surrounding quotes
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.