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
Commits
6ff0ebfe
Commit
6ff0ebfe
authored
3 years ago
by
John-Paul Robinson
Browse files
Options
Downloads
Patches
Plain Diff
Feat: add time parameter to submit script
New eigth parameter for run time of job request.
parent
9a409a6a
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
submit-pol-job
+2
-0
2 additions, 0 deletions
submit-pol-job
with
2 additions
and
0 deletions
submit-pol-job
+
2
−
0
View file @
6ff0ebfe
...
...
@@ -9,12 +9,14 @@ cores=$4
ram
=
$5
partition
=
$6
filesystem
=
${
7
:-
scratch
}
time
=
${
8
:-
60
}
DIR
=
$outdir
POLICYFILE
=
$policy
FILESYSTEM
=
${
filesystem
}
&&
\
DIR
=
$DIR
POLICYFILE
=
$POLICYFILE
FILESYSTEM
=
${
FILESYSTEM
}
\
sbatch
\
-N
$nodes
\
-c
$cores
\
-t
$time
\
--mem-per-cpu
=
$ram
\
-p
$partition
\
./run-mmpol.sh
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