forked from RRZE-HPC/likwid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package internal documentation and man pages
- Loading branch information
1 parent
6dbd01c
commit 8b0d8ff
Showing
74 changed files
with
2,482 additions
and
1,296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
\page likwid-bridge likwid-bridge | ||
|
||
<H1>Information</H1> | ||
<CODE>likwid-bridge</CODE> is proxy for using LIKWID inside of containers. For | ||
LIKWID installations inside containers with <CODE>ACCESSMODE=accessdaemon</CODE>, | ||
the access daemon within the containers run with user-priviledges (despite | ||
being owned by root inside the container). In order to provide also measurement | ||
functionality inside containers, the <CODE>likwid-bridge</CODE> starts a | ||
daemon outside of the container and forwards all requests of LIKWID inside the | ||
container to this outside daemon. | ||
|
||
<H1>Usage</H1> | ||
|
||
<P>In order to use LIKWID inside the container, you have to wrap the container | ||
startup with <CODE>likwid-bridge</CODE>:</P> | ||
|
||
Apptainer/Singularity: | ||
|
||
|
||
<UL> | ||
<LI>Apptainer/Singularity:<BR> | ||
<CODE>likwid-bridge apptainer run <image></CODE> | ||
</LI> | ||
<LI>Docker<BR> | ||
<CODE>likwid-bridge docker run <image></CODE> | ||
</LI> | ||
</UL> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.