airair / graphlabapi

Automatically exported from code.google.com/p/graphlabapi
0 stars 0 forks source link

Hello World program execution error #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I am trying to run a simple Hello World program provided at below link.
http://docs.graphlab.org/using_graphlab_empty_app.html

I followed everything as is and everything works.
However, at the end when i execute my_first_app I get following error.

my_first_app: /home/nimish/graphlabapi/src/graphlab/util/mpi_tools.hpp:60: void 
graphlab::mpi_tools::init(int&, char**&): Assertion `provided == required' 
failed.
Aborted (core dumped)

Can anyone figure out what is wrong. I have copied the program as is so i 
assume something else is going wrong. I tried to execute already existing demo 
exe files in the graphlab folder but the same error.

Thanks,
Aparna

Original issue reported on code.google.com by aparna.p...@gmail.com on 2 Jun 2013 at 2:11