From ecdea94ad23dda5dd553ea9b5048d18c1662ee26 Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Mon, 15 Aug 2022 16:12:54 +0200 Subject: [PATCH] Corrected spelling and lint in utilities.md. --- doc.zih.tu-dresden.de/docs/software/utilities.md | 13 ++++++------- doc.zih.tu-dresden.de/wordlist.aspell | 8 +++++++- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/utilities.md b/doc.zih.tu-dresden.de/docs/software/utilities.md index a00ca1115..780f5642d 100644 --- a/doc.zih.tu-dresden.de/docs/software/utilities.md +++ b/doc.zih.tu-dresden.de/docs/software/utilities.md @@ -124,15 +124,14 @@ marie@login3$ ssh login4 tmux ls marie_is_testing: 1 windows (created Tue Mar 29 19:06:26 2022) [105x32] ``` - ## Working with Large Archives and Compressed Files ### Parallel Gzip Decompression -There is a plethora of gzip tools but none of them can fully utilize multiple cores. -The fastest single-core decoder is igzip from the +There is a plethora of `gzip` tools but none of them can fully utilize multiple cores. +The fastest single-core decoder is `igzip` from the [Intelligent Storage Acceleration Library](https://github.com/intel/isa-l.git). -In tests, it can reach ~500 MB/s compared to ~200 MB/s for the system-default gzip. +In tests, it can reach ~500 MB/s compared to ~200 MB/s for the system-default `gzip`. If you have very large files and need to decompress them even faster, you can use [pragzip](https://github.com/mxmlnkn/pragzip). Currently, it can reach ~1.5 GB/s using a 12-core processor in the above-mentioned tests. @@ -161,8 +160,8 @@ src/tools/pragzip --help The built binary can then be used directly or copied inside a folder that is available in your `PATH` environment variable. -Pragzip is still in development, so if it crashes or if it is slower than the system gzip, -please [open an issue](https://github.com/mxmlnkn/pragzip/issues) on Github. +Pragzip is still in development, so if it crashes or if it is slower than the system `gzip`, +please [open an issue](https://github.com/mxmlnkn/pragzip/issues) on GitHub. ### Direct Archive Access Without Extraction @@ -189,7 +188,7 @@ pip install ratarmount ``` Ratarmount is still in development, so if there are problems or if it is unexpectedly slow, -please [open an issue](https://github.com/mxmlnkn/ratarmount/issues) on Github. +please [open an issue](https://github.com/mxmlnkn/ratarmount/issues) on GitHub. There also is a library interface called [ratarmountcore](https://github.com/mxmlnkn/ratarmount/tree/master/core#example) that works diff --git a/doc.zih.tu-dresden.de/wordlist.aspell b/doc.zih.tu-dresden.de/wordlist.aspell index c972cf37e..4cbcc8bcd 100644 --- a/doc.zih.tu-dresden.de/wordlist.aspell +++ b/doc.zih.tu-dresden.de/wordlist.aspell @@ -1,4 +1,4 @@ -personal_ws-1.1 en 464 +personal_ws-1.1 en 471 Abaqus ACL ACLs @@ -129,6 +129,7 @@ GPUs gres GROMACS GUIs +Gzip Hackenberg hadoop haswell @@ -306,6 +307,8 @@ png PowerAI PowerShell ppc +pragzip +Pragzip pre Pre preload @@ -323,6 +326,7 @@ Pthreads pty PuTTY pymdownx +PyPI PythonAnaconda pytorch PyTorch @@ -331,6 +335,8 @@ queue quickstart Quickstart randint +Ratarmount +ratarmountcore reachability README Rechenautomat -- GitLab