<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>/Dev/Shm :: Category :: Documentation for HPC</title><link>https://docs.hpc.gwdg.de/categories//dev/shm/index.html</link><description/><generator>Hugo</generator><language>en</language><atom:link href="https://docs.hpc.gwdg.de/categories//dev/shm/index.xml" rel="self" type="application/rss+xml"/><item><title>Temporary Storage</title><link>https://docs.hpc.gwdg.de/how_to_use/storage_systems/temporary_storage/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.hpc.gwdg.de/how_to_use/storage_systems/temporary_storage/index.html</guid><description>These can be used to reduce the IO load on slower data stores and therefore improve job performance and reduce the impact on other users. A common workflow is
Copy files that must be read multiple times, particularly in random order, into the temporary storage. Do computations, keeping the most intense operations in the temporary storage (e.g. output files that have to be written over many times or in a random order). Copy the output files that need to be kept from the temporary storage to some data store. In this workflow, the temporary storage is used as a staging area for the high intensity IO operations while the other storage locations get low intensity ones (e.g. reading a file beginning to end once in large chunks).</description></item></channel></rss>