|
- Timestamp:
-
Dec 13, 2009, 11:09:08 AM (15 years ago)
- Author:
-
jweil
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v30
|
v31
|
|
7 | 7 | * [http://www.intel.com/cd/software/products/asmo-na/eng/compilers/ Intel Fortran Compiler] (version 10 or higher, 9.1 does not support ISO_C_BINDING) |
8 | 8 | * [http://gcc.gnu.org GCC/gfortran] (version 4.3 or higher) |
9 | | * [http://g95.sourceforge.net g95] |
| 9 | * [http://www.g95.org/ g95] |
10 | 10 | * [http://developers.sun.com/sunstudio/ Sun Studio Fortran Compiler sunf95] (Sun Studio 12 works fine, but 12.1 fails to compile Amplitudes.f90) |
11 | 11 | * [http://www.pgroup.com/ Portland pgf95] (version 9.0 or higher) |
… |
… |
|
15 | 15 | * [http://developer.amd.com/cpu/open64/ Open64] v4.2.2.2 is not supported due to missing Fortran 2003 features (ISO_C_BINDING) |
16 | 16 | * [http://www.pathscale.com/ PathScale] v3.2 dies with a segmentation fault on determineSource.f90 |
17 | | * [http://www.nag.com/ NAG] v5.2.706 currently fails to compile Pythia and Jetset |
| 17 | * [http://www.nag.com/ NAG] v5.2.711 currently fails to compile Pythia and Jetset |
18 | 18 | * The Build process is steared via GNU make.[[BR]] |
19 | 19 | * Automated Makefile dependencies are generated via one of the following methods: |
|