gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 120 and Version 121 of WikiStart


Ignore:
Timestamp:
Jul 11, 2006, 9:38:10 PM (19 years ago)
Author:
gallmei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v120 v121  
    6969[/GiBUU/chrome/site/Documentation/robo_sourcefiles.html#top Code Documentation]
    7070
    71 == Programming ==
     71
     72== Used software and tools ==
     73 * '''Compiling''' [[BR]] [http://www.intel.de Intel Fortran Compiler] and [http://g95.sourceforge.net/ g95]: Both implement most features of the [http://www.kcl.ac.uk/kis/support/cit/fortran Fortran2003] standard.[[BR]] The Build process is steared via GNU make.[[BR]] Automated Makefile dependencies are generated using [http://www.helsinki.fi/~eedelman/makedepf90.html makedepf90]
     74 * '''Documentation''' [[BR]] [http://www.xs4all.nl/~rfsber/Robo/robodoc.html ROBODoc] is generating an automatic [/GiBUU/chrome/site/Documentation/masterindex.html code documentation].
     75 * '''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-Tool: [http://esvn.umputun.com eSvn]
     76 * '''Visualisation Tools:''' [[BR]]
     77    * povray
     78    * Qt
     79
     80== Selected Links connected to (Fortran) Programming ==
    7281 * [http://www.kcl.ac.uk/kis/support/cit/fortran Fortran informations] [[BR]]
    7382 * [http://theorie.physik.uni-giessen.de/~oliver/talks/fortran.pdf Some short intro to modern Fortran for f77 devotees] [[BR]]
    7483 * [wiki:programmingLiterature Literature]
     84   
    7585
    76 === Used software and tools ===
    77  * Compiling [[BR]] [http://www.intel.de Intel Fortran Compiler] and [http://g95.sourceforge.net/ g95]: Both implement most features of the [http://www.kcl.ac.uk/kis/support/cit/fortran Fortran2003] standard.
    78  * Documentation [[BR]] [http://www.xs4all.nl/~rfsber/Robo/robodoc.html ROBODoc] is generating an automatic [/GiBUU/chrome/site/Documentation/masterindex.html code documentation].
    79  * 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.
    80  * Further tools [[BR]]
    81    * [http://esvn.umputun.com eSvn]
    82    * [http://www.helsinki.fi/~eedelman/makedepf90.html makedepf90]
    8386
    8487----