Skip to content

Commit 95974f6

Browse files
committed
Added cpu per tasks to pbs scripts
1 parent 3ed1a62 commit 95974f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

main.pbs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#SBATCH --mail-type=END,FAIL
55
66
#SBATCH --mem=200000
7+
#SBATCH --cpus-per-task=4
78
#SBATCH -p compute
89
#SBATCH -q batch
910
#SBATCH -t 1-01:00:00

trim_test.pbs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#SBATCH --mail-type=END,FAIL
55
66
#SBATCH --mem=200000
7+
#SBATCH --cpus-per-task=4
78
#SBATCH -p compute
89
#SBATCH -q batch
910
#SBATCH -t 1-01:00:00

0 commit comments

Comments
 (0)