- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -
Marmot: Difference between revisions
From HLRS Platforms
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox software | |||
| description = '''Eclipse''' is a multi-language software development environment comprising an integrated development environment (IDE) and an extensible plug-in system. It is written primarily in Java and can be used to develop applications in Java and, by means of the various plug-ins, in other languages as well, including C, C++, COBOL, Python, Perl, PHP, and others. | |||
| developer = Free and open source software community | |||
| available on = [[NEC Nehalem Cluster]] | |||
| category = [[:Category:Integrated Development Environment | Integrated Development Environment]] | |||
| license = Eclipse Public License | |||
| website = [http://www.eclipse.org/ www.eclipse.org] | |||
}} | |||
MARMOT surveys the MPI-calls made and automatically checks the correct usage of these calls and their arguments during runtime. It does not replace classical debuggers, but can be used in addition to them. | |||
== External links == | == External links == | ||
* [http://www.hlrs.de/organization/av/amt/projects/marmot/ Marmot homepage of HLRS] | * [http://www.hlrs.de/organization/av/amt/projects/marmot/ Marmot homepage of HLRS] | ||
[[Category:Debugger]] |
Revision as of 16:30, 24 February 2010
Eclipse is a multi-language software development environment comprising an integrated development environment (IDE) and an extensible plug-in system. It is written primarily in Java and can be used to develop applications in Java and, by means of the various plug-ins, in other languages as well, including C, C++, COBOL, Python, Perl, PHP, and others. |
|
MARMOT surveys the MPI-calls made and automatically checks the correct usage of these calls and their arguments during runtime. It does not replace classical debuggers, but can be used in addition to them.