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 build support for Intel & Nvidia compilers #2

Open
ekitahasegawa opened this issue Jul 17, 2023 · 1 comment
Open

Add build support for Intel & Nvidia compilers #2

ekitahasegawa opened this issue Jul 17, 2023 · 1 comment

Comments

@ekitahasegawa
Copy link
Contributor

Currently the Cmake setup only supports building with GCC compilers. However, currently gfortran does not support many performance-oriented features of the Fortran standard (such as parallel do concurrent loops).

There are other compilers that support these features, such as Intel and Nvidia's Fortran compilers.

The make scripts should be expanded to allow these compilers to be used.

@matteo-grella
Copy link
Member

@ekitahasegawa would you like to work on this?

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