gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 23 and Version 24 of tools


Ignore:
Timestamp:
May 19, 2009, 5:53:03 PM (15 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • tools

    v23 v24  
    1 = Used software and tools =
     1= Software and tools =
    22
    3  * '''Compiling''' [[BR]]
    4    * GiBUU can be built with one of the following compilers:
     3
     4=== Prerequisites for Compiling and Running GiBUU ===
     5
     6 * GiBUU can be built with one of the following compilers:
    57        * [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)
    68        * [http://gcc.gnu.org GCC/gfortran] (version 4.3 or higher)
     
    810        * [http://developers.sun.com/sunstudio/ Sun Studio Fortran Compiler sunf95] (Sun Studio version 12 is fine, the more recent Express builds up to 03/2009 do not work)
    911        * [http://www.lahey.com/linux64.htm Lahey lfc]
    10    * Unsupported Compilers:
     12 * Unsupported Compilers:
    1113        * [http://www.absoft.com Absoft] v10.0 is not supported any more due to missing Fortran 2003 features (ISO_C_BINDING)
    1214        * [http://www.pathscale.com/ PathScale] v3.2 dies with a segmentation fault on determineSource.f90
    1315        * [http://www.nag.com/ NAG] v5.2 dies with an internal error on ariadne_402r.f
    14    * The Build process is steared via GNU make.[[BR]]
    15    * Automated Makefile dependencies are generated via one of the following methods:
     16 * The Build process is steared via GNU make.[[BR]]
     17 * Automated Makefile dependencies are generated via one of the following methods:
    1618        * a Perl scipt (provided that Perl is installed)
    1719        * [http://personal.inet.fi/private/erikedelmann/makedepf90/ makedepf90]
    18    * [http://www.bzip.org/ libbzip2] is used for reading compressed input files. For details see [wiki:bzip2 this page].
     20 * [http://www.bzip.org/ libbzip2] is used for reading compressed input files. For details see [wiki:bzip2 this page].
     21
     22
     23=== Optional Tools ===
     24
     25 * '''Version Control''' [[BR]] Our code is based upon a [http://subversion.tigris.org/ Subversion] version control system. The code can therefore be restored to any time point of its development phase.[[BR]] GUI-Tools: [http://esvn.umputun.com eSvn], [http://tortoisesvn.tigris.org/ tortoise SVN].
    1926
    2027 * '''Documentation''' [[BR]] [http://www.xs4all.nl/~rfsber/Robo/robodoc.html ROBODoc] is generating an automatic [http://gibuu.physik.uni-giessen.de/Documentation/ code documentation].
    21 
    22  * '''Version Control''' [[BR]] Our code is based upon a [http://subversion.tigris.org/ Subversion] version control system. The code can therefore be restored to any time point of its development phase.[[BR]] GUI-Tools: [http://esvn.umputun.com eSvn], [http://tortoisesvn.tigris.org/ tortoise SVN].
    2328
    2429 * '''Visualisation Tools:''' [[BR]]
    2530    * povray
    2631    * Qt
     32
     33=== Libraries used in GiBUU ===
     34
     35These are (partly) included in the GiBUU source code.
    2736
    2837 * '''Numerical libraries''' [[BR]]