Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.51 KB

File metadata and controls

51 lines (35 loc) · 2.51 KB

ExascaleSandboxTests Documentation

Chiltepin

Overview

This repository is a collection of tools and demonstrations used to explore and test various technologies for implementing exascale scientific workflows. This collection of resources is not intended for production use, and is for research purposes only.

Chiltepin provides Python decorators and utilities for building scientific workflows that can execute on distributed computing resources using Parsl and Globus services.

Documentation

📚 Full documentation is available at Read the Docs

Key documentation sections:

Quick Start

Install Chiltepin in a Python virtual environment:

python -m venv .chiltepin
source .chiltepin/bin/activate
pip install -e .

For detailed installation instructions including conda, Docker, and platform-specific guidance, see the Installation Guide.

Contributing

Contributions are welcome! For information on running tests and contributing to development, see the Testing Guide.

License

See LICENSE for details.