Skip to content

Commit

Permalink
bash
Browse files Browse the repository at this point in the history
  • Loading branch information
bobkatla committed Oct 14, 2024
1 parent 721e22f commit 9227fc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions job.script
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
#SBATCH --job-name=run_hh_seq2
#SBATCH --job-name=run_hh_seq_loop
#SBATCH --partition=comp
#SBATCH --nodes=1
#SBATCH --cpus-per-task=2
#SBATCH --ntasks=1
#SBATCH --time=180:00:00
#SBATCH --output=run_hh_seq2.out
#SBATCH --time=160:00:00
#SBATCH --output=run_hh_seq_loop.out

source .venv/bin/activate

Expand Down

0 comments on commit 9227fc9

Please sign in to comment.