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

add support for am processor, and option to use arm performance library #3

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

juntangc
Copy link

@juntangc juntangc commented Aug 3, 2022

Arm based processors has been gaining popularity in HPC because its power efficiency. There are also substantial work to improve the performance like NEON and SVE technology and arm performance library (armpl).

This PR added configuration to allow the user to compile and run HPCCG on latest arm processor with auto-vectorization. Another improvement is to enable the user to use sparse matrix operations from armpl.

The recommended compilers (for arm) are gcc 10.2 or arm compiler for linux (acfl). Acfl can be obtained from https://developer.arm.com/downloads/-/arm-compiler-for-linux.

example compile commands:

gcc compiler (make COMPILER=gnu LIBRARY=none)
acfl compiler (make COMPILER=arm LIBRARY=none)
gcc compiler with armpl (make COMPILER=gnu LIBRARY=armpl)
acfl with armpl (make COMPILER=arm LIBRARY=armpl)

Please feel free to contact me for more information.

Regards,

Jun

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