Skip to content

Commit

Permalink
Merge Split Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic preview publish committed Dec 2, 2024
2 parents 640a884 + 0ed8e16 commit bfb9dfb
Show file tree
Hide file tree
Showing 7 changed files with 1,439 additions and 1,444 deletions.
2 changes: 1 addition & 1 deletion preview-htcondor-release-dates/assets/css/homepage.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 9 additions & 22 deletions preview-htcondor-release-dates/downloads/htcondor.html
Original file line number Diff line number Diff line change
Expand Up @@ -858,29 +858,16 @@ <h3><span class="text-secondary">24.1.1</span> Feature Release</h3>
</div>
<div id="long-term-support-channel" class="mb-4 card">
<div class="card-body">
<h3><span class="text-secondary">24.0.1</span> Long Term Support Release</h3>
<p>October 31, 2024</p>
<h3><span class="text-secondary">24.0.2</span> Long Term Support Release</h3>
<p>November 26, 2024</p>
<div>
<p>Improvements from the HTCondor 23.x feature series</p>
<ul>
<li>Improved tracking and enforcement of disk usage by using LVM</li>
<li>Enhancements to the htcondor CLI tool</li>
<li>cgroup v2 support for tracking and enforcement of CPU and memory usage</li>
<li>Leverage cgroups to hide GPUs not allocated to the job</li>
<li>DAGMan can now produce job credentials when using direct submit</li>
<li>New submit commands to aid in matching specific GPU requirements</li>
<li>New implementation of the Python bindings, htcondor2 and classad2</li>
<li>Improved default security configuration</li>
<li>Significant reduction in memory and CPU usage on the Central Manager</li>
</ul>

<p>Additional highlights:</p>
<ul>
<li>Support for GPUs using AMD’s HIP 6 library</li>
<li>Fix bugs when -divide or -repeat was used in GPU detection</li>
<li>Proper error message and hold when Docker emits multi-line error message</li>
<li>Fix issue where an unresponsive libvirtd blocked an EP from starting up</li>
<li>The htcondor CLI now works on Windows</li>
<ul>
<li>Add <code>STARTER_ALWAYS_HOLD_ON_OOM</code> to minimize confusion about memory usage</li>
<li>Fix bug that caused <code>condor_ssh_to_job</code> <code>sftp</code> and <code>scp</code> modes to fail</li>
<li>Fix <code>KeyboardIdle</code> attribute in dynamic slots that could prevent job start</li>
<li>No longer signals the OAuth credmon when there is no work to do</li>
<li>Fix rare <code>condor_schedd</code> crash when a <code>$$()</code> macro could not be expanded</li>
<li>By default, put Docker jobs on hold when CPU architecture doesn’t match</li>
</ul>

</div>
Expand Down
31 changes: 9 additions & 22 deletions preview-htcondor-release-dates/htcondor/download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1003,29 +1003,16 @@ <h3><span class="text-secondary">24.1.1</span> Feature Release</h3>
</div>
<div id="long-term-support-channel" class="mb-4 card">
<div class="card-body">
<h3><span class="text-secondary">24.0.1</span> Long Term Support Release</h3>
<p>October 31, 2024</p>
<h3><span class="text-secondary">24.0.2</span> Long Term Support Release</h3>
<p>November 26, 2024</p>
<div>
<p>Improvements from the HTCondor 23.x feature series</p>
<ul>
<li>Improved tracking and enforcement of disk usage by using LVM</li>
<li>Enhancements to the htcondor CLI tool</li>
<li>cgroup v2 support for tracking and enforcement of CPU and memory usage</li>
<li>Leverage cgroups to hide GPUs not allocated to the job</li>
<li>DAGMan can now produce job credentials when using direct submit</li>
<li>New submit commands to aid in matching specific GPU requirements</li>
<li>New implementation of the Python bindings, htcondor2 and classad2</li>
<li>Improved default security configuration</li>
<li>Significant reduction in memory and CPU usage on the Central Manager</li>
</ul>

<p>Additional highlights:</p>
<ul>
<li>Support for GPUs using AMD’s HIP 6 library</li>
<li>Fix bugs when -divide or -repeat was used in GPU detection</li>
<li>Proper error message and hold when Docker emits multi-line error message</li>
<li>Fix issue where an unresponsive libvirtd blocked an EP from starting up</li>
<li>The htcondor CLI now works on Windows</li>
<ul>
<li>Add <code>STARTER_ALWAYS_HOLD_ON_OOM</code> to minimize confusion about memory usage</li>
<li>Fix bug that caused <code>condor_ssh_to_job</code> <code>sftp</code> and <code>scp</code> modes to fail</li>
<li>Fix <code>KeyboardIdle</code> attribute in dynamic slots that could prevent job start</li>
<li>No longer signals the OAuth credmon when there is no work to do</li>
<li>Fix rare <code>condor_schedd</code> crash when a <code>$$()</code> macro could not be expanded</li>
<li>By default, put Docker jobs on hold when CPU architecture doesn’t match</li>
</ul>

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5633,6 +5633,35 @@ <h3>Long Term Support Channel</h3>















<div class="d-flex flex-row">
<b><a class="text-decoration-none" href="https://htcondor.readthedocs.io/en/lts/version-history/lts-versions-24-0.html#version-24-0-2">24.0.2</a></b>
<span class="px-1">-</span>
<span>November 26, 2024</span>
</div>

<div class="mt-2">
<ul>
<li>Add <code>STARTER_ALWAYS_HOLD_ON_OOM</code> to minimize confusion about memory usage</li>
<li>Fix bug that caused <code>condor_ssh_to_job</code> <code>sftp</code> and <code>scp</code> modes to fail</li>
<li>Fix <code>KeyboardIdle</code> attribute in dynamic slots that could prevent job start</li>
<li>No longer signals the OAuth credmon when there is no work to do</li>
<li>Fix rare <code>condor_schedd</code> crash when a <code>$$()</code> macro could not be expanded</li>
<li>By default, put Docker jobs on hold when CPU architecture doesn’t match</li>
</ul>

</div>



Expand Down
12 changes: 6 additions & 6 deletions preview-htcondor-release-dates/htcondor/release-plan/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ <h3><span class="text-secondary">24.2.1</span> Feature Release Schedule</h3>
<b>Release:</b>
</div>
<div class="col-auto">
<span>2024-11-28</span>
<span>2024-12-09</span>
</div>
</div>
<div class="pt-2">
Expand All @@ -1056,37 +1056,37 @@ <h3><span class="text-secondary">24.2.1</span> Feature Release Schedule</h3>
</div>
<div class="mb-4 card">
<div class="card-body">
<h3><span class="text-secondary">24.0.2</span> LTS Release Schedule</h3>
<h3><span class="text-secondary">24.0.3</span> LTS Release Schedule</h3>
<div class="row mb-2 pt-2">
<div class="col-8 col-sm-4 col-lg-3">
<b>Code Freeze:</b>
</div>
<div class="col-auto">
<span>2024-11-04</span>
<span> TBD</span>
</div>
</div>
<div class="row mb-2">
<div class="col-8 col-sm-4 col-lg-3">
<b>CS Pool Release:</b>
</div>
<div class="col-auto">
<span>2024-11-05</span>
<span> TBD</span>
</div>
</div>
<div class="row mb-2">
<div class="col-8 col-sm-4 col-lg-3">
<b>Documentation Freeze:</b>
</div>
<div class="col-auto">
<span>2024-11-22</span>
<span> TBD</span>
</div>
</div>
<div class="row mb-2">
<div class="col-8 col-sm-4 col-lg-3">
<b>Release:</b>
</div>
<div class="col-auto">
<span>2024-11-26</span>
<span> TBD</span>
</div>
</div>
<div class="pt-2">
Expand Down
18 changes: 5 additions & 13 deletions preview-htcondor-release-dates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1652,22 +1652,14 @@ <h5><a class="text-decoration-none" href="/web-preview/preview-htcondor-release-

<div class="col-12 col-md-6 col-xxl-5 order-lg-1">
<div class="p-3 my-3 d-flex flex-column shadow" id="hero-content-container">
<h3>Collaborations Between Two National Laboratories and the OSG Consortium Propel Nuclear and High-Energy Physics Forward</h3>
<h3>NOAA funded marine scientist uses OSPool access to high throughput computing to explode her boundaries of research</h3>
<hr>
<div style="min-height: 150px">
<p>Seeking to unlock the secrets of the “glue” binding visible matter in the universe, the ePIC Collaboration stands at the forefront of innovation. Led by a collective of hundreds of scientists and engineers, the Electron-Proton/Ion Collider (ePIC) Collaboration was formed to design, build, and operate the first experiment at the Electron-Ion Collider (EIC).</p>
<p>NOAA funded marine scientist uses OSPool access to high throughput computing to explode her boundaries of research.</p>

</div>


<div class="row mt-auto">

<div class="col-auto">
<a class="btn btn-primary" href="/web-preview/preview-htcondor-release-dates/featured-users/2024-07-25-collaborations-epic-eic.html">Read About This Collaboration</a>
</div>

</div>

<a class="mt-auto me-auto btn btn-primary" href="/web-preview/preview-htcondor-release-dates/featured-users/2024-06-13-noaa-on-the-ospool.html">Read About Featured User</a>

</div>
</div>
Expand Down Expand Up @@ -1916,10 +1908,10 @@ <h4><a class="text-secondary" href="/web-preview/preview-htcondor-release-dates/
<div class="row justify-content-between">
<div class="col-auto d-flex flex-column">
<a class="fs-5" href="/web-preview/preview-htcondor-release-dates/htcondor/release-highlights/#long-term-support-channel">Long Term Support</a>
<span class="text-muted">October 31, 2024</span>
<span class="text-muted">November 26, 2024</span>
</div>
<div class="col-auto">
<span class="fs-1">24.0.1</span>
<span class="fs-1">24.0.2</span>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit bfb9dfb

Please sign in to comment.