cms21 / colmena

Library for steering campaigns of simulations on supercomputers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colmena

CI Documentation Status PyPI version Coverage Status

Colmena is a library that supports applications which steer large campaigns of simulations on supercomputers. Such "high-throughput" searches are commonly deployed on HPC and are, historically, guided by humans designating a search space manually — a time-consuming process. Colmena was created to explore building applications high-throughput sweeps that replace human steering with Artificial Intelligence (AI) experimental design methods.

Installation

We use Anaconda to define an environments:

conda env create --file environment.yml --force

will install all packages needed for the colmena library and demo applications.

Consult our Installation Guide.

Using Colmena

We are gradually building demo_apps which illustrate different approaches to using the prototype.

Acknowledgements

This project was supported in part by the Exascale Computing Project (17-SC-20-SC) of the U.S. Department of Energy (DOE) and by DOE’s Advanced Scientific Research Office (ASCR) under contract DE-AC02-06CH11357.

About

Library for steering campaigns of simulations on supercomputers

License:Apache License 2.0


Languages

Language:Python 64.7%Language:Jupyter Notebook 34.9%Language:C 0.2%Language:Shell 0.2%