Skip to main content

A framework for writing and running Computational Science experiments

Project description

A framework for writing and running Computational Science experiments.

Experipy provides a composable grammar for automatically writing scripts and a tool which can then execute them. Support for PBS script based queueing is (mostly) implemented.

A Simple Example

from experipy.exp       import Experiment
from experipy.grammar   import Executable

exp = Experiment(Executable("echo", ["Hello World"]),
                 expname="test",
                 destdir="results")
exp.run()

This will run the program echo with the argument Hello World in a directory in /tmp, writing the output and error, along with timing information, to the directory results. Directories will be created as needed. A complete example showing how to write an experiment for a Python script can be found in test/runtest.py.

Components

experipy.grammar

Contains abstractions for describing program executables, their argurments, and relationships between them such as pipelines.

experipy.system

Contains a number of standard tools such as cp, mkdir, and the Python interpreter described as elements within the grammar.

experipy.exp

Contains the Experiment class, instances of which accepts a composition in the grammar, and can generate and execute a shell script from it.

corsys

Tools used by the Corsys research group at UTK, will likely be separated at some point, but serves as a useful example (Heavily WIP)

Features In The Works

  • Develop a means for defining configurations

  • Expand experipy.system to include more standard command line tools

  • Beef up PBS script options

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

experipy-0.1.1.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

experipy-0.1.1-py2.py3-none-any.whl (10.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file experipy-0.1.1.tar.gz.

File metadata

  • Download URL: experipy-0.1.1.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for experipy-0.1.1.tar.gz
Algorithm Hash digest
SHA256 3f5134cd5ca801f55d208f8c46c3c2d082fd62f1fb79b977477b943f641e87c5
MD5 9768ece8bfa1cec7fdeab1995a81a903
BLAKE2b-256 6d39669e0417eb74cd7977fef9a26af3ba4a2dffaa6e33e9b07edfd03da0a517

See more details on using hashes here.

File details

Details for the file experipy-0.1.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for experipy-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3465609e18075c21bfce271cf841fd81d5a736a6df62ad8f0e3c615c96ce2499
MD5 b900a1e75e089d71c3aab99aa8d581a1
BLAKE2b-256 ffc31986327063ae2a5c2b2e9c2e4af0f31367c447c4d3468455835f527f648e

See more details on using hashes here.

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