Skip to content

Instantly share code, notes, and snippets.

@bsubei
Created July 8, 2015 16:29
Show Gist options
  • Save bsubei/27cf3eca6be122b73173 to your computer and use it in GitHub Desktop.
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
$ 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.
--------------------------------------------------------------------------
@jvalenciag
Copy link

Any solution approach to this problem???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment