Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linuxbin
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Pour rappel, le service sera inaccessible ce lundi 05/05/25 midi pour raison de mise à jour.
Show more breadcrumbs
Aerospace and Mechanical Engineering
linuxbin
Commits
4ad37490
Commit
4ad37490
authored
7 years ago
by
Luc Papeleux
Browse files
Options
Downloads
Patches
Plain Diff
suppression de la commande nice en slurm
parent
4d44c361
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
launch.py
+1
-1
1 addition, 1 deletion
launch.py
with
1 addition
and
1 deletion
launch.py
+
1
−
1
View file @
4ad37490
...
...
@@ -357,7 +357,7 @@ class LaunchJob(ParametricJob):
self
.
pars
[
'
LOCALDISK
'
].
val
==
True
):
pin
.
write
(
'
battery.setWDRoot(
"
%s
"
)
\n
'
%
self
.
getLocalDiskDir
(
self
.
jobId
))
if
self
.
pars
[
'
RUNMETHOD
'
].
val
!=
'
sge
'
:
if
self
.
pars
[
'
RUNMETHOD
'
].
val
!=
'
sge
'
and
self
.
pars
[
'
RUNMETHOD
'
].
val
!=
'
slurm
'
:
if
self
.
pars
[
'
AFFINITY
'
].
val
!=
''
:
pin
.
write
(
'
battery.setAffinity(
"
%s
"
)
\n
'
%
self
.
pars
[
'
AFFINITY
'
].
val
)
if
self
.
pars
[
'
NICE_VALUE
'
].
val
!=
'
0
'
:
...
...
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