User Tools

Site Tools


guides:slurm:array-job

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
guides:slurm:array-job [05.03.2020 16:10]
Juha Kekäläinen
guides:slurm:array-job [18.11.2021 11:19] (current)
Administrator
Line 15: Line 15:
 #SBATCH --output fastq_%A_%a.out.out            # Standard output goes to here #SBATCH --output fastq_%A_%a.out.out            # Standard output goes to here
 #SBATCH --error fastqc_%A_%a.err                # Standard error goes to here #SBATCH --error fastqc_%A_%a.err                # Standard error goes to here
-##SBATCH --mail-user username@uef.fi            # this is the email you wish to be notified at +#SBATCH --mail-user username@uef.fi            # this is the email you wish to be notified at 
-##SBATCH --mail-type ALL                        # ALL will alert you of job beginning, completion, failure etc+#SBATCH --mail-type ALL                        # ALL will alert you of job beginning, completion, failure etc
 #SBATCH --array=1-100%3                         # Array range and number of simultanous jobs #SBATCH --array=1-100%3                         # Array range and number of simultanous jobs
  
-# Make sure that the results exists+# Make sure that the results directory exists
 mkdir -p ./results/ mkdir -p ./results/
  
guides/slurm/array-job.1583417443.txt.gz · Last modified: 05.03.2020 16:10 by Juha Kekäläinen