@@ -2,7 +2,7 @@ OLCF Frontier
22=============
33
44Known limitations
5- -----------------
5+ ^^^^^^^^^^^^^^^^^
66
77We are continually working on getting all the features of SmartSim working on
88Frontier, however we do have some known limitations:
@@ -23,7 +23,7 @@ Please raise an issue in the SmartSim Github or contact the developers if the ab
2323issues are affecting your workflow or if you find any other problems.
2424
2525One-time Setup
26- --------------
26+ ^^^^^^^^^^^^^^
2727
2828To install the SmartRedis and SmartSim python packages on Frontier, please follow
2929these instructions, being sure to set the following variables
@@ -63,7 +63,7 @@ these instructions, being sure to set the following variables
6363
6464.. code :: bash
6565
66- smart build -- device=rocm-6
66+ smart build ^^ device=rocm-6
6767
6868 **Step 5: ** Check that SmartSim has been installed and built correctly:
6969
@@ -76,7 +76,7 @@ these instructions, being sure to set the following variables
7676 mkdir -p $MIOPEN_USER_DB_PATH
7777
7878 # Run the install validation utility
79- smart validate -- device gpu
79+ smart validate ^^ device gpu
8080
8181 The following output indicates a successful install:
8282
@@ -87,7 +87,7 @@ The following output indicates a successful install:
8787 16:26:35 login SmartSim[557020:MainThread] INFO Success!
8888
8989 Post-installation
90- -----------------
90+ ^^^^^^^^^^^^^^^^^
9191
9292Before running SmartSim, the environment should match the one used to
9393build, and some variables should be set to optimize performance:
@@ -109,7 +109,7 @@ build, and some variables should be set to optimize performance:
109109 mkdir -p ${MIOPEN_USER_DB_PATH}
110110
111111 Binding DBs to Slingshot
112- ------------------------
112+ ^^^^^^^^^^^^^^^^^^^^^^^^
113113
114114Each Frontier node has *four * NICs, which also means users need to bind
115115DBs to *four * network interfaces, ``hsn0 ``, ``hsn1 ``, ``hsn2 ``,
0 commit comments