Git Product home page Git Product logo

scalemine's People

Contributors

ehab-abdelhamid avatar ibrahimabdelaziz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

scalemine's Issues

MPI_Finalize() seems not work while running the example dataset.

I try to run the example dataset

mpirun -n 72 pfsm -file ./Datasets/lg/patent_citations.lg -freq 28000 -threads 4

but in the end, the output stops at

Graph loading [master] took 68 sec and 701 ms
Mining took 101 sec and 155 ms

I looked at the code, the next it should exec the following code

		cout<<"Graph loading [master] took "<<(Settings::graphLoadingTime/1000)<<" sec and "<<(Settings::graphLoadingTime%1000)<<" ms"<<endl;

		cout<<"Mining took "<<(elapsed/1000)<<" sec and "<<(elapsed%1000)<<" ms"<<endl;

		cout<<"Finished!";

		// MPI::Finalize();
		MPI_Finalize();
		delete miner;
		delete exactMiner;

I am confused as to why it stops at print Finished!.

time up for my dataset.

I am trying to run ScaleMine on my dataset, which is much smaller than the example dataset.
My dataset contains 24577 nodes and 88060 edges.
this is my command

mpirun -quiet -n 72 pfsm -file ./Datasets/lg/triad.lg -freq 2000 -threads 4 > ./Datasets/output/triad.out

but it stops after printing

Start mining approximate ...

So I am confused as to why it stops, do I need to set a higher frequency?

pfsm file seems to be missing

Below is the error encountered while running the mpirun command specified in ReadMe

[proxy:0:0@vmName] HYDU_create_process (utils/launch/launch.c:74): execvp error on file pfsm (No such file or directory)
[proxy:0:0@vmName] HYDU_create_process (utils/launch/launch.c:74): execvp error on file pfsm (No such file or directory)

Also while compiling following errors are encountered.

Settings.h:38:22: error: 'constexpr' needed for in-class initialization of static data member 'const double Settings::errorMargin' of non-integral type [-fpermissive]
  static const double errorMargin = 0;
                      ^~~~~~~~~~~

Any help regarding the same is appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.