Versions Compared

Key

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

...

Suppose I want to copy data via scp form from my bash script that is running on a compute node to the /scratch/utln storage area of the login node from a process that is running on a compute node. How do I reference it? Note, your utln username is needed.
scp filename h01.uit.tufts.edu:/scratch/utln

...