Skip to content

Fix compile error for the flash bc algorithm on ubuntu #2839

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

Merged
merged 2 commits into from
Jun 8, 2023

Conversation

lixueclaire
Copy link
Collaborator

@lixueclaire lixueclaire commented Jun 8, 2023

Committed-by: 有理 from Dev container

What do these changes do?

Some compilers were failing to match the most suitable overloaded functions when EjoinV is used in the FLASH model , causing unexpected errors. So I add an extra parameter to force the compiler to use the required overloaded function.
This change is intended to ensure that the function is correctly matched by the compiler and that the program runs correctly.

Related issue number

Fixes #2835

Committed-by: 有理 from Dev container
@lixueclaire lixueclaire requested a review from acezen June 8, 2023 07:36
Copy link
Collaborator

@acezen acezen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check on CentOS 7, it work for me.

@codecov-commenter
Copy link

Codecov Report

Merging #2839 (156af57) into main (0de3063) will decrease coverage by 7.14%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2839      +/-   ##
==========================================
- Coverage   73.91%   66.77%   -7.14%     
==========================================
  Files          99       99              
  Lines       10665    10665              
==========================================
- Hits         7883     7122     -761     
- Misses       2782     3543     +761     

see 14 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0de3063...156af57. Read the comment docs.

@sighingnow sighingnow merged commit 3c4cd9d into alibaba:main Jun 8, 2023
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

Successfully merging this pull request may close these issues.

[BUG] flash betweenness centrality compile fail on Ubuntu/CentOS
4 participants