Skip to content

Commit

Permalink
Removing modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 committed Sep 24, 2024
1 parent 336de63 commit 525685c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions var/exp_repo/experiments/laghos/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,13 @@ def compute_applications_section(self):
}

def compute_spack_section(self):
laghos_spack_spec = "laghos@develop +metis{modifier_spack_variant}"
laghos_spack_spec = "laghos@develop +metis"
zlib_spack_spec = "zlib@1.3.1 +optimize+pic+shared"
packages = [
"default-mpi",
"zlib",
"blas",
self.spec.name,
"{modifier_package_name}",
]

return {
Expand Down

0 comments on commit 525685c

Please sign in to comment.