-
Notifications
You must be signed in to change notification settings - Fork 26
/
.wci.yml
36 lines (30 loc) · 1.14 KB
/
.wci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: libEnsemble
icon: https://raw.githubusercontent.com/Libensemble/libensemble/main/docs/images/libE_logo.png
headline: Tool for running dynamic ensembles.
description: |
libEnsemble is a Python toolkit for running dynamic ensembles of calculations.
Users write generator and simulator functions to express their ensembles.
A library of example functions is available which can be modified as needed.
These functions can submit unmodified external executables at any scale and
in a portable way. System details are detected, and resource management is
provided.
libEnsemble can be used in a consistent manner on laptops, clusters, and
supercomputers with minimal required dependencies.
language: Python
release:
version: 1.4.3
date: 2024-12-16
documentation:
general: https://libensemble.readthedocs.io
installation: https://libensemble.readthedocs.io/en/main/introduction.html#installation
tutorial: https://libensemble.readthedocs.io/en/main/tutorials/local_sine_tutorial.html
execution_environment:
interfaces:
- Python API
resource_managers:
- Slurm
- LSF
- Cobalt
- PBS
transfer_protocols:
- Globus