Versions Compared

Key

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

...

  • In the remote Pawsey cluster, cancel your job with scancel <job_id>.
  • In you local computer terminal, kill the SSH tunnel, 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:

...