"...composable_kernel.git" did not exist on "3cc7ac0ac06acfa82c31a0cd6e189c63f98ad937"
Commit b5d70328 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

troubleshooting.rst: pass over existing content

parent 3a95a1b6
...@@ -22,11 +22,14 @@ ...@@ -22,11 +22,14 @@
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
################################### ###################################
Troubleshooting Troubleshooting / FAQ
################################### ###################################
This is a collection of common troubleshooting tips and answers to frequently
asked questions.
************************************ ************************************
Is my Simulation Stuck or just Slow? Is My Simulation Stuck or Just Slow?
************************************ ************************************
It is possible to check the current timestamp of individual component It is possible to check the current timestamp of individual component
...@@ -36,10 +39,10 @@ current timestamp, send a USR1 signal, for example, by invoking ``kill -s USR1 ...@@ -36,10 +39,10 @@ current timestamp, send a USR1 signal, for example, by invoking ``kill -s USR1
<insert_pid_of_simulator>``. <insert_pid_of_simulator>``.
When the orchestration framework is running in verbose mode (see When the orchestration framework is running in verbose mode (see
:ref:`sec-command-line`), the current timestamp is visible in the terminal where :ref:`sec-command-line`), the current timestamp is visible in the terminal in
you invoked the SimBricks orchestration framework to execute your experiment. which you invoked ``experiments/run.py``. Otherwise, you can interrupt/stop the
Otherwise, you can interrupt the execution via CTRL+C to produce the output JSON execution via Ctrl+C to produce the output JSON for the experiment. All
for the experiment. All component simulator's output is logged there. component simulator's output is logged there.
************************************ ************************************
Understanding Simulation Performance Understanding Simulation Performance
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment