gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 85 and Version 86 of tools


Ignore:
Timestamp:
Jul 5, 2016, 10:08:08 PM (8 years ago)
Author:
gallmei
Comment:

Restructuring and extending list of used libraries

Legend:

Unmodified
Added
Removed
Modified
  • tools

    v85 v86  
    44=== Prerequisites for Compiling and Running GiBUU ===
    55
    6  * GiBUU supports the following operating systems:
     6 * Supported operating systems:
    77        * Linux (primary platform, used by most developers)
    88        * Windows (via Cygwin), cf. [wiki:windows GiBUU on Windows]
    99        * Mac OS X, cf. [wiki:mac GiBUU on Mac]
    1010        * other Unix-like systems may also work, but are untested
    11  * GiBUU can be built with one of the following compilers:
     11
     12 * Supported compilers:
    1213        * [https://software.intel.com/en-us/fortran-compilers Intel Fortran Compiler] (version 12+)
    1314        * [http://gcc.gnu.org GCC/gfortran] (version 4.6+)
    1415        * [http://www.oracle.com/technetwork/server-storage/solarisstudio sunf95] (Oracle Solaris Studio 12.4+)
    1516        * [http://www.pgroup.com/ PGI] (version 15.10)
    16  * Unsupported Compilers:
     17 * Unsupported compilers:
    1718        * [http://www.g95.org/ g95] 0.93 fails to compile !EventOutputFile.f90 (missing support for type-bound procedures)
    1819        * [http://www.pathscale.com/ekopath-compiler-suite PathScale] EKOPath 5 fails to compile !EventOutputFile.f90 (missing support for abstract types)
     
    2122        * [http://www.nag.co.uk/nagware/np.asp NAG] v5.3.854 currently fails to compile Pythia and Jetset (with double precision)
    2223        * [http://www.lahey.com/linux64.htm Lahey] v8.1 is not supported due to missing Fortran 2003 features (GET_ENVIRONMENT_VARIABLE, ISO_C_BINDING, ...)
     24
    2325 * The Build process is steered via [http://www.gnu.org/software/make/ GNU make].[[BR]]
    2426 * Automated Makefile dependencies are generated via one of the following methods:
    2527        * a Perl script (provided that [http://www.perl.org/ Perl] is installed)
    2628        * [http://personal.inet.fi/private/erikedelmann/makedepf90/ makedepf90]
    27  * [http://www.bzip.org/ libbzip2] is used for reading compressed input files. For details see [wiki:bzip2 this page].
     29
    2830 * The code is managed and distributed through the [http://subversion.apache.org/ Subversion] version control system.
     31
     32 * The code uses following external libraries:
     33        * [http://www.bzip.org/ libbzip2] [[BR]]used for reading compressed input files. For details see [wiki:bzip2 this page].
     34        * [http://lhapdf.hepforge.org/lhapdf5/ libLHAPDF v5] (optional) [[BR]]This is optional in connection with Pythia. For details see [wiki:LHAPDF this page].
    2935
    3036=== Optional Tools ===