Skip to content

Commit

Permalink
deploy: 7f77455
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyLHCb committed Nov 13, 2024
1 parent fe23066 commit 34ce50e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .buildinfo

This file was deleted.

2 changes: 1 addition & 1 deletion _sources/first-analysis-steps/analysis-productions.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ INFO:Creating new pipeline for ID 1958388
ALWAYS:Results will be available at https://lhcb-analysis-productions.web.cern.ch/1958388/
```

You can open that link in your browser to view the status of the test jobs (example [here](https://lhcb-analysis-productions.web.cern.ch/pipelines/?id=4791499)). After a few minutes, these should have completed - all being well, you've now successfully submitted your first production!
You can open that link in your browser to view the status of the test jobs (example [here](https://lhcb-productions.web.cern.ch/ana-prod/pipelines/?id=8064)). After a few minutes, these should have completed - all being well, you've now successfully submitted your first production!


### Checks
Expand Down
2 changes: 1 addition & 1 deletion _sources/self-guided-lessons/htcondor-more-options.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ A complete list of ClassAd attributes can be found [in the documentation](https:
In addition to these, you should also always specify the duration of your job, which allows HTCondor to schedule things more effectively, and to give preference to shorter jobs. Importantly, it will also terminate jobs that go over their maximum runtime. Here, you are assigning a ClassAd attribute to the job rather than looking at the attributes of other systems or machines, so they are specified in a slightly different way - to set a maximum runtime of 1 hour (3600 seconds), you would need to add the following line to your submit file:

```
+MaxDuration = 3600
+MaxRuntime = 3600
```

Equivalently, one could use the `JobFlavour` attribute instead:
Expand Down
2 changes: 1 addition & 1 deletion first-analysis-steps/analysis-productions.html
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ <h3>Creating a merge request<a class="headerlink" href="#creating-a-merge-reques
ALWAYS:Results will be available at https://lhcb-analysis-productions.web.cern.ch/1958388/
</pre></div>
</div>
<p>You can open that link in your browser to view the status of the test jobs (example <a class="reference external" href="https://lhcb-analysis-productions.web.cern.ch/pipelines/?id=4791499">here</a>). After a few minutes, these should have completed - all being well, you’ve now successfully submitted your first production!</p>
<p>You can open that link in your browser to view the status of the test jobs (example <a class="reference external" href="https://lhcb-productions.web.cern.ch/ana-prod/pipelines/?id=8064">here</a>). After a few minutes, these should have completed - all being well, you’ve now successfully submitted your first production!</p>
</section>
<section id="checks">
<h3>Checks<a class="headerlink" href="#checks" title="Permalink to this heading"></a></h3>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion self-guided-lessons/htcondor-more-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ <h2>Resources and Requirements<a class="headerlink" href="#resources-and-require
<li><p><code class="docutils literal notranslate"><span class="pre">Memory</span></code>: the amount of physical memory the machine has, measured in megabytes. It is better to use this only in a <code class="docutils literal notranslate"><span class="pre">rank</span></code> option, such as <code class="docutils literal notranslate"><span class="pre">rank</span> <span class="pre">=</span> <span class="pre">(Memory</span> <span class="pre">&gt;=</span> <span class="pre">100)</span></code>, since there is a more preferable way to set memory &amp; CPU requirements in your submit file: the <code class="docutils literal notranslate"><span class="pre">RequestMemory</span></code> and <code class="docutils literal notranslate"><span class="pre">RequestCpus</span></code> options. There is a 2GB/core limit</p></li>
</ul>
<p>In addition to these, you should also always specify the duration of your job, which allows HTCondor to schedule things more effectively, and to give preference to shorter jobs. Importantly, it will also terminate jobs that go over their maximum runtime. Here, you are assigning a ClassAd attribute to the job rather than looking at the attributes of other systems or machines, so they are specified in a slightly different way - to set a maximum runtime of 1 hour (3600 seconds), you would need to add the following line to your submit file:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>+MaxDuration = 3600
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>+MaxRuntime = 3600
</pre></div>
</div>
<p>Equivalently, one could use the <code class="docutils literal notranslate"><span class="pre">JobFlavour</span></code> attribute instead:</p>
Expand Down

0 comments on commit 34ce50e

Please sign in to comment.