You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial refactor of xbar-w reader and writer options processing
* Improving name of xbar-w reader/writer test
* Fixing typo
* Fixing import name issue
* Deprecation not necessary
* Bug fix
* add w writer and reader to generic_cylinders.bash
* Adding user-defined extension processing to generic cylinders
* Adding experts-only option to mess with hubdict at the last minute, prior to wheel spinning
* Adding spoke dicts to callback
* Bug fix
* Band-aid for old farmer_clyinder driver - should be culled soon
* Fix to test_gradient_rho to comply with latest option processing for xhat-w reader/writer.
* Bug fix
* put cfg in options for test_gradient
* improve wxbar* handling of the activating cfg option
* trying to handle cfg options correcitly in wxbar*
* update tests for new cfg
* not_active --> active
---------
Co-authored-by: Jean-Paul Watson <[email protected]>
Co-authored-by: David L. Woodruff <[email protected]>
Co-authored-by: Dave Woodruff <[email protected]>
Co-authored-by: David L Woodruff <[email protected]>
description="Space-delimited module names for user extensions",
97
+
domain=pyofig.ListOf(str),
98
+
default=None)
99
+
# TBD - think about adding directory for json options files
100
+
101
+
cfg.add_to_config("hub_and_spoke_dict_callback",
102
+
description="[FOR EXPERTS ONLY] Module that contains the function hub_and_spoke_dict_callback that will be passed the hubdict and list of spokedicts prior to spin-the-wheel (last chance for intervention)",
103
+
domain=str,
104
+
default=None)
105
+
85
106
cfg.parse_command_line(f"mpi-sppy for {cfg.module_name}")
0 commit comments