Versions Compared

Key

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

...

Cleaning up when you are finished

Once you have finished:

  • Cancel In the remote Pawsey cluster, cancel your job with scancel <job_id>.
  • Kill In you local computer terminal, kill the SSH tunnel in your local computer, based on the command displayed in the output file:

kill

...

$(

...

ps

...

x

...

|

...

grep

...

'ssh.*-L

...

*8888:nid002024:8888'

...

|

...

awk

...

'{print

...

$1}'

...

)

These external links may be useful for you in making the most of Dask:

...