Skip to content

Commit ade2cef

Browse files
committed
bench: parameterize memory in PBS script
1 parent b5f2534 commit ade2cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/user/make-pbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def generate(args):
1717
template_header = """\
1818
#!/bin/bash
1919
20-
#PBS -lselect=%(nn)s:ncpus=%(ncpus)s:mem=120gb:mpiprocs=%(np)s:ompthreads=%(nt)s
20+
#PBS -lselect=%(nn)s:ncpus=%(ncpus)s:mem=%(mem)dgb:mpiprocs=%(np)s:ompthreads=%(nt)s
2121
#PBS -lwalltime=02:00:00
2222
2323
lscpu

0 commit comments

Comments
 (0)