Difference between revisions of "Contrib gdbOF"

From OpenFOAMWiki
 
(36 intermediate revisions by 2 users not shown)
Line 1: Line 1:
gdbOF is a attachable to GNU debugger (gdb) tool that includes many macros to debugging in a easier way OpenFOAM's solvers and applications.
+
gdbOF is an attachable to GNU debugger (gdb) tool that includes macros to debug OpenFOAM's solvers and applications in an easier way.
  
 
<noinclude>
 
<noinclude>
{{VersionInfo}}{{Version1.6}}{{Version1.7}}
+
{{VersionInfo}}{{Version1.6}}{{Version1.7}}{{Version2.0}}{{Version2.1}}{{Version2.2}}{{Version2.3}}{{Version2.4}}{{Version3.0}}{{Version4.x}}{{Version5.x}}
  
 +
== Formal presentation ==
  
== Download ==
+
[http://www.sciencedirect.com/science/article/pii/S096599781100322X gdbOF in Advances in Engineering Software]
  
[[Media:GdbOF_07062011.tar.gz|GdbOF_07062011.tar.gz]]: Source code and installation script
+
== Source code and Installers ==
 +
 
 +
[[Media:GdbOF_v1.03a.tar.gz|GdbOF_v1.03a.tar.gz]]: Source code and installation script (OpenFOAM versions < 2.4)
 +
 
 +
[[Media:GdbOF_v1.04a.tar.gz|GdbOF_v1.04a.tar.gz]]: Source code and installation script (OpenFOAM versions >= 2.4)
 +
 
 +
New: We release the git version of the development. Upgrades will be exclusive for that version. Please visit: (https://gitlab.com/flowCrunchPublic/gdbof)
 +
CONTRIBUTORS ARE WELCOME!!
  
 
== Basic Usage ==
 
== Basic Usage ==
Line 13: Line 21:
 
=== Installation ===  
 
=== Installation ===  
  
After download, descompress it, open a terminal and put:
+
Open a terminal and put:
  
<tt>$ . ./install_gdbOF.sh</tt>
+
<tt>$ ./install_gdbOF.sh</tt>
  
 
=== Basic command line usage ===
 
=== Basic command line usage ===
  
Please read <it>gdbOF: A debugging tool for OpenFOAM</it>
+
[[Media:GdbOF-Manual.pdf|GdbOF-Manual.pdf]]: gdbOF Manual
  
 
=== Known Bugs ===
 
=== Known Bugs ===
  
This utility is still under development. Currently there are no known known bugs (but propably some unknown ones)
+
This utility is still under development. Currently there are no known bugs (but probably some unknown ones).
 +
 
 +
Suggestions about new tools are welcome!!
  
 
== History ==
 
== History ==
  
 
* 2011-06-08: First upload of the utility
 
* 2011-06-08: First upload of the utility
 +
* 2011-07-06: Launched version 1.00 alpha. It includes '''pexportfoamformat''' command.
 +
* 2011-09-09: Added wedge an inletOutlet functionality for pexportfoamformat
 +
* 2011-11-10: Manual added
 +
* 2012-01-30:  Link to AES added
 +
* 2014-05-15:  Solves some bugs and adds pname command
 +
* 2016-08-09:  Fixing compatibility with OF 3.x and 4.x
 +
 +
=== Contact ===
 +
 +
* [[User:jmarcelogimenez|jmarcelogimenez]]
 +
 +
* [[User:santiagomarquezd|santiagomarquezd]]
  
--[[User:jmarcelogimenez|jmarcelogimenez]] 19:40, 08 June 2011
+
19:40, 08 June 2011
  
 
[[Category:FeaturedArticle]]
 
[[Category:FeaturedArticle]]
 
</noinclude>
 
</noinclude>

Latest revision as of 16:16, 3 April 2020

gdbOF is an attachable to GNU debugger (gdb) tool that includes macros to debug OpenFOAM's solvers and applications in an easier way.


Valid versions: OF version 16.png OF version 17.png OF Version 20.png OF Version 21.png OF Version 22.png OF Version 23.png OF Version 24.png OF Version 30.png OF Version 4x.png OF Version 5x.png

1 Formal presentation

gdbOF in Advances in Engineering Software

2 Source code and Installers

GdbOF_v1.03a.tar.gz: Source code and installation script (OpenFOAM versions < 2.4)

GdbOF_v1.04a.tar.gz: Source code and installation script (OpenFOAM versions >= 2.4)

New: We release the git version of the development. Upgrades will be exclusive for that version. Please visit: (https://gitlab.com/flowCrunchPublic/gdbof) CONTRIBUTORS ARE WELCOME!!

3 Basic Usage

3.1 Installation

Open a terminal and put:

$ ./install_gdbOF.sh

3.2 Basic command line usage

GdbOF-Manual.pdf: gdbOF Manual

3.3 Known Bugs

This utility is still under development. Currently there are no known bugs (but probably some unknown ones).

Suggestions about new tools are welcome!!

4 History

  • 2011-06-08: First upload of the utility
  • 2011-07-06: Launched version 1.00 alpha. It includes pexportfoamformat command.
  • 2011-09-09: Added wedge an inletOutlet functionality for pexportfoamformat
  • 2011-11-10: Manual added
  • 2012-01-30: Link to AES added
  • 2014-05-15: Solves some bugs and adds pname command
  • 2016-08-09: Fixing compatibility with OF 3.x and 4.x

4.1 Contact

19:40, 08 June 2011