Skip to content
Snippets Groups Projects
Commit 4169f772 authored by Pavel Jirásek's avatar Pavel Jirásek
Browse files

Merge branch 'content_revision5' into 'master'

links

See merge request !59
parents 4450de70 6e6e6c53
No related branches found
No related tags found
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!59links
Pipeline #
......@@ -92,4 +92,4 @@ Execute the above code as:
$ mpiexec -bycore -bind-to-core python hello_world.py
```
In this example, we run MPI4Py enabled code on 4 nodes, 16 cores per node (total of 64 processes), each python process is bound to a different core. More examples and documentation can be found on [MPI for Python webpage](https://pythonhosted.org/mpi4py/usrman/index.html).
In this example, we run MPI4Py enabled code on 4 nodes, 16 cores per node (total of 64 processes), each python process is bound to a different core. More examples and documentation can be found on [MPI for Python webpage](https://pypi.python.org/pypi/mpi4py).
......@@ -27,6 +27,6 @@ In the left pane, you can switch between Vectorization and Threading workflows.
References
----------
1. [Intel® Advisor 2015 Tutorial: Find Where to Add Parallelism - C++ Sample](https://software.intel.com/en-us/advisorxe_2015_tut_lin_c)
2. [Product page](https://software.intel.com/en-us/intel-advisor-xe)
1. [Intel® Advisor 2015 Tutorial: Find Where to Add Parallelism - C++ Sample](https://software.intel.com/en-us/intel-advisor-tutorial-vectorization-windows-cplusplus)
2. [Product page](https://software.intel.com/en-us/intel-advisor-xe)
3. [Documentation](https://software.intel.com/en-us/intel-advisor-2016-user-guide-linux)
......@@ -29,7 +29,7 @@ To view and analyze the trace, open ITAC GUI in a [graphical environment](../../
$ traceanalyzer
```
The GUI will launch and you can open the produced *.stf file.
The GUI will launch and you can open the produced `*`.stf file.
![](../../../img/Snmekobrazovky20151204v15.35.12.png)
......@@ -38,5 +38,5 @@ Please refer to Intel documenation about usage of the GUI tool.
References
----------
1. [Getting Started with Intel® Trace Analyzer and Collector](https://software.intel.com/en-us/get-started-with-itac-for-linux)
2. [Intel® Trace Analyzer and Collector - Documentation](http://Intel®%20Trace%20Analyzer%20and%20Collector%20-%20Documentation)
2. [Intel® Trace Analyzer and Collector - Documentation](https://software.intel.com/en-us/intel-trace-analyzer)
......@@ -93,4 +93,4 @@ Execute the above code as:
$ mpiexec --map-by core --bind-to core python hello_world.py
```
In this example, we run MPI4Py enabled code on 4 nodes, 24 cores per node (total of 96 processes), each python process is bound to a different core. More examples and documentation can be found on [MPI for Python webpage](https://pythonhosted.org/mpi4py/usrman/index.md).
In this example, we run MPI4Py enabled code on 4 nodes, 24 cores per node (total of 96 processes), each python process is bound to a different core. More examples and documentation can be found on [MPI for Python webpage](https://pypi.python.org/pypi/mpi4py).
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