Skip to content
Snippets Groups Projects
Commit c121334a authored by Ben Anderson's avatar Ben Anderson
Browse files

info on running R

parent ddaaa19b
No related branches found
No related tags found
No related merge requests found
...@@ -39,9 +39,11 @@ To do this: ...@@ -39,9 +39,11 @@ To do this:
## Now what? ## 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. R: https://hpc.soton.ac.uk/redmine/projects/iridis-4-support/wiki/R
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)... After you've [loaded the R module](https://hpc.soton.ac.uk/redmine/projects/iridis-4-support/wiki/R), 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.
Instead 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)...
## How to get your code on Iridis ## How to get your code on Iridis
...@@ -55,6 +57,10 @@ Sadly Iridis cannot see `J:\ or \\soton.ac.uk\resource\` so you you can't follow ...@@ -55,6 +57,10 @@ Sadly Iridis cannot see `J:\ or \\soton.ac.uk\resource\` so you you can't follow
If you [run out of space](https://hpc.soton.ac.uk/redmine/projects/iridis-4-support/wiki/User_account_information_and_limits) in your home folder/directory (100 GB max) you can also put it in a scratch folder which will take 1 TB. But this is not backed-up - so data in there is at risk. If you [run out of space](https://hpc.soton.ac.uk/redmine/projects/iridis-4-support/wiki/User_account_information_and_limits) in your home folder/directory (100 GB max) you can also put it in a scratch folder which will take 1 TB. But this is not backed-up - so data in there is at risk.
## Adding packages
## What you cannot do ## What you cannot do
Run RStudio. Well OK, you can. But it needs the ssh tunneling and XWindow thing mentioned above. Yeahnah. Run RStudio. Well OK, you can. But it needs the ssh tunneling and XWindow thing mentioned above. Yeahnah.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment