Skip to content

Commit

Permalink
Update interactive-visualization-on-Phoenix.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba committed Mar 29, 2024
1 parent 6c377df commit d116c97
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Tutorials/interactive-visualization-on-Phoenix.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,21 @@ These instructions have only been verified to work with `--gres gpu:V100:2`.
- `--time` specifies the time limit for your job.
This option is optional and defaults to whatever is set on line 52 of `pace-paraview-server`.

Once you run `./pace-paraview-server <options>`, it'll take a bit to start up. In the meantime, you'll see the below message:
Once you run `./pace-paraview-server <options>`, it'll take a bit to start up.
In the meantime, you'll see the below message:

```
Submitted batch job <job #>
Waiting for ParaView server to start. This may take several minutes ...
```

When it's done initializing, you should see a dialogue with some recommended next steps numbered 1-4. Below is a slightly altered version of that dialogue:
When it's done initializing, you should see a dialogue with some recommended next steps numbered 1-4.
Below is a slightly altered version of that dialogue:


1) Create the appropriate port forwarding for your local ParaView session to connect with.
* On your local machine, run the following from a terminal where `nodeIdentifier` is the remote node running the ParaView server process (given in the output of the batch script) and `paceSystemIdentifier` is the name of the PACE system (however this is configured with your `.ssh/config`). This terminal session must not be killed for the duration of your ParaView session as it's maintaining the port forwarding.
* On your local machine, run the following from a terminal where `nodeIdentifier` is the remote node running the ParaView server process (given in the output of the batch script) and `paceSystemIdentifier` is the name of the PACE system (however this is configured with your `.ssh/config`).
* This terminal session must not be killed for the duration of your ParaView session as it maintains the port forwarding.
* `ssh -L 8722:<nodeIdentifier>:53723 <paceSystemIdentifier>`

2) Once you have `Paraview5.11.0` open on your machine, select `file -> Connect..` to open the remote connection dialogue box.
Expand Down

0 comments on commit d116c97

Please sign in to comment.