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
7 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
c155f8a8
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
c155f8a8
remove env var declaration and craft run-mmpol command instead
· c155f8a8
Matthew K Defenderfer
authored
8 months ago
src/run-policy/submit-pol-job
+
3
−
3
Options
@@ -110,8 +110,8 @@ fi
slurm_out
=
"out/pol-%A-
$(
basename
${
policy
}
)
-
$(
basename
${
device
}
)
.out"
mkdir
-p
out
DIR
=
$outdir
POLICYFILE
=
$policy
FILESYSTEM
=
${
device
}
OUTFILE
=
${
outfile
}
&&
\
DIR
=
$DIR
POLICYFILE
=
$POLICYFILE
FILESYSTEM
=
${
FILESYSTEM
}
OUTFILE
=
${
OUTFILE
}
\
run_mmpol_cmd
=
"./run-mmpol.sh -o
${
outdir
}
-f
${
outfile
}
-P
${
policy
}
${
device
}
"
sbatch
\
-N
$nodes
\
-c
$cores
\
@@ -119,4 +119,4 @@ sbatch \
--mem-per-cpu
=
$mem_per_cpu
\
-p
$partition
\
-o
${
slurm_out
}
\
./
run
-
mmpol
.sh
"
${
run
_
mmpol
_cmd
}
Loading