Skip to content

Commit

Permalink
Update libquo's homepage, url, and description. (#2925)
Browse files Browse the repository at this point in the history
* Update libquo's homepage, url, and description.

Recently LANL moved to lanl (from losalamos).

* Fix formatting.

Conform to style guidelines.

* More style updates.

Doesn't appear to be necessary, but for good measure.
  • Loading branch information
samuelkgutierrez authored and tgamblin committed Jan 26, 2017
1 parent b18b6ba commit 596190c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions var/spack/repos/builtin/packages/libquo/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@


class Libquo(Package):
"""A high-level, easy to use programming interface tailored specifically
for MPI/MPI+X codes that may benefit from evolving process binding
policies during their execution. QUO allows for arbitrary process binding
policies to be enacted and reverted during the execution of an MPI/MPI+X
application as different computational phases are entered and exited,
respectively."""

homepage = "https://github.com/losalamos/libquo"
url = "https://github.com/losalamos/libquo/archive/v1.2.9.tar.gz"
"""QUO (as in "status quo") is a runtime library that aids in accommodating
thread-level heterogeneity in dynamic, phased MPI+X applications comprising
single- and multi-threaded libraries."""

homepage = "https://github.com/lanl/libquo"
url = "https://github.com/lanl/libquo/archive/v1.2.9.tar.gz"

version('1.2.9', 'ca82ab33f13e2b89983f81e7c02e98c2')

Expand Down

0 comments on commit 596190c

Please sign in to comment.