Skip to content

Commit

Permalink
update CSD3 scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tavareshugo committed Jul 1, 2024
1 parent 365be43 commit b2c947e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion course_files/csd3/slurm/drosophila_genome_indexing.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
#SBATCH -A TRAINING-CPU
#SBATCH --reservation=training
#SBATCH -p icelake # name of the partition to run job on
#SBATCH -D /home/FIX-YOUR-USERNAME/rds/hpc-work/hpc_workshop/ # working directory
#SBATCH -o logs/drosophila_genome_indexing.log
Expand Down
1 change: 0 additions & 1 deletion course_files/csd3/slurm/estimate_pi.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
#SBATCH -A TRAINING-CPU
#SBATCH --reservation=training
#SBATCH -p icelake # name of the partition to run job on
#SBATCH -D /home/FIX-YOUR-USERNAME/rds/hpc-work/hpc_workshop/ # working directory
#SBATCH -o logs/estimate_pi.log # standard output file
Expand Down
1 change: 0 additions & 1 deletion course_files/csd3/slurm/parallel_arrays.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
#SBATCH -A TRAINING-CPU
#SBATCH --reservation=training
#SBATCH -p icelake # name of the partition to run job on
#SBATCH -D /home/FIX-YOUR-USERNAME/rds/hpc-work/hpc_workshop/ # working directory
#SBATCH -o logs/parallel_arrays_%a.log
Expand Down
1 change: 0 additions & 1 deletion course_files/csd3/slurm/parallel_drosophila_mapping.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
#SBATCH -A TRAINING-CPU
#SBATCH --reservation=training
#SBATCH -p icelake # name of the partition to run job on
#SBATCH -D /home/FIX-YOUR-USERNAME/rds/hpc-work/hpc_workshop/ # working directory
#SBATCH -o logs/drosophila_mapping_%a.log
Expand Down
1 change: 0 additions & 1 deletion course_files/csd3/slurm/parallel_estimate_pi.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
#SBATCH -A TRAINING-CPU
#SBATCH --reservation=training
#SBATCH -p icelake # name of the partition to run job on
#SBATCH -D /home/FIX-YOUR-USERNAME/rds/hpc-work/hpc_workshop/ # working directory
#SBATCH -o logs/parallel_estimate_pi_%a.log
Expand Down
1 change: 0 additions & 1 deletion course_files/csd3/slurm/parallel_turing_pattern.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
#SBATCH -A TRAINING-CPU
#SBATCH --reservation=training
#SBATCH -p icelake # name of the partition to run job on
#SBATCH -D /home/FIX-YOUR-USERNAME/rds/hpc-work/hpc_workshop/ # working directory
#SBATCH -o logs/turing_pattern_%a.log
Expand Down
1 change: 0 additions & 1 deletion course_files/csd3/slurm/seqkit_singularity.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
#SBATCH -A TRAINING-CPU
#SBATCH --reservation=training
#SBATCH -p icelake # name of the partition to run job on
#SBATCH -D /home/FIX-YOUR-USERNAME/rds/hpc-work/hpc_workshop/ # working directory
#SBATCH -o logs/seqkit.log # standard output file
Expand Down
1 change: 0 additions & 1 deletion course_files/csd3/slurm/simple_job.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
#SBATCH -A TRAINING-CPU
#SBATCH --reservation=training

sleep 60 # hold for 60 seconds

Expand Down

0 comments on commit b2c947e

Please sign in to comment.