Skip to content

Added condor_submit Quick Reference Guide#905

Open
dmora127 wants to merge 17 commits intomasterfrom
dmorales-condor-submit-quickref-guide
Open

Added condor_submit Quick Reference Guide#905
dmora127 wants to merge 17 commits intomasterfrom
dmorales-condor-submit-quickref-guide

Conversation

@dmora127
Copy link
Copy Markdown
Contributor

No description provided.

@dmora127 dmora127 self-assigned this Jul 16, 2025
Copy link
Copy Markdown
Contributor

@xamberl xamberl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've made some suggestions. In general, I don't like the ./ format! But it's not a dealbreaker for me.

Also, you need to place this guide in the menu (_data/htc-guide-menu.yml)

    - text: "Quick reference: HTCondor Submission commands "
      url: "/uw-research-computing/condor-submit-quick-ref"
      icon: "bi bi-book"

Comment thread _uw-research-computing/condor-submit-quick-ref.md Outdated
Comment thread _uw-research-computing/condor-submit-quick-ref.md Outdated
Comment thread _uw-research-computing/condor-submit-quick-ref.md Outdated
Comment thread _uw-research-computing/condor-submit-quick-ref.md Outdated
| Command | Use | Notes and Examples |
| --- | --- |----------------------------------------------------------------------------------------------------------------------------------------------------|
| `executable = <executable.sh>` | path to the executable script | The executable script is automatically transferred to the Execution Point (EP) by HTCondor. <br><br> **Example:** <br>`executable = helloWorld.py` |
| `arguments = "<args>"` | lists arguments to be passed to the executable as part of the command line | Arguments are wrapped by quotes(") and space separated. <br><br> **Example:** <br>`arguments = "hello world"` |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arguments do not have to be in quotes.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread _uw-research-computing/condor-submit-quick-ref.md Outdated
Comment thread _uw-research-computing/condor-submit-quick-ref.md Outdated
Comment thread _uw-research-computing/condor-submit-quick-ref.md Outdated
Comment thread _uw-research-computing/condor-submit-quick-ref.md Outdated
Comment on lines +14 to +25
{% capture content %}
- [Introduction](#introduction)
- [Submit jobs](#submit-jobs)
- [Basic Submit File Options](#basic-submit-file-options)
- [Managing File Transfers in HTCondor](#managing-file-transfers-in-htcondor)
- [Controlling Where Your Job Runs](#controlling-where-your-job-runs)
- [Controlling How Your Job Runs](#controlling-how-your-job-runs)
- [Queue Statement Options](#queue-statement-options)
- [Glossary](#glossary)
- [Related Pages](#related-pages)
{% endcapture %}
{% include /components/directory.html title="Table of Contents" %}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update this after making changes.

Copy link
Copy Markdown
Contributor

@ChristinaLK ChristinaLK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with several of Amber's comments, added a few of my own.

I think we decided awhile back that titles should be in "sentence case."

Comment thread _uw-research-computing/condor-submit-quick-ref.md Outdated
Comment thread _uw-research-computing/condor-submit-quick-ref.md Outdated
Comment thread _uw-research-computing/condor-submit-quick-ref.md Outdated
Comment thread _uw-research-computing/condor-submit-quick-ref.md Outdated
dmora127 added a commit that referenced this pull request Aug 22, 2025
Comment thread _uw-research-computing/condor-submit-quick-ref.md Outdated
Copy link
Copy Markdown
Contributor Author

@dmora127 dmora127 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy to drop it as well, if recommended.

Comment thread _uw-research-computing/condor-submit-quick-ref.md Outdated
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