Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
openmole
openmole
Commits
c813d25d
Commit
c813d25d
authored
Jul 18, 2019
by
Romain Reuillon
Browse files
[Core] fix: display of running jobs
parent
72e864cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
openmole/core/org.openmole.core.workflow/src/main/scala/org/openmole/core/workflow/mole/MoleExecution.scala
View file @
c813d25d
...
...
@@ -498,7 +498,7 @@ object MoleExecution extends JavaLogger {
val
runningSet
:
java.util.HashSet
[
Long
]
=
{
def
submissionEnvironments
=
moleExecution
.
environments
.
values
.
toSeq
.
collect
{
case
e
:
SubmissionEnvironment
⇒
e
}
def
localEnvironments
=
moleExecution
.
environments
.
values
.
toSeq
.
collect
{
case
e
:
LocalEnvironment
⇒
e
}
def
localEnvironments
=
moleExecution
.
environments
.
values
.
toSeq
.
collect
{
case
e
:
LocalEnvironment
⇒
e
}
++
Seq
(
moleExecution
.
defaultEnvironment
)
val
set
=
new
java
.
util
.
HashSet
[
Long
](
jobs
.
size
+
1
,
1.0f
)
...
...
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