Changes between Version 120 and Version 121 of WikiStart
- Timestamp:
- Jul 11, 2006, 9:38:10 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v120 v121 69 69 [/GiBUU/chrome/site/Documentation/robo_sourcefiles.html#top Code Documentation] 70 70 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 == 72 81 * [http://www.kcl.ac.uk/kis/support/cit/fortran Fortran informations] [[BR]] 73 82 * [http://theorie.physik.uni-giessen.de/~oliver/talks/fortran.pdf Some short intro to modern Fortran for f77 devotees] [[BR]] 74 83 * [wiki:programmingLiterature Literature] 84 75 85 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]83 86 84 87 ----