Skip to content

Commit

Permalink
Merge e89a434 into 1493dae
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Sep 28, 2023
2 parents 1493dae + e89a434 commit b9e962e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -15,7 +15,7 @@

|
.. image:: https://github.com/Libensemble/libensemble/workflows/libEnsemble-CI/badge.svg?branch=main
.. image:: https://github.com/Libensemble/libensemble/actions/workflows/ci.yml/badge.svg?branch=develop
:target: https://github.com/Libensemble/libensemble/actions

.. image:: https://coveralls.io/repos/github/Libensemble/libensemble/badge.svg?branch=main
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials/executor_forces_tutorial.rst
Expand Up @@ -44,7 +44,7 @@ generation functions and call libEnsemble. Create a Python file called

.. code-block:: python
:linenos:
:emphasize-lines: 17,25, 28
:emphasize-lines: 16,24,27
#!/usr/bin/env python
import os
Expand Down Expand Up @@ -74,13 +74,13 @@ generation functions and call libEnsemble. Create a Python file called
# Parse number of workers, comms type, etc. from arguments
ensemble = Ensemble(parse_args=True, executor=exctr)
On line 15, we instantiate our :doc:`MPI Executor<../executor/mpi_executor>`.
On line 16, we instantiate our :doc:`MPI Executor<../executor/mpi_executor>`.

Registering an application is as easy as providing the full file-path and giving
it a memorable name. This Executor will later be used within our simulation
function to launch the registered app.

On line 22, we initialize the ensemble. The :meth:`parse_args<tools.parse_args>`
On line 27, we initialize the ensemble. The :meth:`parse_args<tools.parse_args>`
parameter is used to read `comms` and `nworkers` from the command line. This sets
the respective `libE_specs` options.

Expand Down
2 changes: 1 addition & 1 deletion docs/welcome.rst
Expand Up @@ -14,7 +14,7 @@

|
.. image:: https://github.com/Libensemble/libensemble/workflows/libEnsemble-CI/badge.svg?branch=main
.. image:: https://github.com/Libensemble/libensemble/actions/workflows/ci.yml/badge.svg?branch=develop
:target: https://github.com/Libensemble/libensemble/actions

.. image:: https://coveralls.io/repos/github/Libensemble/libensemble/badge.svg?branch=main
Expand Down

0 comments on commit b9e962e

Please sign in to comment.