Skip to content
Snippets Groups Projects
Commit 65596f9f authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Corrected a few spelling mistakes in compilers.md and modules.md.

parent 8943e4cc
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!227Added a way to spell-check files.
......@@ -55,7 +55,7 @@ Description\* \|
| | `-ipa` | `-ipo` | `-Mipa` | `-ipa` | inter procedure optimization (across files) |
| | | `-ip` | `-Mipa` | | inter procedure optimization (within files) |
| | `-apo` | `-parallel` | `-Mconcur` | `-apo` | Auto-parallelizer |
| `-fprofile-generate` | | `-prof-gen` | `-Mpfi` | `-fb-create` | Create intrumented code to generate profile in file \<FN> |
| `-fprofile-generate` | | `-prof-gen` | `-Mpfi` | `-fb-create` | Create instrumented code to generate profile in file \<FN> |
| `-fprofile-use` | | `-prof-use` | `-Mpfo` | `-fb-opt` | Use profile data for optimization. - Leave all other optimization options |
*We can not generally give advice as to which option should be used - even -O0 sometimes leads to a
......@@ -100,8 +100,8 @@ style):
|--------------------------|-----------------------------------|
| `CDEC$ ivdep` | ignore assumed vector dependences |
| `CDEC$ swp` | try to software-pipeline |
| `CDEC$ noswp` | disable softeware-pipeling |
| `CDEC$ loop count (n)` | hint for optimzation |
| `CDEC$ noswp` | disable software-pipeline |
| `CDEC$ loop count (n)` | hint for optimization |
| `CDEC$ distribute point` | split this large loop |
| `CDEC$ unroll (n)` | unroll (n) times |
| `CDEC$ nounroll` | do not unroll |
......
......@@ -103,7 +103,7 @@ modules).
Private module files allow you to load your own installed software packages into your environment
and to handle different versions without getting into conflicts. Private modules can be setup for a
single user as well as all users of project group. The workflow and settings for user private module
files is described in the follwing. The [settings for project private
files is described in the following. The [settings for project private
modules](#project-private-modules) differ only in details.
The command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment