Skip to content

Commit

Permalink
Update prep_reference.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 authored Jun 22, 2024
1 parent bfcffc6 commit eb45051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/benchmarking/prep_reference.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rm -rf reference && mkdir -p reference || exit
for meteo in era5 erai ; do
for phys in traj full ; do
./benchmark.sh jwb exaww 03:00:00 avail gcc 1 1 48 0 100 100000000 10 $meteo 0 0 $phys 0
./benchmark.sh jwb exaww 03:00:00 ../.. avail gcc 1 1 48 0 100 100000000 10 $meteo meteo 0 0 $phys 0 reference
rsync -av data/ reference/
done
done
Expand Down

0 comments on commit eb45051

Please sign in to comment.