Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
tud-zih-energy
Slurm
Commits
e5b2a370
Commit
e5b2a370
authored
3 years ago
by
Tim McMullan
Committed by
Ben Roberts
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Docs - Change styling for config parameters in hdf5_profile_user_guide
Bug 11331
parent
642146e6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/hdf5_profile_user_guide.shtml
+20
-19
20 additions, 19 deletions
doc/html/hdf5_profile_user_guide.shtml
with
20 additions
and
19 deletions
doc/html/hdf5_profile_user_guide.shtml
+
20
−
19
View file @
e5b2a370
...
@@ -75,45 +75,46 @@ configured in the
...
@@ -75,45 +75,46 @@ configured in the
<a href="acct_gather.conf.html">acct_gather.conf</a> file.</p>
<a href="acct_gather.conf.html">acct_gather.conf</a> file.</p>
</div>
</div>
<div style="margin-left: 20px;">
<div style="margin-left: 20px;">
<h4>slurm.conf parameters</h4>
<br>
<h3>slurm.conf parameters</h3>
<div style="margin-left: 20px;">
<div style="margin-left: 20px;">
This enables the HDF5 plugin:
<dl>
<p><b>AcctGatherProfileType</b> = acct_gather_profile/hdf5</p>
<dt><b>AcctGatherProfileType</b>=acct_gather_profile/hdf5</dt>
This sets the sampling frequency for data types:
<dd>Enables the HDF5 plugin.</dd>
<p><b>JobAcctGatherFrequency</b> = <seconds></p>
<dt><b>JobAcctGatherFrequency</b>=<seconds></dt>
<dd>Sets the sampling frequency for data types.</dd>
</dl>
</div>
</div>
</div>
</div>
<div style="margin-left: 20px;">
<div style="margin-left: 20px;">
<h4>acct_gather.conf parameters</h4>
<br>
<h3>acct_gather.conf parameters</h3>
<div style="margin-left: 20px;">
<div style="margin-left: 20px;">
<p>These parameters are directly used by the HDF5 Profile Plugin.</p>
<p>These parameters are directly used by the HDF5 Profile Plugin.</p>
<dl>
<dl>
<dt><b>ProfileHDF5Dir</b> = <path></dt>
<dt><b>ProfileHDF5Dir</b>=<path></dt>
<p>
<dd>This parameter is the path to the shared folder into which the
This parameter is the path to the shared folder into which the
acct_gather_profile plugin will write detailed data as an HDF5 file.
acct_gather_profile plugin will write detailed data as an HDF5 file.
The directory is assumed to be on a file system shared by the controller and
The directory is assumed to be on a file system shared by the controller and
all compute nodes. This is a required parameter.<p>
all compute nodes. This is a required parameter.</dd>
<dt><b>ProfileHDF5Default</b>=[options]</dt>
<dt><b>ProfileHDF5Default</b> = [options]</dt>
<dd>A comma delimited list of data types to be collected for each job
<p>
submission. Use this option with caution. A node-step file will be created on
A comma delimited list of data types to be collected for each job submission.
every node for every step of every job. They will not automatically be merged
Use this option with caution. A node-step file will be created on every
node for every step of every job. They will not automatically be merged
into job files. (Even job files for large numbers of small jobs would fill the
into job files. (Even job files for large numbers of small jobs would fill the
file system.) This option is intended for test environments where you
file system.) This option is intended for test environments where you
might want to profile a series of jobs but do not want to have to
might want to profile a series of jobs but do not want to have to
add the --profile option to the launch scripts.
add the --profile option to the launch scripts.
The options are described below and in the man pages for acct_gather.conf,
The options are described below and in the man pages for acct_gather.conf,
srun, salloc and sbatch commands.
srun, salloc and sbatch commands.</dd>
</dd>
</dl>
</dl>
</div>
</div>
</div>
</div>
<div style="margin-left: 20px;">
<div style="margin-left: 20px;">
<h4>Time Series Control Parameters</h4>
<br>
<h3>Time Series Control Parameters</h3>
<div style="margin-left: 20px;">
<div style="margin-left: 20px;">
<p>Other plugins add time series data to the HDF5 collection. They typically
<p>Other plugins add time series data to the HDF5 collection. They typically
have a default polling frequency specified in slurm.conf in the
have a default polling frequency specified in slurm.conf in the
...
...
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