-
Notifications
You must be signed in to change notification settings - Fork 60
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
Additional compilers for the tests #66
Comments
Hey @grgbellasvki, indeed this would be nice to include in the testing. I don't think it will be possible with ifort, just because of the way the intel licensing works, but we should check on that. As for PGI, I found this nice project which you should take a look at. If you think that will work, then we can proceed with trying to set that up. |
This thread may answer the Intel compiler question... |
For PGI, I will test the script and let you know thanks. |
Just a quick update for discussion: |
Hey @grgbellasvki, can you provide the error reported? |
I will provide the full compiler report, but briefly it says: There is no error from the compiler. |
@jbscoggi Is there a way to include for the compilation tests two additional compilers for the fortran wrapper? They are very important for the coupling of the code with additional CFD solvers.
The two new compilers are:
pgi: https://www.pgroup.com/index.htm
ifort: https://software.intel.com/en-us/compilers
The text was updated successfully, but these errors were encountered: