Created
July 8, 2015 16:29
-
-
Save bsubei/27cf3eca6be122b73173 to your computer and use it in GitHub Desktop.
I get this error when I try to run turbine 0.7.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ stc hello.swift | |
$ turbine -n 2 hello.tic | |
Too many workers allocated to executor types: {}. | |
Have 0 total workers, allocated | |
0 already, need at least one to serve as regular worker | |
while executing | |
"error "Too many workers allocated to executor types: {$n_workers_by_type}.\n Have $n_workers total workers, allocated | |
$workers_run..." | |
(procedure "rank_allocation" line 35) | |
invoked from within | |
"rank_allocation [ adlb::size ] " | |
(procedure "turbine::init" line 17) | |
invoked from within | |
"turbine::init $servers "Swift"" | |
(file "hello.tic" line 87)Too many workers allocated to executor types: {}. | |
Have 0 total workers, allocated | |
0 already, need at least one to serve as regular worker | |
while executing | |
"error "Too many workers allocated to executor types: {$n_workers_by_type}.\n Have $n_workers total workers, allocated | |
$workers_run..." | |
(procedure "rank_allocation" line 35) | |
invoked from within | |
"rank_allocation [ adlb::size ] " | |
(procedure "turbine::init" line 17) | |
invoked from within | |
"turbine::init $servers "Swift"" | |
(file "hello.tic" line 87) | |
-------------------------------------------------------------------------- | |
mpiexec noticed that the job aborted, but has no info as to the process | |
that caused that situation. | |
-------------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any solution approach to this problem???