Skip to content

Commit 0d1e13b

Browse files
committed
Update example libE specs options and change order
1 parent 2dea88e commit 0d1e13b

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

docs/data_structures/data_structures.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ See :ref:`here<libe-module>` for instruction on constructing a complete workflow
88
:maxdepth: 2
99
:caption: libEnsemble Specifications:
1010

11-
sim_specs
12-
gen_specs
1311
libE_specs
12+
gen_specs
13+
sim_specs
1414
alloc_specs
1515
platform_specs
1616
persis_info

docs/data_structures/libE_specs.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _datastruct-libe-specs:
22

3-
General Specs
4-
=============
3+
LibE Specs
4+
==========
55

66
libEnsemble is primarily customized by setting options within a ``LibeSpecs`` class or dictionary.
77

@@ -10,11 +10,10 @@ libEnsemble is primarily customized by setting options within a ``LibeSpecs`` cl
1010
from libensemble.specs import LibeSpecs
1111
1212
specs = LibeSpecs(
13-
comm=MPI.COMM_WORLD,
14-
comms="mpi",
15-
save_every_k_gens=1000,
13+
gen_on_manager=True,
14+
save_every_k_gens=100,
1615
sim_dirs_make=True,
17-
ensemble_dir_path="/scratch/ensemble",
16+
nworkers=4
1817
)
1918
2019
.. dropdown:: Settings by Category

0 commit comments

Comments
 (0)