Skip to content
Snippets Groups Projects
Commit 8fc75559 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

fix links

parent 6d1940b7
Branches
No related tags found
No related merge requests found
...@@ -60,11 +60,11 @@ Octave may use MPI for interprocess communication This functionality is currentl ...@@ -60,11 +60,11 @@ Octave may use MPI for interprocess communication This functionality is currentl
## Xeon Phi Support ## Xeon Phi Support
Octave may take advantage of the Xeon Phi accelerators. This will only work on the [Intel Xeon Phi](../intel-xeon-phi/) [accelerated nodes](../../salomon/compute-nodes/). Octave may take advantage of the Xeon Phi accelerators. This will only work on the [Intel Xeon Phi](../intel/intel-xeon-phi-salomon/) [accelerated nodes](../../salomon/compute-nodes/).
### Automatic Offload Support ### Automatic Offload Support
Octave can accelerate BLAS type operations (in particular the Matrix Matrix multiplications] on the Xeon Phi accelerator, via [Automatic Offload using the MKL library](../intel-xeon-phi/#section-3) Octave can accelerate BLAS type operations (in particular the Matrix Matrix multiplications] on the Xeon Phi accelerator, via [Automatic Offload using the MKL library](../intel/intel-xeon-phi-salomon/)
Example Example
...@@ -88,7 +88,7 @@ In this example, the calculation was automatically divided among the CPU cores a ...@@ -88,7 +88,7 @@ In this example, the calculation was automatically divided among the CPU cores a
### Native Support ### Native Support
A version of [native](../intel-xeon-phi/#section-4) Octave is compiled for Xeon Phi accelerators. Some limitations apply for this version: A version of [native](../intel/intel-xeon-phi-salomon/) Octave is compiled for Xeon Phi accelerators. Some limitations apply for this version:
* Only command line support. GUI, graph plotting etc. is not supported. * Only command line support. GUI, graph plotting etc. is not supported.
* Command history in interactive mode is not supported. * Command history in interactive mode is not supported.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment