Index

How can I leverage node-local storage on TinyGPU to increase job performance?

Each node has at least 880 GB of local SSD capacity for temporary files under $TMPDIR.

The directory $TMPDIR will be deleted automatically as soon as the user has no jobs running on the node any more.

Data to be kept can be copied to a cluster-wide volume at the end of the job.

Please also read our documentation on “File Systems“.