From f8b87c86b50197878783640cd4ae4617a534dbe9 Mon Sep 17 00:00:00 2001 From: Kyle Gerard Felker Date: Mon, 26 Aug 2024 23:02:09 -0500 Subject: [PATCH] Update running-jobs-aurora.md --- docs/aurora/running-jobs-aurora.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/aurora/running-jobs-aurora.md b/docs/aurora/running-jobs-aurora.md index 649cdb7e5..243269890 100644 --- a/docs/aurora/running-jobs-aurora.md +++ b/docs/aurora/running-jobs-aurora.md @@ -6,9 +6,8 @@ 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 ### -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) +- `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 ### 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.