...
- 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}'
...
)
External Links
These external links may be useful for you in making the most of Dask:
...