- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
Difference between revisions of "Programming How-To's, Tips & Tricks"
From HLRS Platforms
Jump to navigationJump to searchLine 4: | Line 4: | ||
=== General === | === General === | ||
* [[POSIX compliant shell scripting]] | * [[POSIX compliant shell scripting]] | ||
− | * Parallel I/O | + | * [[MPI-IO | Best practices for I/O, Parallel I/O, aka MPI-IO]] |
* [[Best practices for Porting & Migration of Code]] | * [[Best practices for Porting & Migration of Code]] | ||
* [[Best practices for Debugging]] | * [[Best practices for Debugging]] |
Latest revision as of 14:22, 12 January 2012
Project Management and Collaboration
General
- POSIX compliant shell scripting
- Best practices for I/O, Parallel I/O, aka MPI-IO
- Best practices for Porting & Migration of Code
- Best practices for Debugging
- Best practices for Performance Analysis
Performance Optimization
- Useful compiler options on x86 processors
- Pinning threads and memory on multicore/processor system under Linux
Miscalleneous