[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/45: reppar: Add missing bibliography file.
From: |
Ludovic Courtès |
Subject: |
08/45: reppar: Add missing bibliography file. |
Date: |
Tue, 09 Jun 2015 12:37:00 +0000 |
civodul pushed a commit to branch master
in repository maintenance.
commit e88cee857a2513ead60fe5c598efd0c308c227ad
Author: Ludovic Courtès <address@hidden>
Date: Fri May 29 17:37:51 2015 +0200
reppar: Add missing bibliography file.
---
doc/reppar-2015/reppar.sbib | 87 ++++++++++++++++++++++++++++++++++
doc/reppar-2015/reproducible-hpc.skb | 4 +-
2 files changed, 89 insertions(+), 2 deletions(-)
diff --git a/doc/reppar-2015/reppar.sbib b/doc/reppar-2015/reppar.sbib
new file mode 100644
index 0000000..70fdef1
--- /dev/null
+++ b/doc/reppar-2015/reppar.sbib
@@ -0,0 +1,87 @@
+;; -*- Skribe -*- bibliography.
+;;
+
+(inproceedings courtes2013:functional
+ (url "https://hal.inria.fr/hal-00824004/en")
+ (title "Functional Package Management with Guix")
+ (author "Ludovic Courtès")
+ (booktitle "European Lisp Symposium")
+ (year "2013")
+ (month "June")
+ (address "Madrid, Spain"))
+
+;; http://dl.acm.org/citation.cfm?id=2691141&CFID=514978226&CFTOKEN=55834927
+(inproceedings geimer2014:easybuild
+ (url "https://hpcugent.github.io/easybuild/files/hust14_paper.pdf")
+ (title "Modern Scientific Software Management Using EasyBuild and
+Lmod")
+ (author "Markus Geimer, Kenneth Hoste, Robert McLay")
+ (year "2014")
+ (booktitle "Proceedings of the First Workshop on HPC User Support
+Tools (HUST`14)")
+ (pages "41--51")
+ (isbn "978-1-4673-6755-4")
+ (location "New Orleans, Louisiana, USA")
+ (publisher "IEEE Press")
+ (address "Piscataway, NJ, USA"))
+
+;; http://link.springer.com/chapter/10.1007%2F978-3-319-14325-5_41
+(inbook stanisic2014:effective
+ (url "https://hal.inria.fr/hal-01083205/en")
+ (title "Effective Reproducible Research with Org-Mode and Git")
+ (author "Luka Stanisic, Arnaud Legrand")
+ (year "2014")
+ (booktitle "Euro-Par 2014: Parallel Processing Workshops")
+ (pages "475--486")
+ (series "Lecture Notes in Computer Science")
+ (volume "8805")
+ (publisher "Springer International Publishing"))
+
+(article gavish2011:universal
+ (url "http://dx.doi.org/10.1016/j.procs.2011.04.067")
+ (title "A Universal Identifier for Computational Results")
+ (author "Matan Gavish, David Donoho")
+ (journal "Procedia Computer Science")
+ (note "Proceedings of the International Conference on
+Computational Science, ICCS")
+ (year "2011")
+ (volume "4")
+ (number "0")
+ (pages "637--647")
+ (issn "1877-0509"))
+
+(misc debian-reproducible-web
+ (year "2015")
+ (author (noabbrev "Debian Project"))
+ (title "Debian Reproducible Web Site")
+ (url "http://reproducible.debian.net/"))
+
+(misc gamblin:spack-web
+ (year "2015")
+ (author "Todd Gamblin")
+ (title "Spack Web Site")
+ (url "http://scalability-llnl.github.io/spack/"))
+
+(inbook augonnet2009:starpu
+ (year "2009")
+ (month "August")
+ (author "Cédric Augonnet, Samuel Thibault, Raymond Namyst,
+Pierre-André Wacrenier")
+ (title "StarPU: A Unified Platform for Task Scheduling on
+ Heterogeneous Multicore Architectures")
+ (booktitle "Proceedings of the 15th International Euro-Par
+ Conference")
+ (volume "5704")
+ (series "Lecture Notes in Computer Science")
+ (publisher "Springer International Publishing")
+ (url "http://hal.inria.fr/inria-00384363/en"))
+
+(inproceedings furlani1991:modules
+ (year "1991")
+ (month "June")
+ (author "John L. Furlani")
+ (title "Providing a Flexible User Environment")
+ (booktitle "Proceedings of the Fifth Large Installation System
+Administration (LISA V)")
+ (pages "141--152")
+ (url "http://modules.sourceforge.net/docs/Modules-Paper.pdf"))
diff --git a/doc/reppar-2015/reproducible-hpc.skb
b/doc/reppar-2015/reproducible-hpc.skb
index 16d81e3..4c9f3bd 100644
--- a/doc/reppar-2015/reproducible-hpc.skb
+++ b/doc/reppar-2015/reproducible-hpc.skb
@@ -111,7 +111,7 @@ variants of a given software package. To satisfy both,
support teams
always play the role of ``distribution maintainers'': they build and
install tool chains, libraries, and scientific software packages
manually,(---)multiple variants thereof,(---)and make them available
-,(it [via]) ``environment modules'',(ref :bib 'furlani91:modules), which
+,(it [via]) ``environment modules'',(ref :bib 'furlani1991:modules), which
allows users to pick the specific packages they want.])
(p [Unfortunately, software is often built and installed in an
,(it [ad hoc]) fashion, leaving users little hope of redeploying the
@@ -172,7 +172,7 @@ updated. Thus, packages provided by the distribution are
largely
dismissed, and instead support teams install packages by
themselves,(---)from scientific software, to HPC libraries, to compiler
tool chains,(---)and make them available through environment modules
-,(ref :bib 'furlani91:modules). Modules allow users to choose different
+,(ref :bib 'furlani1991:modules). Modules allow users to choose different
versions or variants of the packages they use without interfering with
each others. However, when installed software is updated in place or
removed, users suddenly find themselves unable to reproduce the software
- branch master updated (028164d -> 23a0b66), Ludovic Courtès, 2015/06/09
- 01/45: reviews: Add more links., Ludovic Courtès, 2015/06/09
- 03/45: reppar: Mention CMake., Ludovic Courtès, 2015/06/09
- 05/45: reppar: Fix a couple of typos., Ludovic Courtès, 2015/06/09
- 06/45: reppar: More on StarPU and Chameleon., Ludovic Courtès, 2015/06/09
- 08/45: reppar: Add missing bibliography file.,
Ludovic Courtès <=
- 09/45: reppar: Write about limitations., Ludovic Courtès, 2015/06/09
- 07/45: reppar: Augment outline., Ludovic Courtès, 2015/06/09
- 04/45: reppar: Write about the HiePACS/Runtime use case., Ludovic Courtès, 2015/06/09
- 15/45: reppar: Add some sort of a conclusion., Ludovic Courtès, 2015/06/09
- 16/45: reppar: Fix typo., Ludovic Courtès, 2015/06/09
- 17/45: reppar: Remove empty figure., Ludovic Courtès, 2015/06/09
- 13/45: reppar: Implement Ricardo's suggestions., Ludovic Courtès, 2015/06/09
- 20/45: reppar: Remove bibliography entries for Web sites., Ludovic Courtès, 2015/06/09
- 18/45: reppar: Add MDC experience report + comments on RPMs., Ludovic Courtès, 2015/06/09
- 19/45: reppar: Fix typos, improve wording., Ludovic Courtès, 2015/06/09