Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ qsub -I -X -lwalltimel walltime=1:00:00,mem=180GB,ncpus=48,jobfs=1GB,storage=scratch/<project_code>+gdata/<project_code>

2)

...

When

...

the

...

job

...

starts,

...

start

...

pvserver:

Code Block
languagebash
$ module load paraview/5.8.0-mesa
$ mpirun pvserver  

The

...

pvserver

...

prints

...

a

...

connection

...

message,

...

for

...

example:

Connection URL: cs://gadi-cpu-clx-1234:11111
Accepting connection(s): gadi-cpu-clx-1234:11111

3) Create an ssh tunnel through Gadi login node running on your local computer:

Code Block
languagebash
$ ssh -L11111:gadi-cpu-clx-1234:11111 your_user_name@gadi.nci.org.au

and login as usual.

4) Run paraview on your local computer.:

Create a server called localhost:11111 and then connect to it.