Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jun 7, 2020
1 parent 5856ece commit eee27ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'pathos', u'pathos Documentation',
author, 'pathos', 'Parallel graph management and execution in heterogenous computing.',
author, 'pathos', 'Parallel graph management and execution in heterogeneous computing.',
'Miscellaneous'),
]

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
About the Pathos Framework
==========================
``pathos`` is a framework for heterogenous computing. It provides a consistent
``pathos`` is a framework for heterogeneous computing. It provides a consistent
high-level interface for configuring and launching parallel computations
across heterogenous resources. ``pathos`` provides configurable launchers for
across heterogeneous resources. ``pathos`` provides configurable launchers for
parallel and distributed computing, where each launcher contains the
syntactic logic to configure and launch jobs in an execution environment.
Examples of launchers that plug into ``pathos`` are: a queue-less MPI-based
Expand All @@ -82,7 +82,7 @@
This not only greatly reduces the time to convert a code to parallel, but it
also enables a single code-base to be maintained instead of requiring
parallel, serial, and distributed versions of a code. ``pathos`` maps can be
nested, thus hierarchical heterogenous computing is possible by merely
nested, thus hierarchical heterogeneous computing is possible by merely
selecting the desired hierarchy of ``map`` and ``pipe`` (``apply``) objects.
The ``pathos`` framework is composed of several interoperating packages:
Expand All @@ -93,7 +93,7 @@
- ``multiprocess``: better multiprocessing and multithreading in python
- ``ppft``: distributed and parallel python
- ``pyina``: MPI parallel ``map`` and cluster scheduling
- ``pathos``: graph management and execution in heterogenous computing
- ``pathos``: graph management and execution in heterogeneous computing
About Pathos
Expand Down

0 comments on commit eee27ec

Please sign in to comment.