Posts

Showing posts from April, 2021

Talks on Distributed Systems

Image
Four Architecture patterns on Distributed Systems by same presenter.   Advanced tricks with Celery

Parallel Programming with Intel MPI

Image
| Chapter 1: Introduction | Chapter 2 | Chapter 3 | Chapter 4 | Download and install Intel MPI Please check the hardware, software and other development tools requirement for your need on intel's webpage. For my system which has 16 GB RAM, and a 2.1GHz quad core Intel Core i-5. Install the following tools. form the corresponding website. 1.  Microsoft Visual Studio 2019 (Community Edition).       We will only select Desktop development with C++ set of tools in our installation. 2. Intel OneAPI Base toolkit 3. Intel OneAPI HPC Toolkit   We need to install both base and hpc toolkit from intel oneapi website  . One has to have or create an account  be able to download . Selet appropriate OS, installer type etc. on the webpage. The appropriate download button will show up. Just click it. The HPC toolkit provides a set of compiler and libraries.  DPC++/C++ compilers and the intel MPI Libraries are required for this tutorial others are optional...