Discussion Overview
The discussion revolves around the possibility of compiling Linux FORTRAN code using a Windows compiler, focusing on the portability of FORTRAN code and the tools available for compilation on Windows.
Discussion Character
- Exploratory
- Technical explanation
Main Points Raised
- One participant inquires whether a Linux FORTRAN code that is described as 'portable' can be compiled on a Windows compiler.
- Another participant suggests that FORTRAN is generally portable, noting that system-level dependencies are minimal, and mentions that compiler-specific extensions are the main portability concern.
- A participant expresses interest in the ease of setting up FORTRAN on Windows and references GCC as a good compiler option.
- It is mentioned that the MinGW compiler, which is a version of GCC for Windows, includes g77 and functions similarly to compiling FORTRAN in a Linux environment.
Areas of Agreement / Disagreement
Participants appear to agree on the general portability of FORTRAN code and the suitability of using GCC on Windows, but there is no explicit consensus on the ease of setup or specific compiler recommendations.
Contextual Notes
There may be assumptions regarding the definitions of 'portable' and the specific features of the FORTRAN code in question, as well as the varying experiences with different compilers on Windows.
Who May Find This Useful
Individuals interested in compiling FORTRAN code across different operating systems, particularly those transitioning from Linux to Windows environments.