Versions Compared

Key

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

...

  1. ascratch - the OLD scratch filesystem, located at the path: /net/ascratch/people/<login name>/
  2. afscra - the NEW scratch filesystem, located at the path: /net/afscra/people/<login name>/

...

  1. Ensure you don't have any running or queued jobs on the cluster.
  2. Use On the login node, use the "hpc-scratch afscra" command on the login node to switch to the new scratch space.
  3. Shut down any working processes (screen, tmux, etc.), and log out from the machine.
  4. Log on to the system, issue execute the "hpc-scratch" command, and make sure that the output says that you are using SCRATCH with a path starting with /net/afscra/

all done! You are set to use the new scratch space. From now on, the $SCRATCH environment variable points to the new location, and Slurm will create job-specific temporary directories in the new $SCRATCH space.

...