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

GraphBLAS: Check if C standard function "system" can be used #836

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

mmuetzel
Copy link
Contributor

Support for the CPU JIT compiler requires that a compiler can be executed on the host using the system function.

Disable the JIT compiler if the system function cannot be used on the target system.

See also the discussion in #835.

@mmuetzel
Copy link
Contributor Author

Wait a second. Not quite right yet.

@mmuetzel mmuetzel marked this pull request as draft June 11, 2024 15:45
Support for the CPU JIT compiler requires that a compiler can be executed
on the host using the `system` function.

Disable the JIT compiler if the `system` function cannot be used on the
target system.
@mmuetzel
Copy link
Contributor Author

There was an error in the syntax for overriding a cache variable.
Should be fine now.

@mmuetzel mmuetzel marked this pull request as ready for review June 11, 2024 15:48
@DrTimothyAldenDavis DrTimothyAldenDavis merged commit f78bbee into DrTimothyAldenDavis:dev2 Jun 11, 2024
27 checks passed
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.

3 participants