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
27a5ee06
Commit
27a5ee06
authored
8 years ago
by
Alejandro Sanchez
Committed by
Danny Auble
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Continuation of commit
03d100b0
parent
d05681dc
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
testsuite/expect/test17.64
+8
-8
8 additions, 8 deletions
testsuite/expect/test17.64
with
8 additions
and
8 deletions
testsuite/expect/test17.64
+
8
−
8
View file @
27a5ee06
...
@@ -126,10 +126,10 @@ send_user "\n---Checking sbatch uses mcs-label only for some jobs (ondemand mode
...
@@ -126,10 +126,10 @@ send_user "\n---Checking sbatch uses mcs-label only for some jobs (ondemand mode
#
#
# Change the slurm.conf MCSparameters and MCSPlugin
# Change the slurm.conf MCSparameters and MCSPlugin
#
#
exec $bin_sed -i /
MCSPlugin/
d $config_path/slurm.conf
exec $bin_sed -i /
^\[\t\s\]*MCSPlugin\[\t\s\]*=/I
d $config_path/slurm.conf
exec $bin_sed -i /MCSParameters
/
d $config_path/slurm.conf
exec $bin_sed -i /
^\[\t\s\]*
MCSParameters
\[\t\s\]*=/I
d $config_path/slurm.conf
exec $bin_sed -i /PrivateData
/
d $config_path/slurm.conf
exec $bin_sed -i /
^\[\t\s\]*
PrivateData
\[\t\s\]*=/I
d $config_path/slurm.conf
exec $bin_echo MCSPlugin=mcs/account >> $config_path/slurm.conf
exec $bin_echo
-e "\n
MCSPlugin=mcs/account
"
>> $config_path/slurm.conf
exec $bin_echo MCSParameters=ondemand,select,privatedata >> $config_path/slurm.conf
exec $bin_echo MCSParameters=ondemand,select,privatedata >> $config_path/slurm.conf
exec $bin_echo PrivateData=jobs,nodes >> $config_path/slurm.conf
exec $bin_echo PrivateData=jobs,nodes >> $config_path/slurm.conf
update_conf
update_conf
...
@@ -358,10 +358,10 @@ cancel_job $job_id
...
@@ -358,10 +358,10 @@ cancel_job $job_id
# test with enforced
# test with enforced
#
#
send_user "\n---Checking sbatch uses mcs-label with all jobs (enforced mode)---\n"
send_user "\n---Checking sbatch uses mcs-label with all jobs (enforced mode)---\n"
exec $bin_sed -i /
MCSPlugin/
d $config_path/slurm.conf
exec $bin_sed -i /
^\[\t\s\]*MCSPlugin\[\t\s\]*=/I
d $config_path/slurm.conf
exec $bin_sed -i /MCSParameters
/
d $config_path/slurm.conf
exec $bin_sed -i /
^\[\t\s\]*
MCSParameters
\[\t\s\]*=/I
d $config_path/slurm.conf
exec $bin_sed -i /PrivateData
/
d $config_path/slurm.conf
exec $bin_sed -i /
^\[\t\s\]*
PrivateData
\[\t\s\]*=/I
d $config_path/slurm.conf
exec $bin_echo MCSPlugin=mcs/account >> $config_path/slurm.conf
exec $bin_echo
-e "\n
MCSPlugin=mcs/account
"
>> $config_path/slurm.conf
exec $bin_echo MCSParameters=enforced,noselect,privatedata >> $config_path/slurm.conf
exec $bin_echo MCSParameters=enforced,noselect,privatedata >> $config_path/slurm.conf
exec $bin_echo PrivateData=jobs,nodes >> $config_path/slurm.conf
exec $bin_echo PrivateData=jobs,nodes >> $config_path/slurm.conf
update_conf
update_conf
...
...
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