Changes between Version 23 and Version 24 of cypress/R
- Timestamp:
- 09/16/22 16:18:27 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/R
v23 v24 120 120 Besides running R interactively in an idev session, you can also submit your R job to the batch nodes (compute nodes) on Cypress. Inside your SLURM script, include a command to load the desired R module. Then invoke the '''Rscript''' command on your R script. 121 121 122 {{{#! bash122 {{{#!sh 123 123 #!/bin/bash 124 124 #SBATCH --qos=normal # Quality of Service