Skip to content

Commit 7bc5f3b

Browse files
Merge pull request #118 from HPC-SimTools/portal_docs
Add docs using for IPS portal
2 parents a11e7e2 + a1280f4 commit 7bc5f3b

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

doc/user_guides/portal_guides.rst

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
==========
2+
IPS Portal
3+
==========
4+
5+
The `IPS portal <http://lb.ipsportal.production.svc.spin.nersc.org/>`_
6+
hosted on the `NERSC Spin <https://docs.nersc.gov/services/spin/>`_
7+
service, shows the progress and status of IPS runs on a variety of
8+
machines. The simulation configuration file and platform
9+
configuration file contain entries that allow the IPS to publish
10+
events to the portal.
11+
12+
On the top-level page, you will see information about each run
13+
including who ran it, the current status, physics time stamp, wall
14+
time, and a descriptive comment. From there you can click on a Run ID
15+
to see the details of that run, including calls on components, data
16+
movement events, task launches and finishes, and checkpoints.
17+
18+
To use the portal include
19+
20+
.. code-block:: text
21+
22+
PORTAL_URL = http://lb.ipsportal.production.svc.spin.nersc.org
23+
24+
in either your :doc:`Platform Configuration File<platform>` or your
25+
:doc:`Simulation Configuration File<config_file>`.

doc/user_guides/user_guides.rst

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ This directory has all of the user guides for using the IPS (see the component a
3535

3636
.. **User Guides Table of Contents**
3737
38+
:doc:`Using the IPS Portal<portal_guides>`
39+
How to setup simulation to use the IPS portal.
40+
3841
.. toctree::
3942
:maxdepth: 1
4043

@@ -45,3 +48,4 @@ This directory has all of the user guides for using the IPS (see the component a
4548
component_package
4649
migration
4750
nersc_conda
51+
portal_guides

0 commit comments

Comments
 (0)