File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11.. _datastruct-libe-specs :
22
3- General Specs
4- =============
3+ LibE Specs
4+ ==========
55
66libEnsemble 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
You can’t perform that action at this time.
0 commit comments