From ddaaa19be8d46088baa0fa13e120751008269c52 Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Wed, 12 Aug 2020 12:33:57 +0100 Subject: [PATCH] Update iridis.md --- howTo/iridis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howTo/iridis.md b/howTo/iridis.md index 9679c56..4d353d7 100644 --- a/howTo/iridis.md +++ b/howTo/iridis.md @@ -39,7 +39,7 @@ To do this: ## Now what? -You can interactively run R scripts by running R. Or you can run them non-interactively using the Rscript <yourScript.R> command. But you probably shouldn't. +You can interactively run R scripts by running R. Or you can run them non-interactively using the `Rscript <yourScript.R>` command. But you probably shouldn't. You should submit your commands (e.g. `Rscript myScript.R`) to the Iridis scheduling system so it can balance everyone's needs. You need to [learn how to do this](https://hpc.soton.ac.uk/redmine/projects/iridis-4-support/wiki/Job_submission)... -- GitLab