Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SOaAS
psot.repository
Commits
7aeb1be9
Commit
7aeb1be9
authored
Aug 10, 2017
by
Lukas Jelonek
Browse files
Set /vol/sge-tmp as temporary folder
parent
6dbf885c
Changes
1
Hide whitespace changes
Inline
Side-by-side
psot/main.py
View file @
7aeb1be9
...
...
@@ -62,7 +62,7 @@ def generate_execution(config, args):
if
args
.
execution_dir
:
execution
[
'directory'
]
=
os
.
path
.
abspath
(
args
.
execution_dir
)
else
:
execution
[
'directory'
]
=
tempfile
.
mkdtemp
()
execution
[
'directory'
]
=
tempfile
.
mkdtemp
(
dir
=
'/vol/sge-tmp'
)
execution
[
'modules'
]
=
generate_execution_modules_for_profile
(
config
,
args
.
profile
)
return
execution
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment