Fix SPINDLE and SCR download URLs.
This commit is contained in:
parent
b80a0e1da5
commit
b0ce1b81ba
@ -28,7 +28,7 @@ class Scr(Package):
|
||||
"""SCR caches checkpoint data in storage on the compute nodes of a
|
||||
Linux cluster to provide a fast, scalable checkpoint/restart
|
||||
capability for MPI codes"""
|
||||
homepage = "https://computation-rnd.llnl.gov/scr"
|
||||
homepage = "https://computation.llnl.gov/project/scr/"
|
||||
url = "http://downloads.sourceforge.net/project/scalablecr/releases/scr-1.1-7.tar.gz"
|
||||
|
||||
depends_on("mpi")
|
||||
|
@ -30,7 +30,7 @@ class Spindle(Package):
|
||||
overload on a shared file system when loading dynamically
|
||||
linked libraries, causing site-wide performance problems.
|
||||
"""
|
||||
homepage = "https://computation-rnd.llnl.gov/spindle"
|
||||
homepage = "https://computation.llnl.gov/project/spindle/"
|
||||
url = "https://github.com/hpc/Spindle/archive/v0.8.1.tar.gz"
|
||||
list_url = "https://github.com/hpc/Spindle/releases"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user