Skip to content
Snippets Groups Projects
Commit a24ac06c authored by Radovan Pasek's avatar Radovan Pasek
Browse files

Edit project-storage.md

parent 408c06e9
No related branches found
No related tags found
No related merge requests found
Pipeline #43743 failed
......@@ -128,17 +128,11 @@ drwxrws---. 16 vop999 open-XX-XX 4096 led 20 16:36 2021-03-07-021446
## Computing on PROJECT
!!!important "I/O Intensive Jobs"
Stage files for intensive I/O calculations onto the SCRATCH storage.
!!!important "I/O Jobs"
Stage files for I/O calculations onto the SCRATCH storage.
The PROJECT storage is not primarily intended for computing and it is strongly recommended to avoid using it directly for computing in majority of cases.
On the other hand, the PROJECT storage is accessible from compute nodes and can be used for computing jobs with low I/O demands,
when copying data to other storage for computing is not feasible or efficient.
However, be aware of overloading the storage, as this will result in degraded performance for other users of the PROJECT storage or its unavailability.
For maximum performance, you should always copy the files of I/O intensive jobs onto the SCRATCH storage.
The files should be copied to SCRATCH from Login nodes before submitting the job.
PROJECT storage is not designed for computational tasks and must not be used directly for such purposes.
Please ensure that all files are copied to SCRATCH from the login nodes before submitting your job.
<! --- See also: data storage policy on filesystems (link?) -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment