Example
#!/bin/bash #SBATCH --time=01:00:00 #SBATCH --mem=5GB cd /path/where/to/start/the/job module load R Rscript --vanilla long-job-rscript.R
Example
#!/bin/bash #SBATCH --time=01:00:00 #SBATCH --mem=5GB cd /path/where/to/start/the/job module load R Rscript --vanilla long-job-rscript.R