Skip to content

Commit

Permalink
Update job_cpu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
csccva authored Jun 14, 2024
1 parent 575ef71 commit f7b9d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions computer-platforms/job_cpu.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash
#SBATCH --job-name=example
#SBATCH --account=project_465zzzzz
#SBATCH --account=project_465001194
#SBATCH --error=%x.%J.err
#SBATCH --output=%x.%J.out
#SBATCH --partition=standard
#SBATCH --time=00:05:00
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=4
##SBATCH --reservation=
##SBATCH --reservation=CSC_summer_school_cpu

srun my_prog

0 comments on commit f7b9d59

Please sign in to comment.