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

links

parent d1b57e75
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: ...@@ -92,4 +92,4 @@ Execute the above code as:
$ mpiexec -bycore -bind-to-core python hello_world.py $ 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. ...@@ -27,6 +27,6 @@ In the left pane, you can switch between Vectorization and Threading workflows.
References References
---------- ----------
1. [Intel® Advisor 2015 Tutorial: Find Where to Add Parallelism - C++ Sample](https://software.intel.com/en-us/advisorxe_2015_tut_lin_c) 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) 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) 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](../../ ...@@ -29,7 +29,7 @@ To view and analyze the trace, open ITAC GUI in a [graphical environment](../../
$ traceanalyzer $ 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) ![](../../../img/Snmekobrazovky20151204v15.35.12.png)
...@@ -38,5 +38,5 @@ Please refer to Intel documenation about usage of the GUI tool. ...@@ -38,5 +38,5 @@ Please refer to Intel documenation about usage of the GUI tool.
References References
---------- ----------
1. [Getting Started with Intel® Trace Analyzer and Collector](https://software.intel.com/en-us/get-started-with-itac-for-linux) 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: ...@@ -93,4 +93,4 @@ Execute the above code as:
$ mpiexec --map-by core --bind-to core python hello_world.py $ 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.
Please register or to comment