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

Return codes #4

Open
mcmillan03 opened this issue Apr 1, 2020 · 2 comments
Open

Return codes #4

mcmillan03 opened this issue Apr 1, 2020 · 2 comments

Comments

@mcmillan03
Copy link
Member

Do we use GrB_Info or have LAGr_Info that contains (possibly) a GrB_Info and a much richer set of information.

Is there an LAGr_error() that does analogous tasks to GrB_error() or something completely different.

@ScottKolo
Copy link
Contributor

Given the discussion in #6, if we go with LAGr_Matrix, we should probably go with LAGr_Info.

As you've pointed out, we can include algorithm-specific error messages and other LAGraph-specific functionality. I think this would be particularly useful given that the LAGr_Matrix being discussed is not opaque, and so we may need to notify the user of a lot more possible errors (e.g. "Hey, you told me this matrix was symmetric and it's not!").

@tgmattso
Copy link
Collaborator

tgmattso commented Apr 10, 2020 via email

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

3 participants