From 168bced88813122c27be1f4f538c1dc1130207a6 Mon Sep 17 00:00:00 2001 From: Saqib Khan Date: Wed, 9 Nov 2022 18:11:46 -0600 Subject: New Package: stressapptest (#33736) Signed-off-by: saqibkh --- .../builtin/packages/stressapptest/package.py | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 var/spack/repos/builtin/packages/stressapptest/package.py (limited to 'var') 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") -- cgit v1.2.3-60-g2f50