Skip to main content

A wrapper to collect data for ensuring reproducibility.

Project description

Runtime Environment Capture

This project aims to create a lightweight wrapper around scripts/commands in order to capture details about the program being run for later reproducibility.

Supported Runtime Options

  • CLI
  • Shell (bash, zsh, etc)
  • Slurm
  • SGE

Instaling REC

REC supports Linux and MacOS, but is primarily geared towards job launchers that are predominantly available on Linux. That being said, some launchers such as Slurm and SGE are not available on MacOS. If you're using a Mac, this likely doesn't mean much to you, but it's worth mentioning.

Installing using Pip

pip install runtime-environment-capture

Running REC

To run REC, issue the following command:

rec [COMMAND]

By default, REC assumes that you will be running and capturing information about a shell command. The simplest way to run REC would be as follows:

rec echo "Hello World"

This will run the command echo "Hello World" as a shell command and will capture information about that command.

Changing Launcher

To change the desired launcher from recording a command to recording a more complex job, REC accepts a --launcher/-l flag. Using this flag, REC can perform launcher specific capture options for supported launchers. If the job was a Slurm job, REC would launch the job, capture information about the job, and collect information about Slurm itself.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

runtime-environment-capture-0.2.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page