Discussion Overview
The discussion revolves around compiling a climate modeling program in a Unix environment, specifically addressing issues related to the use of a Makefile and the absence of a Fortran compiler. The scope includes practical troubleshooting and technical guidance for users unfamiliar with Unix.
Discussion Character
- Exploratory, Technical explanation, Homework-related
Main Points Raised
- One participant expresses difficulty in compiling a climate modeling program due to lack of experience with Unix and seeks assistance.
- Another participant identifies that the error message indicates the absence of the 'f90' Fortran compiler and questions whether it is installed on the user's system.
- The original poster confirms they do not have 'f90' installed and mentions using Putty for remote access to a university system.
- A subsequent reply suggests that while the university system may have a Fortran 90 compiler, it might not be named "f90" and advises seeking local expert assistance for setup rather than relying solely on forum guidance.
Areas of Agreement / Disagreement
Participants generally agree on the need for a Fortran compiler to compile the program, but there is uncertainty regarding the specific naming conventions of compilers on the university system and the best approach to resolve the issue.
Contextual Notes
Limitations include the lack of information about the specific configuration of the university system and the potential variations in compiler names. The discussion does not resolve the user's issue with compiling the program.
Who May Find This Useful
This discussion may be useful for individuals new to Unix who are attempting to compile programs, particularly those involving Fortran, and who may encounter similar issues with compiler installations and configurations.