Danny Bickson
Danny Bickson
I was not able to instal azure with the following error (ubuntu 20.04, python3.8) ``` Downloading azure-5.0.0.zip (4.6 kB) ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c...
Hi @parasj since I am not using Azure anyway I suggest to do a delayed import only when someone asks for Azure config. (The error appeared before init is asking...
Hi Kailash, We would love code contributions! I looked at the code and it is not so clear 1) can you have the same syntax as sssp.cpp so we could...
Does it capture all the shortest path from the same length, or does it capture various paths from different length? http://www.graphlab.com Danny Bickson Co-Founder US phone: 206-691-8266 Israeli phone: 073-7312889...
Nice image! But did you say that the program also compute multiple short paths from the same length? http://www.graphlab.com Danny Bickson Co-Founder US phone: 206-691-8266 Israeli phone: 073-7312889 https://twitter.com/graphlabteam http://www.linkedin.com/company/graphlab...
In that case, please prepare a file named sssp_mult_path.cpp to be under toolkits/graph_analytics/ and please verify that it is easy to diff (in terms of spaces and alignment) so people...
Hi, I did not find the pull request, I see just the old one. Can you try again? http://www.graphlab.com Danny Bickson Co-Founder US phone: 206-691-8266 Israeli phone: 073-7312889 https://twitter.com/graphlabteam http://www.linkedin.com/company/graphlab...
Additional information: When printing out the error using perror I am getting "No such file or directory". When I comment the printlock.lock()/unlock() lines, everything works fine
Hi August, Can you please send a pull request? I will merge in ASAP thanks!!
I just merged your code - thanks again! My suggestion is to diff Daniel's github and ours, it may be that he have added some fixes which are not incorporated...