PowerGraph icon indicating copy to clipboard operation
PowerGraph copied to clipboard

can't run in machines which have more than 64 cores

Open RomanCX opened this issue 11 years ago • 4 comments

The program written with graphlab apis can't run in machines which have more than 64 cores. The error message is : ERROR: fiber_control.cpp(launch:226): Check failed: affinity.popcount() > 0 [0 > 0]

In fiber_control.hpp, I find a definition "typedef fixed_dense_bitset<64> affinity_type". I guess this error is result from this fixed length. Maybe you can change 64 to a larger number or make some other modifications.

RomanCX avatar Sep 23 '13 03:09 RomanCX

I have the same issue. I'm trying to run on an 80 core machine. Is there a fix for this?

bitfort avatar Nov 09 '13 19:11 bitfort

Same issue, on a 80 core machine. Any suggestions? I don't mind working on graphlab's code a bit to fix this, given a bit of direction.

pconstr avatar Sep 07 '14 20:09 pconstr

Same issue on macine with 120 cores.

maksim77 avatar Dec 01 '16 08:12 maksim77

Same issue on machine with 64 physical cores (each 4-way threaded). Any suggestions ?

aliardaeker avatar Jun 20 '19 20:06 aliardaeker