Skip to content

Commit

Permalink
Link Filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Dec 13, 2023
1 parent f6d53a1 commit 3d35759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pytorch_surrogate_model/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Run

This example can be **only** be run with **Python**:

* **Python** script: ``python3 run_ml_surrogate.py```
* **Python** script: ``python3 run_ml_surrogate.py``

For `MPI-parallel <https://www.mpi-forum.org>`__ runs, prefix these lines with ``mpiexec -n 4 ...`` or ``srun -n 4 ...``, depending on the system.

.. literalinclude:: run_fodo.py
.. literalinclude:: run_ml_surrogate.py
:language: python
:caption: You can copy this file from ``examples/pytorch_surrogate_model/run_ml_surrogate.py``.

Expand Down

0 comments on commit 3d35759

Please sign in to comment.