From 4f5d29c4bbd2c9d09012a83548c099ad3da0bd96 Mon Sep 17 00:00:00 2001 From: Thilina Ratnayaka Date: Fri, 27 Sep 2024 09:19:17 -0500 Subject: [PATCH] Remove extra pound signs in headers --- docs/aurora/running-jobs-aurora.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/aurora/running-jobs-aurora.md b/docs/aurora/running-jobs-aurora.md index 9acb0d18c..2e86b48e9 100644 --- a/docs/aurora/running-jobs-aurora.md +++ b/docs/aurora/running-jobs-aurora.md @@ -5,11 +5,11 @@ There is a single routing queue in place called `EarlyAppAccess` which submits to the `lustre_scaling` queue. The total number of nodes available on this queue is changing often. -### Queue Policy ### +### Queue Policy - `EarlyAppAccess` (routing queue) : 100 queued jobs per-user - `lustre_scaling` (execution queue) : 10 running jobs per-user; max walltime : 6 hours; max nodecount : 9090 (subject to change) -### Submitting a job ### +### Submitting a job For example, a one-node interactive job can be requested for 30 minutes with the following command, where `[your_ProjectName]` is replaced with an appropriate project name. ```bash