- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

Filesystem Policy: Difference between revisions

From HLRS Platforms
Jump to navigationJump to search
No edit summary
No edit summary
Line 16: Line 16:
this is a fast ''node local'' disk space. Please make sure that
this is a fast ''node local'' disk space. Please make sure that
you clean that directory at job end!
you clean that directory at job end!
To copy large files on SX use ''cp -b 32768'': this speeds up the copy by a factor
of 5 vs. the default (''cp -b 1024''), a buffer > 32768 will not work!

Revision as of 10:05, 18 December 2008

There is no backup of date. Most important first.

Home filesystem has quotas active, temporary diskspace can be requested through workspace mechanism.

For home and workspace filesystems, best performance is achieved with large I/O in blocks > 4MB. All filestytems can be accessed from SXes and frontends under same path.

Avoid formated I/O on SX, try to do large block, unformated I/O.

You can use the variables F_SETBUF and C_SETBUF to set buffer size of standard buffered I/O.

For fast local I/O, you can create a directory in /raid/tmp, this is a fast node local disk space. Please make sure that you clean that directory at job end!

To copy large files on SX use cp -b 32768: this speeds up the copy by a factor of 5 vs. the default (cp -b 1024), a buffer > 32768 will not work!