Skip to main content

A set of tools for running simulation using vivarium on cluster.

Project description

NOTE: This repository has been archived.

The vivarium_cluster_tools package has been renamed and migrated into the vivarium-suite monorepo.

What changed

  • Import path: vivarium_cluster_tools -> vivarium.cluster_tools

  • Source: ihmeuw/vivarium_cluster_tools (archived) -> ihmeuw/vivarium-suite (under libs/cluster-tools/)

To migrate fully to the new package

Install:

pip install vivarium-cluster-tools  # no change here

Import:

import vivarium.cluster_tools  # was: import vivarium_cluster_tools

Original package overview

https://badge.fury.io/py/vivarium-cluster-tools.svg Latest Version Documentation Status

Vivarium cluster tools is a python package that makes running vivarium simulations at scale on a Slurm cluster easy.

Installation

You can install this package with

pip install vivarium-cluster-tools

A simple example

If you have a vivarium model specifcation file defining a particular model, you can use that along side a branches file to launch a run of many simulations at once with variations in the input data, random seed, or with different parameter settings.

psimulate run /path/to/model_specification.yaml /path/to/branches_file.yaml

The simplest branches file defines a count of input data draws and random seeds to launch.

input_draw_count: 25
random_seed_count: 10

This branches file defines a set of simulations for all combinations of 25 input draws and 10 random seeds and so would run, in total, 250 simulations.

You can also define a set of parameter variations to run your model over. Say your original model specification looked something like

plugins:
  optional: ...

components:
  vivarium_public_health:
    population:
      - BasePopulation()
    disease.models:
      - SIS('lower_respiratory_infections')
  my_lri_intervention:
    components:
      - GiveKidsVaccines()

configuration:
  population:
    population_size: 1000
    age_start: 0
    age_end: 5
  lri_vaccine:
    coverage: 0.2
    efficacy: 0.8

Defining a simple model of lower respiratory infections and a vaccine intervention. You could then write a branches file that varied over both input data draws and random seeds, but also over different levels of coverage and efficacy for the vaccine. That file would look like

input_draw_count: 25
random_seed_count: 10

branches:
  lri_vaccine:
    coverage: [0.0, 0.2, 0.4, 0.8, 1.0]
    efficacy: [0.4, 0.6, 0.8]

The branches file would overwrite your original lri_vaccine configuration with each combination of coverage and efficacy in the branches file and launch a simulation. More, it would run each coverage-efficacy pair in the branches for each combination of input draw and random seed to produce 25 * 10 * 5 * 3 = 3750 unique simulations.

To read about more of the available features and get a better understanding of how to correctly write your own branches files,

Check out the docs!

Project details


Release history Release notifications | RSS feed

This version

3.1.6

Download files

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

Source Distribution

vivarium_cluster_tools-3.1.6.tar.gz (99.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vivarium_cluster_tools-3.1.6-py3-none-any.whl (53.7 kB view details)

Uploaded Python 3

File details

Details for the file vivarium_cluster_tools-3.1.6.tar.gz.

File metadata

  • Download URL: vivarium_cluster_tools-3.1.6.tar.gz
  • Upload date:
  • Size: 99.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for vivarium_cluster_tools-3.1.6.tar.gz
Algorithm Hash digest
SHA256 72f743c7b5bc4492f6fe8dc4e6a84bb9d3b55ad19b82557d15d22c94e0fd70fa
MD5 f918da95364894a08dbad19f403d7349
BLAKE2b-256 1f0569912f2a285b7c51d48e92baffe88ec362eb6825590c523d85a7fdbe17ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for vivarium_cluster_tools-3.1.6.tar.gz:

Publisher: deploy.yml on ihmeuw/vivarium_cluster_tools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vivarium_cluster_tools-3.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for vivarium_cluster_tools-3.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 0855a00c900def72c1c926470a9a80c047ee09c282f0dbfc8785fbc05c5d5f31
MD5 330e1ba5443b1456e5c3627fc3946351
BLAKE2b-256 8c8a9c5fe4fc60309198fe5728340d5908e4fc6e7edb14530895764a2584c8f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for vivarium_cluster_tools-3.1.6-py3-none-any.whl:

Publisher: deploy.yml on ihmeuw/vivarium_cluster_tools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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