Skip to main content
v2026.1714 entries · CC-BY 4.0
Dictionary termTrack CStablev2026.2

Computational environment

The full software and hardware context in which an analysis runs, including operating system, language runtime, library versions, configuration, environment variables, and hardware-specific dependencies (e.g., GPU drivers).

ByCASRAI Editorial Board
· Last updated 21 May 2026

Examples

Worked examples

  • Is an instance

    A renv.lock file pinning every R package version used by an analysis.

  • Is an instance

    A Dockerfile producing a reproducible Ubuntu 22.04 image with Python 3.11 and pinned dependencies.

Counter-examples

Looks similar, but isn't

  • Not an instance

    A 'requirements.txt' with unpinned versions (>= or ranges).

  • Not an instance

    A README listing language versions without pinning libraries.

Editorial commentary

Capturing the computational environment is a prerequisite for reproducibility" class="text-primary underline-offset-2 hover:underline" data-autolinked="true" title="Computational reproducibility — CASRAI Dictionary">computational reproducibility because the same code may produce different results under different library versions, BLAS implementations, or floating-point modes. Approaches include lock files (renv, Poetry, conda-lock), container images, and full virtual machines.

References

  • Boettiger, 'An introduction to Docker for reproducible research' (ACM SIGOPS Operating Systems Review, 2015).

Also known as

execution environment · research environment

Machine-readable encodings

Use in your systems

JATS XML <role> element
xml
<role vocab="credit"
      vocab-identifier="https://casrai.org/dictionary/"
      vocab-term="Computational environment"
      vocab-term-identifier="https://casrai.org/dictionary/term/computational-environment" />
Schema.org DefinedTerm (JSON-LD)
json
{
  "@context": "https://schema.org",
  "@type": "DefinedTerm",
  "name": "Computational environment",
  "identifier": "https://casrai.org/dictionary/term/computational-environment",
  "description": "The full software and hardware context in which an analysis runs, including operating system, language runtime, library versions, configuration, environment variables, and hardware-specific dependencies (e.g., GPU drivers).",
  "inDefinedTermSet": "https://casrai.org/dictionary/domain/reproducibility-and-computational-research/",
  "url": "https://casrai.org/dictionary/term/computational-environment",
  "sameAs": [
    "execution environment",
    "research environment"
  ],
  "license": "https://creativecommons.org/licenses/by/4.0/"
}

Adopted by research universities worldwide

University of Cambridge logoColumbia University logoUniversity of Edinburgh logoHarvard University logoMassachusetts Institute of Technology logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoUniversity of Cambridge logoColumbia University logoUniversity of Edinburgh logoHarvard University logoMassachusetts Institute of Technology logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logo
  • University of Cambridge logo
  • Columbia University logo
  • University of Edinburgh logo
  • Harvard University logo
  • Massachusetts Institute of Technology logo
  • University of Oxford logo
  • Princeton University logo
  • Stanford School of Medicine logo
  • University College London logo

View CASRAI adoption →