Versions Compared

Key

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

...

How does one make use of nodes with /scratch2 storage?
Access to this storage is by request. Please make this request via cluster-support@tufts.edu.

If you submit a job with the following request, LSF will place a job on nodes with /scratch2 partitions.
For example, to request at least 40gig of storage for a job to run in the long_public queue try:

-bash_3.2$ bsub -q long_public -R "scratch2 > 40000000" ./your_jobname

Other queues are possible as well. Note, the storage argument is in kilobytes.

...