...
Ultimately, some testing may be required to find the best compiler for a given code. You should be aware that it is a good practice to use a range of different compilers in order to confirm code standard-conformance and portability.
...
Warning | ||||
---|---|---|---|---|
| ||||
The module PrgEnv-aocc/8.3.2 is currently broken on Setonix. So, after the basic command:
We are sorry for this inconvenience, and we'll fix the module to work properly with the basic command as soon as possible. |
Basics of compilation
Often the term compilation is used to refer to both the compilation of a source code and linking of the resulting object files, the low-level representation in machine code, and third-party libraries into an executable. This is because compilers allow performing both steps at once for simple programs. However, when your source code is large, this course of actions is not advisable.
...
- Pawsey Supercomputing Systems Guides
- Compiler Options for Debugging
- Serial Optimisation
- How to Manually Build Software
...