diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-05-30 06:03:39 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-05-30 06:03:39 +0100 |
commit | 9002a094bc0d52e6b877a7f1994ff862c66980ac (patch) | |
tree | 9274a9b03ce081e3df3015421250f3d782ff2836 | |
parent | a0b5dd69b1fddfc54a9da0422539dff09e2e114d (diff) |
Corrected a few words to make POSIX-fuzzyness paragraph more clear
Hopefully, it is more to the point with these few word-corrections.
-rw-r--r-- | paper.tex | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -437,8 +437,8 @@ However, it has been chosen as the underlying platform here because the results POSIX is ubiquitous and fixed versions of low-level software (e.g., core GNU tools) are installable on the majority of them; each correcting for differences affecting their functionality. On GNU/Linux hosts, Maneage even builds a precise version of the GNU Compiler Collection (GCC), GNU Binutils and GNU C library (glibc). However, glibc is not installable on some POSIX OSs (e.g., macOS). -The C library is linked with all programs, thus theoretically this can hinder exact reproducibility \emph{of results}, but we have not encountered any until now. -When present, the non-reproducibility of high-level science results due to differing C libraries can be identified with respect to known sources of error in the analysis (like measurement errors), but this is beyond the scope here. +The C library is linked with all programs, this can theoretically hinder exact reproducibility \emph{of results}, but we have not encountered any until now. +When present, the non-reproducibility of high-level science results due to differing C libraries can be identified with respect to known sources of error in the analysis (like measurement errors), but studying this is another research project. %Thirdly, publishing a project's reproducible data lineage immediately after publication enables others to continue with follow-up papers, which may provide unwanted competition against the original authors. %We propose these solutions: |