You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: