Skip to content

Commit

Permalink
Fix variant name, to agree with the spack recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ilectra authored Aug 16, 2024
1 parent 117d6c9 commit 77ee56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/apps/arepo/arepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class ArepoBenchmark(SpackTest):
valid_systems = ['-gpu']
valid_prog_environs = ['default']
spack_spec = 'arepo@master'
spack_spec = 'arepo@2024-04-01'
num_tasks = 4
num_tasks_per_node = 1
num_cpus_per_task = 1
Expand Down

0 comments on commit 77ee56a

Please sign in to comment.