Difference between revisions of "Scaling"
Jump to navigation
Jump to search
m (Mukund-pondkule-6a11@uni-paderborn.de moved page HPC Wiki:Scaling tutorial to Scaling tutorial) |
|||
| Line 4: | Line 4: | ||
__TOC__ | __TOC__ | ||
| + | |||
| + | |||
| + | == General == | ||
| + | When people write applications, they usually employ a text editor and a high level language like C/C++ or Fortran to produce code that looks somewhat like this: | ||
Revision as of 15:51, 17 September 2020
A Compiler is a computer program translating code from one language to another.
General
When people write applications, they usually employ a text editor and a high level language like C/C++ or Fortran to produce code that looks somewhat like this: