Skip to content

Commit f0cecc6

Browse files
authored
Docs/update links to videos (#1138)
Update video links
1 parent e5930a7 commit f0cecc6

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

docs/platforms/frontier.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ See :doc:`advanced installation<../advanced_installation>` for other installatio
3838
Example
3939
-------
4040

41+
Note that a video demonstration_ of this example is also available.
42+
4143
To run the :doc:`forces_gpu<../tutorials/forces_gpu_tutorial>` tutorial on Frontier.
4244

4345
To obtain the example you can git clone libEnsemble - although only
@@ -72,3 +74,4 @@ To see GPU usage, ssh into the node you are on in another window and run::
7274
.. _Frontier: https://docs.olcf.ornl.gov/systems/frontier_user_guide.html
7375
.. _Slurm: https://slurm.schedmd.com/
7476
.. _python_on_frontier: https://www.olcf.ornl.gov/wp-content/uploads/2-16-23_python_on_frontier.pdf
77+
.. _demonstration: https://youtu.be/H2fmbZ6DnVc

docs/tutorials/forces_gpu_tutorial.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ In the first example, each worker will be using one GPU. The code will assign th
1515
GPUs available to each worker, using the appropriate method. This works on systems
1616
using **Nvidia**, **AMD**, and **Intel** GPUs without modifying the scripts.
1717

18-
Videos demonstrate running this example on Perlmutter_, Spock_, and Polaris_.
19-
*The first two videos are from an earlier release - you no longer need to change
20-
particle count or modify the `forces.c` file).*. Also, on Polaris, it is no
21-
longer necessary to change the MPI runner.
18+
A video demonstrates running this example on Frontier_.
2219

2320
Simulation function
2421
-------------------
@@ -308,9 +305,7 @@ where ``SLURM_EXACT`` is set to help prevent resource conflicts on each node.
308305
.. _forces_gpu: https://github.com/Libensemble/libensemble/blob/develop/libensemble/tests/scaling_tests/forces/forces_gpu
309306
.. _forces.c: https://github.com/Libensemble/libensemble/blob/develop/libensemble/tests/scaling_tests/forces/forces_app/forces.c
310307
.. _build_forces.sh: https://github.com/Libensemble/libensemble/blob/develop/libensemble/tests/scaling_tests/forces/forces_app/build_forces.sh
311-
.. _Perlmutter: https://www.youtube.com/watch?v=Av8ctYph7-Y
312-
.. _Spock: https://www.youtube.com/watch?v=XHXcslDORjU
313-
.. _Polaris: https://youtu.be/Ff0dYYLQzoU
308+
.. _Frontier: https://youtu.be/H2fmbZ6DnVc
314309
.. _run_libe_forces.py: https://github.com/Libensemble/libensemble/blob/develop/libensemble/tests/scaling_tests/forces/forces_gpu/run_libe_forces.py
315310
.. _forces_gpu_var_resources: https://github.com/Libensemble/libensemble/blob/develop/libensemble/tests/scaling_tests/forces/forces_gpu_var_resources/run_libe_forces.py
316311
.. _forces_multi_app: https://github.com/Libensemble/libensemble/blob/develop/libensemble/tests/scaling_tests/forces/forces_multi_app/run_libe_forces.py

0 commit comments

Comments
 (0)