|
440 | 440 | <br />
|
441 | 441 | </p>
|
442 | 442 |
|
443 | | -## Parallel System Tools |
444 | | -[Back to the Top](https://github.com/mikeroyal/-Guide#table-of-contents) |
445 | | - |
446 | 443 | [OpenMP](https://www.openmp.org/) is an API that supports multi-platform shared-memory parallel programming in C/C++ and Fortran. The OpenMP API defines a portable, scalable model with a simple and flexible interface for developing parallel applications on platforms from the desktop to the supercomputer.
|
447 | 444 |
|
448 | 445 | [CUDA®](https://developer.nvidia.com/cuda-zone) is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs). With CUDA, developers are able to dramatically speed up computing applications by harnessing the power of GPUs.
|
|
0 commit comments