Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

  • No labels