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
336e898e
Commit
336e898e
authored
11 years ago
by
Dave Henseler
Committed by
Morris Jette
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update TotalView configuration file in FAQ
parent
c74e81a5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/html/faq.shtml
+19
-1
19 additions, 1 deletion
doc/html/faq.shtml
doc/html/team.shtml
+1
-0
1 addition, 0 deletions
doc/html/team.shtml
with
20 additions
and
1 deletion
doc/html/faq.shtml
+
19
−
1
View file @
336e898e
...
...
@@ -1611,6 +1611,24 @@ SLURM?</b></a></br>
<p>The following lines should also be added to the global <i>.tvdrc</i> file
for TotalView to operate with SLURM:
<pre>
# Enable debug server bulk launch: Checked
dset -set_as_default TV::bulk_launch_enabled true
# Command:
# Beginning with TV 7X.1, TV supports SLURM and %J.
# Specify --mem-per-cpu=0 in case Slurm configured with default memory
# value and we want TotalView to share the job's memory limit without
# consuming any of the job's memory so as to block other job steps.
dset -set_as_default TV::bulk_launch_string {srun --mem-per-cpu=0 -N%N -n%N -w`awk -F. 'BEGIN {ORS=","} {if (NR==%N) ORS=""; print $1}' %t1` -l --input=none %B/tvdsvr%K -callback_host %H -callback_ports %L -set_pws %P -verbosity %V -working_directory %D %F}
# Temp File 1 Prototype:
# Host Lines:
# SLURM NodeNames need to be unadorned hostnames. In case %R returns
# fully qualified hostnames, list the hostnames in %t1 here, and use
# awk in the launch string above to strip away domain name suffixes.
dset -set_as_default TV::bulk_launch_tmpfile1_host_lines {%R}
</pre></p>
<!-- OLD FORMAT
dset TV::parallel_configs {
name: SLURM;
description: SLURM;
...
...
@@ -1621,7 +1639,7 @@ dset TV::parallel_configs {
env: ;
force_env: false;
}
</pre></p
>
!--
>
<p><a name="git_patch"><b>44. How can a patch file be generated from a SLURM
commit in github?</b></a></br>
...
...
This diff is collapsed.
Click to expand it.
doc/html/team.shtml
+
1
−
0
View file @
336e898e
...
...
@@ -79,6 +79,7 @@ Lead Slurm developers are:
<li>Chris Harwell (D. E. Shaw Research)</li>
<li>Takao Hatazaki (HP)</li>
<li>Matthieu Hautreux (CEA, France)</li>
<li>Dave Henseler (Cray)</li>
<li>Chris Holmes (HP)</li>
<li>David Höppner</li>
<li>Nathan Huff (North Dakota State University)</li>
...
...
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