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

Running SPARC on AMD / ARM Environment #225

Open
yasithdev opened this issue Oct 3, 2024 · 1 comment
Open

Running SPARC on AMD / ARM Environment #225

yasithdev opened this issue Oct 3, 2024 · 1 comment

Comments

@yasithdev
Copy link

Hello, I noticed that the code requires that I use MKL to run. Is there a way to run this code on non-intel architectures? (e.g., AMD, ARM)?

@YaphetS-jx
Copy link
Contributor

Yes, you can run it without MKL. In that case, you still need to have LAPACK installed on your machine, for example OpenBLAS. And in makefile, please change USE_MKL = 0 and USE_DP_SUBEIG = 1. Then you should be able to compile and run SPARC.

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

2 participants