Installing Required Software (for Linux as root)
-
Intel Fortran Compiler 8.0 or 10 (recommended) or g95
- If you do choose to use g95:
- untar the file with “tar -zxvf g95-x86-linux.tgz”
- become root (type su)
- create a dynamic link to g95 like this:
-
ln -s <full path to g95-install>/bin/i686-pc-linux-gnu-g95 /bin/g95
-
- If you do choose to use g95:
-
If you don’t already have them, you will also need to download and install GCC, the C Standard Libraries, and the GNU make utility.
Installing Required Software (not as root)
-
See the section “Linux (with Fortran binary compilation)” here
Additional Installation Requirements for Linux cluster
- Intel mpich