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
This interferes with building on systems that use different compilers. The solution is probably to have comparable set calls within the Intel and PGI branches of the if-block that set the compilers to icc / ifort and pgcc / pgfortran respectively.
The text was updated successfully, but these errors were encountered:
Currently the C and fortran compilers are hardcoded to be
gcc
andgfortran
:call_py_fort/CMakeLists.txt
Lines 8 to 9 in 04ed791
This interferes with building on systems that use different compilers. The solution is probably to have comparable
set
calls within the Intel and PGI branches of the if-block that set the compilers toicc
/ifort
andpgcc
/pgfortran
respectively.The text was updated successfully, but these errors were encountered: