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

Compiler documentation #72

Open
millerta opened this issue Aug 30, 2024 · 1 comment
Open

Compiler documentation #72

millerta opened this issue Aug 30, 2024 · 1 comment
Assignees

Comments

@millerta
Copy link
Collaborator

On the develop.md page, add a description of what compilers were used successfully to build FEHM.
Talk to George, Phil, and Xiang for their Windows builds, Erica knows which were used for V3.6 on linux, mac, and windows.

See also this email between George and Phil:

I got it running on my laptop even with the odd messages. My dispersion test problem for VEDAT runs great. 

Looks like Visual Studio can interface with GIT.  
From: george zyvoloski 
Sent: Thursday, August 29, 2024 7:27 AM
To: Stauffer, Philip H 
Subject: [EXTERNAL] Re: Any thoughts on this?
 
Hi Phil. My Intel compiler is a 2013 model with updates. It is stand-alone. Basically I don't know enough to comment. G

On Thu, Aug 29, 2024, 9:07 AM Stauffer, Philip H <[[email protected]](mailto:[email protected])> wrote:

    Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations.
    Feb 28, 2024
@ehinrichs
Copy link
Collaborator

This error shows up on Visual Studio when using a fortran compiler that doesn't support LLVM. To fix it,

Make sure you have "Release" and "x64" listed on the toolbar.
Go to "View" --> "Solution Explorer" --> "Properties (The little wrench icon)"
For "Use Compiler" select "inherit from project default" from the dropdown.

This should show "IFX" next to the FEHM name in the Solution Explorer menu. You are now set to build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants