Conversation
…_moving Refactors - moving funcX logic and extract_H_ranges into new modules
…ork isn't this script's job
mentioning ssh interface, other docs fixes
some slight clarification on nsim_workers
Re-enable PETSc tests
Feature/psij scripts
check if persistent gp tests work
|
|
||
| New capabilities: | ||
|
|
||
| * Persistent functions can send intermediate values without the Manager assuming the worker is ready to receive. #880 |
There was a problem hiding this comment.
Should this be "Persistent functions can be sent intermediate values without the Manager assuming the worker is ready to receive them"?
There was a problem hiding this comment.
Even that doesn't seem right....
There was a problem hiding this comment.
This refers to the stay_active argument in PersistentSupport.send(), so I think it should more refer to what the user does, rather than internally how the argument is handled.
There was a problem hiding this comment.
New persistent support function to cancel sim_ids (request_cancel_sim_ids) and a keep_state option for persistent worker send, which if True, will not update ready_to_receive state of the worker.
There was a problem hiding this comment.
Two bullets:
- New persistent support function to cancel sim_ids (request_cancel_sim_ids)
- keep_state option for persistent worker send, which if True, will not update ready_to_receive state of the worker.
There was a problem hiding this comment.
New persistent support function to cancel sim_ids (request_cancel_sim_ids).
A new keep_state option for persistent workers: this lets the manager know
that the information being sent is intermediate.
| launch_shc = True | ||
| calc_status = UNSET_TAG | ||
|
|
||
| # This is temp - return something - so doing six_hump_camel_func again... |
There was a problem hiding this comment.
Did we want to adjust this temporary return?
There was a problem hiding this comment.
@jlnav Can you adjust the comment to say why this done?
Release 0.9.3
:Date: October 13, 2022
New capabilities:
liberegisterandlibesubmit(based on PSI/J), for easily preparing and launching libEnsemble workflows with local comms onto most machines and schedulers. Implement the PSI/J interface into libEnsemble #807request_cancel_sim_ids). Feature/stay active and cancel func #880keep_stateoption for persistent workers: this lets the manager know that the information being sent is intermediate. Feature/stay active and cancel func #880Other enhancements:
manager_poll()interface now sets consistent flags instead of literal strings. Update manager_poll interface #877num_resource_setslibE_specs option instead ofzero_resource_workersis now recommended except when using a fixed worker/resource mapping. Usepersis_info["gen_resources"]to assign persistent generator resources (default is zero). Use num_resource_sets instead of zrw in most cases #905:Note:
:Known issues: