Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maximilian Nöthe
LSTOSA
Commits
b77f53b1
Commit
b77f53b1
authored
Jan 31, 2020
by
Lab Saha
Browse files
Merge branch 'master' into 'master'
Updating See merge request contrera/lstosa!15
parents
8a0a892d
558459a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
cfg/sequencer.cfg
View file @
b77f53b1
...
...
@@ -7,7 +7,7 @@
# The %()s variables are wildcards for string substitutions
#
[ENV]
SBATCHBIN = srun
-N 1 -n 1
SBATCHBIN = srun
#SBATCHBIN =
PYTHONBIN = /usr/bin
...
...
osa/jobs/job.py
View file @
b77f53b1
...
...
@@ -547,7 +547,7 @@ def date_in_yymmdd(datestring,timestring):
# Change the day
time
=
timestring
.
split
(
':'
)
if
(
int
(
time
[
0
])
>=
17
and
int
(
time
[
0
])
<=
23
):
dd
=
str
(
int
(
date
[
2
])
+
1
)
dd
=
str
(
int
(
date
[
2
]))
else
:
dd
=
date
[
2
]
return
yy
,
mm
,
dd
Write
Preview
Supports
Markdown
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