Skip to content

Commit

Permalink
update workloads
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Jan 8, 2025
1 parent 84a9f4a commit 87af925
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion experiments/genesis/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ class Genesis(Experiment, OpenMPExperiment):

variant(
"workload",
default="genesis",
default="DHFR",
values=("DHFR", "ApoA1", "UUN", "cryoEM"),
description="genesis",
)

Expand Down
5 changes: 4 additions & 1 deletion repo/genesis/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ class Genesis(AutotoolsPackage):
homepage = "https://www.r-ccs.riken.jp/labs/cbrt/"
git = "https://github.com/genesis-release-r-ccs/genesis"

version("master", branch="master", submodules=False)
version("main", branch="main", submodules=False)
version(
"2.1.4", submodules=False, tag="v2.1.4", commit="48fa5654ae1ecdf606fb6cd0bdcc2952f5caaa65"
)
version(
"2.1.3", submodules=False, tag="v2.1.3", commit="835ef1538f9350cfa7e9489f340837d0908afbd2"
)
Expand Down

0 comments on commit 87af925

Please sign in to comment.