Constructing Workflows
We now give greater detail in programming with libEnsemble.
- Running an Ensemble
- Configuring libEnsemble
- Simulation Specs
- Generator Specs
- General Specs
LibeSpecs
LibeSpecs.abort_on_exception
LibeSpecs.authkey
LibeSpecs.comms
LibeSpecs.dedicated_mode
LibeSpecs.disable_log_files
LibeSpecs.disable_resource_manager
LibeSpecs.dry_run
LibeSpecs.enforce_worker_core_bounds
LibeSpecs.ensemble_copy_back
LibeSpecs.ensemble_dir_path
LibeSpecs.final_fields
LibeSpecs.gen_dir_copy_files
LibeSpecs.gen_dir_symlink_files
LibeSpecs.gen_dirs_make
LibeSpecs.gen_input_dir
LibeSpecs.ip
LibeSpecs.kill_canceled_sims
LibeSpecs.mpi_comm
LibeSpecs.num_resource_sets
LibeSpecs.nworkers
LibeSpecs.platform
LibeSpecs.platform_specs
LibeSpecs.port
LibeSpecs.profile
LibeSpecs.resource_info
LibeSpecs.safe_mode
LibeSpecs.save_H_and_persis_on_abort
LibeSpecs.save_every_k_gens
LibeSpecs.save_every_k_sims
LibeSpecs.scheduler_opts
LibeSpecs.sim_dir_copy_files
LibeSpecs.sim_dir_symlink_files
LibeSpecs.sim_dirs_make
LibeSpecs.sim_input_dir
LibeSpecs.stats_fmt
LibeSpecs.use_persis_return_gen
LibeSpecs.use_persis_return_sim
LibeSpecs.use_worker_dirs
LibeSpecs.use_workflow_dir
LibeSpecs.workerID
LibeSpecs.worker_cmd
LibeSpecs.worker_timeout
LibeSpecs.workers
LibeSpecs.workflow_dir_path
LibeSpecs.zero_resource_workers
- Known Platforms List
- Platform Fields
- Scheduler Options
- Overriding Resource Auto-Detection
- Formatting libE_stats.txt
- Allocation Specs
- persis_info
- Exit Criteria
- Output Management
libEnsemble User Functions:
- Writing User Functions
- Generator Functions
- Simulator Functions
- Allocation Functions
AllocSupport
AllocSupport.__init__()
AllocSupport.assign_resources()
AllocSupport.avail_worker_ids()
AllocSupport.count_gens()
AllocSupport.test_any_gen()
AllocSupport.count_persis_gens()
AllocSupport.sim_work()
AllocSupport.gen_work()
AllocSupport.all_sim_started()
AllocSupport.all_sim_ended()
AllocSupport.all_gen_informed()
AllocSupport.points_by_priority()
- User Function API
- calc_status
- Work Dictionary
- Worker Array
- Executors
- Resource Manager
- Convenience Tools and Functions
- Calling Script Function Support
- Persistent Function Support
- Allocation Function Support
AllocException
AllocSupport
AllocSupport.assign_resources()
AllocSupport.avail_worker_ids()
AllocSupport.count_gens()
AllocSupport.test_any_gen()
AllocSupport.count_persis_gens()
AllocSupport.sim_work()
AllocSupport.gen_work()
AllocSupport.all_sim_started()
AllocSupport.all_sim_ended()
AllocSupport.all_gen_informed()
AllocSupport.points_by_priority()