Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation errors when building SPS-Variants/APS-AllInOne #1

Open
wolfram77 opened this issue Oct 30, 2023 · 1 comment
Open

Compilation errors when building SPS-Variants/APS-AllInOne #1

wolfram77 opened this issue Oct 30, 2023 · 1 comment

Comments

@wolfram77
Copy link

Hello @CheYulin

I am PhD student working of design of efficient dynamic graph algorithms - currently trying to find optimizations for the SimRank algorithm. While trying to compile the SPS-Variants/APS-AllInOne i got the following errors:

  • ld failed to find libtcmalloc
  • unordered_set is not a member of std
  • unordered_map is not a member of std

I have fixed the first issue by installing libtcmalloc with yum install gperftools gperftools-devel, and the other two issues by including the headers for unordered_set and unordered_map in my fork of this repo.

@wolfram77
Copy link
Author

I also wanted to know the procedure of testing the algorithms. Do i use the python_experiments/ directory? Where do the graph datasets need to be stored? And what format do you use? Matrix Market?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant