summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaqib Khan <saqibkhan@utexas.edu>2022-11-09 18:11:46 -0600
committerGitHub <noreply@github.com>2022-11-10 01:11:46 +0100
commit168bced88813122c27be1f4f538c1dc1130207a6 (patch)
tree2a05e00b7c915a483dfa70579488a8306a5364d1
parent489de38890c739b524eee4fd04af0856b070156e (diff)
downloadspack-168bced88813122c27be1f4f538c1dc1130207a6.tar.gz
spack-168bced88813122c27be1f4f538c1dc1130207a6.tar.bz2
spack-168bced88813122c27be1f4f538c1dc1130207a6.tar.xz
spack-168bced88813122c27be1f4f538c1dc1130207a6.zip
New Package: stressapptest (#33736)
Signed-off-by: saqibkh <saqibkhan@utexas.edu>
-rw-r--r--var/spack/repos/builtin/packages/stressapptest/package.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/stressapptest/package.py b/var/spack/repos/builtin/packages/stressapptest/package.py
new file mode 100644
index 0000000000..4fcd21c274
--- /dev/null
+++ b/var/spack/repos/builtin/packages/stressapptest/package.py
@@ -0,0 +1,23 @@
+# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack.package import *
+
+
+class Stressapptest(AutotoolsPackage):
+ """
+ Stressful Application Test (or stressapptest, its unix name) is a memory
+ interface test. It tries to maximize randomized traffic to memory from
+ processor and I/O, with the intent of creating a realistic high load
+ situation in order to test the existing hardware devices in a computer.
+ It has been used at Google for some time and now it is available under the
+ apache 2.0 license."""
+
+ homepage = "https://github.com/stressapptest/stressapptest"
+ url = "https://github.com/stressapptest/stressapptest/archive/refs/tags/v1.0.9.tar.gz"
+ maintainers = ["saqibkh"]
+
+ version("1.0.9", sha256="2ba470587ad4f6ae92057d427c3a2a2756e5f10bd25cd91e62eaef55a40b30a1")
+ version("1.0.8", sha256="b0432f39055166156ed04eb234f3c226b17a42f802a3f81d76ee999838e205df")