From 24f99455c010fab2c901bdf40c9ca4c451945cd6 Mon Sep 17 00:00:00 2001 From: Ilya Zhukov <i.zhukov@fz-juelich.de> Date: Tue, 14 May 2024 18:27:42 +0200 Subject: [PATCH] Fix old date for reservation --- docs/running-jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running-jobs.md b/docs/running-jobs.md index 590e6912..c8e1bf24 100644 --- a/docs/running-jobs.md +++ b/docs/running-jobs.md @@ -100,7 +100,7 @@ The training account budget can be used till the end of the month. After one wou :::info -For JURECA and JUSUF use the following reservation: `hands-on-YYYYMMDD`. To work on JUWELS Cluster or Booster modules, you have to use `hands-on-cluster-YYYYMMDD` or `hands-on-booster-YYYYMMDD` respectively. Do not forget to replace `YYYYMMDD`, where `YYYY` and `MM` and `DD` are the current year and month and day in the Gregorian calendar, e.g. `20231121`. +For JURECA and JUSUF use the following reservation: `hands-on-YYYYMMDD`. To work on JUWELS Cluster or Booster modules, you have to use `hands-on-cluster-YYYYMMDD` or `hands-on-booster-YYYYMMDD` respectively. Do not forget to replace `YYYYMMDD`, where `YYYY` and `MM` and `DD` are the current year and month and day in the Gregorian calendar, e.g. `20240522`. ::: -- GitLab