Skip to content

Commit

Permalink
rename salmon directory, class and format
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Jan 31, 2025
1 parent 25ae372 commit e9141cc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
from benchpark.openmp import OpenMPExperiment


class Salmon(Experiment, OpenMPExperiment):

class SalmonTddft(Experiment, OpenMPExperiment):
variant(
"workload",
default="gs",
Expand All @@ -25,7 +24,6 @@ class Salmon(Experiment, OpenMPExperiment):
)

def compute_applications_section(self):

self.add_experiment_variable("experiment_setup", "")

if self.spec.satisfies("workload=gs"):
Expand Down

0 comments on commit e9141cc

Please sign in to comment.