Skip to content

Commit

Permalink
Bigger 2D examples for single-node slurm job.
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyChacal committed Oct 21, 2023
1 parent 3c88ccd commit 0ab0dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast/slurm-jobs/single-node.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ get_throughput() {
# Iterate over benchmarks and cases, print simple CSV data to stdout
# Copy-pastes nicely in Google Sheets
echo bench_name,so,threads,Devito,xDSL
for bench in "wave2d_b.py -d 2048 2048 --nt 512" "wave3d_b.py -d 512 512 512 --nt 512" "diffusion_2D_wBCs.py -d 2048 2048 --nt 512" "diffusion_3D_wBCs.py -d 512 512 512 --nt 512"
for bench in "wave2d_b.py -d 8192 8192 --nt 1024" "wave3d_b.py -d 512 512 512 --nt 512" "diffusion_2D_wBCs.py -d 8192 8192 --nt 1024" "diffusion_3D_wBCs.py -d 512 512 512 --nt 512"
do
# Get the benchmark file for printing
bench_name=$(echo $bench | cut -d ' ' -f1)
Expand Down

0 comments on commit 0ab0dae

Please sign in to comment.