|
- Timestamp:
-
Jan 11, 2016, 9:18:03 AM (9 years ago)
- Author:
-
jweil
- Comment:
-
g95 is deprecated
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v12
|
v13
|
|
8 | 8 | == Choosing a Compiler == |
9 | 9 | |
10 | | By default the Makefile uses the first supported compiler which is found on your system (ifort, gfortran, g95, sunf95 or pgf95 - in this order). But you can also tell the Makefile which compiler to use, by doing e.g.: |
| 10 | By default the Makefile uses the first supported compiler which is found on your system (ifort, gfortran, sunf95 or pgf95 - in this order). But you can also tell the Makefile which compiler to use, by doing e.g.: |
11 | 11 | |
12 | 12 | {{{ |
… |
… |
|
17 | 17 | |
18 | 18 | {{{ |
19 | | make FORT=/opt/g95-install/bin/g95 |
| 19 | make FORT=~/SolarisStudio12.4-linux-x86-bin/solarisstudio12.4/bin/sunf95 |
20 | 20 | }}} |
21 | 21 | |
|