- 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 -

Software Development Tools, Compilers & Libraries: Difference between revisions

From HLRS Platforms
Jump to navigationJump to search
No edit summary
Line 2: Line 2:


Before you start with the development of your code, please be sure to read the [[General HWW Documentation]].
Before you start with the development of your code, please be sure to read the [[General HWW Documentation]].
== Project Management and Collaboration ==
The [https://gforge.hlrs.de/  HLRS GForge Server] provides project hosting, version control, bug-tracking, and messaging.


== Available Software Development Tools, Compilers & Libraries ==
== Available Software Development Tools, Compilers & Libraries ==
Line 62: Line 65:
* [http://www.hlrs.de/organization/sos/par/ HLRS, Parallel Computing - Training & Applications Services]
* [http://www.hlrs.de/organization/sos/par/ HLRS, Parallel Computing - Training & Applications Services]
* [https://kb.hlrs.de/staff/index.php/Amt Internal Wiki (HLRS staff only)]
* [https://kb.hlrs.de/staff/index.php/Amt Internal Wiki (HLRS staff only)]
* [https://gforge.hlrs.de/  HLRS GForge Server]

Revision as of 10:43, 1 March 2010

All platforms at HLRS have several Software Development Tools, Compilers & Libraries installed in order to suit your development needs. We distinguish the tools by the way the environment variables (e.g. library paths) are set on the system. The first category of tools are generally available when logging in - their environment variables are set in a conventional way on the operating system. The second category of tools are using the module command in order to set their environment variables.

Before you start with the development of your code, please be sure to read the General HWW Documentation.

Project Management and Collaboration

The HLRS GForge Server provides project hosting, version control, bug-tracking, and messaging.

Available Software Development Tools, Compilers & Libraries

Compilers and Language Extensions

Libraries

Software Development Tools

How-tos, Tricks & Tipps

Compiling and running

General

Performance Optimization

See also

External Links