Published December 7, 2023 | Version 1.3
Software Open

ReproZip: 1.3

Description

ReproZip is a tool aimed at simplifying the process of creating reproducible experiments from command-line executions, a frequently-used common denominator in computational science.

It tracks operating system calls and creates a package that contains all the binaries, files and dependencies required to run a given command on the author's computational environment (packing step). A reviewer can then extract the experiment in his environment to reproduce the results (unpacking step).

Enhancements:

  • Store used UNIX sockets in the trace
  • Display a warning if the process connect to the systemd socket (https://docs.reprozip.org/s/systemd.html)
  • Print trace warnings in red (files read then written, systemd socket)
  • Improve message on interrupt, making clearer what happens if pressing twice
  • Change "(d)elete" option to "(o)verwrite" in prompt when a trace exists

Files

reprozip-1.3.zip

Files (1.5 MB)

Name Size Download all
md5:a3b33e9803a305d49963967b628a4131
1.5 MB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/ViDA-NYU/reprozip/tree/1.3 (URL)