summaryrefslogtreecommitdiff
path: root/website/posts/reproducible-and-user-controlled-software-environments-in-hpc-with-guix.sxml
diff options
context:
space:
mode:
Diffstat (limited to 'website/posts/reproducible-and-user-controlled-software-environments-in-hpc-with-guix.sxml')
-rw-r--r--website/posts/reproducible-and-user-controlled-software-environments-in-hpc-with-guix.sxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/posts/reproducible-and-user-controlled-software-environments-in-hpc-with-guix.sxml b/website/posts/reproducible-and-user-controlled-software-environments-in-hpc-with-guix.sxml
index 66777d0..82e10c3 100644
--- a/website/posts/reproducible-and-user-controlled-software-environments-in-hpc-with-guix.sxml
+++ b/website/posts/reproducible-and-user-controlled-software-environments-in-hpc-with-guix.sxml
@@ -13,7 +13,7 @@
(a (@ (href "http://reppar.org/")) "RepPar")
", a workshop on reproducibility in parallel computing:"
(br))
- (p " Support teams of high-performance computing (HPC) systems often find themselves between a rock and a hard place: on one hand, they understandably administrate these large systems in a conservative way, but on the other hand, they try to satisfy their users by deploying up-to-date tool chains as well as libraries and scientific software. HPC system users often have no guarantee that they will be able to reproduce results at a later point in time, even on the same system\x97software may have been upgraded, removed, or recompiled under their feet, and they have little hope of being able to reproduce the same software environment elsewhere. We present GNU Guix and the functional package management paradigm and show how it can improve reproducibility and sharing among researchers with representative use cases. "
+ (p " Support teams of high-performance computing (HPC) systems often find themselves between a rock and a hard place: on one hand, they understandably administrate these large systems in a conservative way, but on the other hand, they try to satisfy their users by deploying up-to-date tool chains as well as libraries and scientific software. HPC system users often have no guarantee that they will be able to reproduce results at a later point in time, even on the same system—software may have been upgraded, removed, or recompiled under their feet, and they have little hope of being able to reproduce the same software environment elsewhere. We present GNU Guix and the functional package management paradigm and show how it can improve reproducibility and sharing among researchers with representative use cases. "
(br))
(p "The paper can be thought of as a followup to the recent "
(a (@ (href "http://elephly.net/posts/2015-04-17-gnu-guix.html"))