-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganization of evaluator code and renaming of modules (#320)
reorganizing evalutor code and renaming of modules In preparation for future updates to the mpi code, all evaluator code has been reorganized. All evaluators go into their respective modules, and code shared among two or more goes into a new util package. All relevant modules also have been renamed to future_{style of parallelization}
- Loading branch information
Showing
20 changed files
with
479 additions
and
428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ nbsphinx | |
myst | ||
pyscaffold | ||
myst-parser | ||
ipyparallel | ||
|
||
# General requirements | ||
numpy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
docs/source/ema_documentation/em_framework/ema_ipyparallel.rst
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
docs/source/ema_documentation/em_framework/ema_multiprocessing.rst
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
docs/source/ema_documentation/em_framework/futures_ipyparallel.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
************************** | ||
:mod:`futures_ipyparallel` | ||
************************** | ||
|
||
.. automodule:: ema_workbench.em_framework.futures_ipyparallel | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
****************** | ||
:mod:`futures_mpi` | ||
****************** | ||
|
||
.. automodule:: ema_workbench.em_framework.futures_mpi | ||
:members: |
6 changes: 6 additions & 0 deletions
6
docs/source/ema_documentation/em_framework/futures_multiprocessing.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
****************************** | ||
:mod:`futures_multiprocessing` | ||
****************************** | ||
|
||
.. automodule:: ema_workbench.em_framework.futures_multiprocessing | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
****************** | ||
:mod:`futures_util` | ||
****************** | ||
|
||
.. automodule:: ema_workbench.em_framework.futures_util | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.