Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gpfs-policy
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
gpfs-policy
Merge requests
!22
Update main to rel_v0.1.1-1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update main to rel_v0.1.1-1
rel_v0.1.1-1
into
main
Overview
0
Commits
18
Pipelines
0
Changes
3
Merged
Matthew K Defenderfer
requested to merge
rel_v0.1.1-1
into
main
6 months ago
Overview
0
Commits
18
Pipelines
0
Changes
1
Expand
Update main to current release. See
!19 (merged)
for more details
👍
0
👎
0
Merge request reports
Viewing commit
303f3bc9
Prev
Next
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
303f3bc9
replace backticks and set quotes for strings
· 303f3bc9
Matthew K Defenderfer
authored
8 months ago
src/run-policy/run-mmpol.sh
+
3
−
3
Options
@@ -96,10 +96,10 @@ if [[ -z "${output_log_prefix}" ]]; then
fi
# create temporary working directory for list aggregation
tmpglobal
=
${
outdir
}
/slurm-tmp-
${
SLURM_JOBID
}
tmpscratch
=
${
outdir
}
/slurm-tmp-
${
SLURM_JOBID
}
tmpglobal
=
"
${
outdir
}
/slurm-tmp-
${
SLURM_JOBID
}
"
tmpscratch
=
"
${
outdir
}
/slurm-tmp-
${
SLURM_JOBID
}
"
nodes
=
`
scontrol show hostnames
"
${
SLURM_JOB_NODELIST
}
"
|
tr
'\n'
','
|
sed
-e
's/,$//'
`
nodes
=
$(
scontrol show hostnames
"
${
SLURM_JOB_NODELIST
}
"
|
tr
'\n'
','
|
sed
-e
's/,$//'
)
cores
=
"
${
SLURM_CPUS_PER_TASK
}
"
DATESTR
=
$(
date
+
'%Y%m%dT%H%M%S'
)
Loading