Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
7931e848
Commit
7931e848
authored
2 years ago
by
Jan Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
Replaced bash with console and added prompt for pragzip and ratarmount in utilities.md.
parent
ecdea94a
No related branches found
No related tags found
2 merge requests
!652
Automated merge from preview to main
,
!649
Add sections about ratarmount and pragzip
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/utilities.md
+12
-12
12 additions, 12 deletions
doc.zih.tu-dresden.de/docs/software/utilities.md
with
12 additions
and
12 deletions
doc.zih.tu-dresden.de/docs/software/utilities.md
+
12
−
12
View file @
7931e848
...
@@ -140,21 +140,21 @@ Currently, it can reach ~1.5 GB/s using a 12-core processor in the above-mention
...
@@ -140,21 +140,21 @@ Currently, it can reach ~1.5 GB/s using a 12-core processor in the above-mention
It is recommended to install it inside a
It is recommended to install it inside a
[
Python virtual environment
](
python_virtual_environments.md
)
.
[
Python virtual environment
](
python_virtual_environments.md
)
.
```
bash
```
console
pip
install
pragzip
marie@compute$
pip
install
pragzip
```
```
It can also be installed from its C++ source code.
It can also be installed from its C++ source code.
If you prefer that over the version on PyPI, then you can build it like this:
If you prefer that over the version on PyPI, then you can build it like this:
```
bash
```
console
git clone https://github.com/mxmlnkn/pragzip.git
marie@compute$
git clone https://github.com/mxmlnkn/pragzip.git
cd
pragzip
marie@compute$
cd
pragzip
mkdir
build
marie@compute$
mkdir
build
cd
build
marie@compute$
cd
build
cmake ..
marie@compute$
cmake ..
cmake
--build
.
pragzip
marie@compute$
cmake
--build
.
pragzip
src/tools/pragzip
--help
marie@compute$
src/tools/pragzip
--help
```
```
The built binary can then be used directly or copied inside a folder that is available in your
The built binary can then be used directly or copied inside a folder that is available in your
...
@@ -183,8 +183,8 @@ Subsequent mounts instantly load that sidecar file instead of reanalyzing the ar
...
@@ -183,8 +183,8 @@ Subsequent mounts instantly load that sidecar file instead of reanalyzing the ar
[
Ratarmount
](
https://github.com/mxmlnkn/ratarmount
)
is available on PyPI and can be installed via pip.
[
Ratarmount
](
https://github.com/mxmlnkn/ratarmount
)
is available on PyPI and can be installed via pip.
It is recommended to install it inside a
[
Python virtual environment
](
python_virtual_environments.md
)
.
It is recommended to install it inside a
[
Python virtual environment
](
python_virtual_environments.md
)
.
```
bash
```
console
pip
install
ratarmount
marie@compute$
pip
install
ratarmount
```
```
Ratarmount is still in development, so if there are problems or if it is unexpectedly slow,
Ratarmount is still in development, so if there are problems or if it is unexpectedly slow,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment