Update libquo's homepage, url, and description. (#2925)
* 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.
This commit is contained in:
parent
b18b6bad6f
commit
596190c83c
@ -27,15 +27,13 @@
|
|||||||
|
|
||||||
|
|
||||||
class Libquo(Package):
|
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"
|
"""QUO (as in "status quo") is a runtime library that aids in accommodating
|
||||||
url = "https://github.com/losalamos/libquo/archive/v1.2.9.tar.gz"
|
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')
|
version('1.2.9', 'ca82ab33f13e2b89983f81e7c02e98c2')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user