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

Additional compilers for the tests #66

Open
grgbellasvki opened this issue Apr 22, 2019 · 6 comments
Open

Additional compilers for the tests #66

grgbellasvki opened this issue Apr 22, 2019 · 6 comments
Assignees
Labels
question Further information is requested testing Having to do with testing

Comments

@grgbellasvki
Copy link
Collaborator

@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

@grgbellasvki grgbellasvki added question Further information is requested testing Having to do with testing labels Apr 22, 2019
@jbscoggi
Copy link
Member

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.

@jbscoggi
Copy link
Member

This thread may answer the Intel compiler question...

@grgbellasvki
Copy link
Collaborator Author

For PGI, I will test the script and let you know thanks.

@grgbellasvki
Copy link
Collaborator Author

Just a quick update for discussion:
The ifort and icc compiler seems to be working fine, but I get some issues with pgcc and pg++. The compilation crashes at the MultiPhaseFlowSolver class. Is there any assembly code there, or something similar? It seems the issue comes from the assembler. pgfortran for the wrapper and gcc for the main code is also working fine.

@jbscoggi
Copy link
Member

Hey @grgbellasvki, can you provide the error reported?

@grgbellasvki
Copy link
Collaborator Author

I will provide the full compiler report, but briefly it says:
assembler pgi linux invalid character "{" in mnemonic

There is no error from the compiler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested testing Having to do with testing
Projects
None yet
Development

No branches or pull requests

2 participants