Commit 278a63f3 authored by Azza Ahmed's avatar Azza Ahmed
Browse files

add news section

parent a1b6d3d9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ footer_about_enable = false
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
navbar_logo = true
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.
navbar_translucent_over_cover_disable = false
navbar_translucent_over_cover_disable = true
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact = false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
+4 −12
Original line number Diff line number Diff line
@@ -35,17 +35,7 @@ toc_root = true
	<a class="btn btn-lg btn-secondary mr-3 mb-4" href="{{< relref "/docs/about/contributors-funders/" >}}">
		Contribute <i class="fas fa-arrow-alt-circle-right ml-2"></i>
	</a>
	<p class="lead mt-5">
	<strong>
		DAIC (formerly known as INSY-HPC or just plainly HPC) is a TU Delft High Performance Computing (HPC) cluster consisting of Linux compute servers
		with a lot of processing power and memory for running large, long or GPU-enabled jobs.

		DAIC was initiated within the INSY department in 2015, and later, resources were joined with ST (both from EWI), and with other departments across
		 TU Delft faculties (TNW, TPM, 3mE and CiTG).

		The cluster is available (only) to users from the participating departments, and access can be arranged through the department's contact persons.
	</strong>
	</p>
</div>
{{< /blocks/cover >}}

@@ -88,8 +78,10 @@ toc_root = true
<!----------------------------------- Maintenance section ----------------------------------------->

{{% blocks/lead color="primary" %}}
	<h1 class="text-white">Maintenance</h1>
	<a href="https://meldingen-ict.tudelft.nl/en/" class="text-white btn btn-lg btn-secondary mr-3 mb-4">Campus-wide disruptions and maintenance alerts</a>
	<h1 class="text-white">News</h1>
	<a href="/blog/news/" class="text-white btn btn-lg btn-secondary mr-3 mb-4">Cluster-specific news</a>

	<a href="https://meldingen-ict.tudelft.nl/en/" class="text-white btn btn-lg btn-secondary mr-3 mb-4">Campus-wide alerts</a>
{{% /blocks/lead %}}


+3 −0
Original line number Diff line number Diff line
---
title: News
---
+17 −0
Original line number Diff line number Diff line
---
title: 2025-10-17
# subtitle: > 
date: 2025-10-17
description: >
  _New Feature:_ Submitting Jobs from Compute Nodes
---

It's now possible to **submit Slurm jobs directly from DAIC compute nodes**.

This allows workflow managers such as **Snakemake**, **Nextflow**, or other orchestration tools to run smoothly without needing to return to the login node for each submission.

{{% alert title="Important" color="warning" %}}
Please submit jobs only through Slurm commands (`sbatch`, `srun`, `salloc`), not via background processes or recursive scripts, to ensure fair scheduling and stable operation.
{{% /alert %}}

For most users, this means that standard HPC workflows will now function more smoothly on DAIC.
 No newline at end of file
+4 −0
Original line number Diff line number Diff line
---
title: News
menu: {main: {weight: 30}}
---