summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/argobots/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/argobots/package.py')
-rw-r--r--var/spack/repos/builtin/packages/argobots/package.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/argobots/package.py b/var/spack/repos/builtin/packages/argobots/package.py
new file mode 100644
index 0000000000..3df5a2039e
--- /dev/null
+++ b/var/spack/repos/builtin/packages/argobots/package.py
@@ -0,0 +1,22 @@
+# Copyright 2013-2018 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 import *
+
+
+class Argobots(AutotoolsPackage):
+ """Argobots, which was developed as a part of the Argo project, is
+ a lightweight runtime system that supports integrated computation
+ and data movement with massive concurrency. It will directly
+ leverage the lowest-level constructs in the hardware and OS:
+ lightweight notification mechanisms, data movement engines, memory
+ mapping, and data placement strategies. It consists of an
+ execution model and a memory model."""
+
+ homepage = "http://www.argobots.org/"
+ url = "https://github.com/pmodels/argobots/releases/download/v1.0b1/argobots-1.0b1.tar.gz"
+
+ version("1.0b1", "5eeab7b2c639d08bbea22db3026cdf39")
+ version("1.0a1", "9d29d57d14d718f93b505178f6ba3e08")