﻿<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:media="http://search.yahoo.com/mrss/"
> <channel><title>MPI Tutorial</title> <atom:link href="http://mpitutorial.com/feed/" rel="self" type="application/rss+xml" /><link>http://mpitutorial.com</link> <description>The Most Comprehensive MPI Lesson and Tutorial Resource</description> <lastBuildDate>Tue, 31 Dec 2013 19:11:17 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Performing Parallel Rank with MPI</title><link>http://mpitutorial.com/performing-parallel-rank-with-mpi/</link> <comments>http://mpitutorial.com/performing-parallel-rank-with-mpi/#comments</comments> <pubDate>Sun, 11 Aug 2013 14:56:35 +0000</pubDate> <dc:creator><![CDATA[Wes]]></dc:creator> <category><![CDATA[Beginner MPI]]></category> <category><![CDATA[MPI_Type_size]]></category> <guid
isPermaLink="false">http://mpitutorial.com/?p=1224</guid> <description><![CDATA[In the previous lesson, we went over MPI_Scatter, MPI_Gather, and MPI_Allgather. We are going to expand on basic collectives in this lesson by coding a useful function for your MPI toolkit &#8211; parallel rank. The code for this tutorial is available as a tgz file or can be viewed/cloned on GitHub. Parallel rank &#8211; problem...  <a
href="http://mpitutorial.com/performing-parallel-rank-with-mpi/" class="more-link" title="Read Performing Parallel Rank with MPI">Read more &#187;</a>]]></description> <wfw:commentRss>http://mpitutorial.com/performing-parallel-rank-with-mpi/feed/</wfw:commentRss> <slash:comments>4</slash:comments> In the previous lesson, we went over MPI_Scatter, MPI_Gather, and MPI_Allgather. We are going to expand on basic collectives in this lesson by coding a useful function for your MPI toolkit &#8211; parallel rank. The code for this tutorial is available as a tgz file or can be viewed/cloned on GitHub. Parallel rank &#8211; problem... <a
href="http://mpitutorial.com/performing-parallel-rank-with-mpi/" class="more-link" title="Read Performing Parallel Rank with MPI">Read more &#187;</a> </item> <item><title>MPI Reduce and Allreduce</title><link>http://mpitutorial.com/mpi-reduce-and-allreduce/</link> <comments>http://mpitutorial.com/mpi-reduce-and-allreduce/#comments</comments> <pubDate>Tue, 16 Jul 2013 01:33:24 +0000</pubDate> <dc:creator><![CDATA[Wes]]></dc:creator> <category><![CDATA[Beginner MPI]]></category> <category><![CDATA[MPI_Allreduce]]></category> <category><![CDATA[MPI_Reduce]]></category> <guid
isPermaLink="false">http://www.mpitutorial.com/?p=961</guid> <description><![CDATA[In the previous lesson, we went over an application example of using MPI_Scatter and MPI_Gather to perform parallel rank computation with MPI. We are going to expand on collective communication routines even more in this lesson by going over MPI_Reduce and MPI_Allreduce. The code for this tutorial is available as a tgz file or can...  <a
href="http://mpitutorial.com/mpi-reduce-and-allreduce/" class="more-link" title="Read MPI Reduce and Allreduce">Read more &#187;</a>]]></description> <wfw:commentRss>http://mpitutorial.com/mpi-reduce-and-allreduce/feed/</wfw:commentRss> <slash:comments>7</slash:comments> In the previous lesson, we went over an application example of using MPI_Scatter and MPI_Gather to perform parallel rank computation with MPI. We are going to expand on collective communication routines even more in this lesson by going over MPI_Reduce and MPI_Allreduce. The code for this tutorial is available as a tgz file or can... <a
href="http://mpitutorial.com/mpi-reduce-and-allreduce/" class="more-link" title="Read MPI Reduce and Allreduce">Read more &#187;</a> </item> <item><title>Launching an Amazon EC2 MPI Cluster</title><link>http://mpitutorial.com/launching-an-amazon-ec2-mpi-cluster/</link> <comments>http://mpitutorial.com/launching-an-amazon-ec2-mpi-cluster/#comments</comments> <pubDate>Wed, 05 Dec 2012 04:34:39 +0000</pubDate> <dc:creator><![CDATA[Wes]]></dc:creator> <category><![CDATA[Beginner MPI]]></category> <guid
isPermaLink="false">http://dev.mpitutorial.com/?p=994</guid> <description><![CDATA[In the previous lesson, we discussed how to install MPICH2, an implementation of MPI, onto a single machine and verify that it was installed properly. Unfortunately, a single machine does not always provide a realistic environment on which to learn MPI and execute programs. Along with that, many beginners do not have immediate access to...  <a
href="http://mpitutorial.com/launching-an-amazon-ec2-mpi-cluster/" class="more-link" title="Read Launching an Amazon EC2 MPI Cluster">Read more &#187;</a>]]></description> <wfw:commentRss>http://mpitutorial.com/launching-an-amazon-ec2-mpi-cluster/feed/</wfw:commentRss> <slash:comments>0</slash:comments> In the previous lesson, we discussed how to install MPICH2, an implementation of MPI, onto a single machine and verify that it was installed properly. Unfortunately, a single machine does not always provide a realistic environment on which to learn MPI and execute programs. Along with that, many beginners do not have immediate access to... <a
href="http://mpitutorial.com/launching-an-amazon-ec2-mpi-cluster/" class="more-link" title="Read Launching an Amazon EC2 MPI Cluster">Read more &#187;</a> </item> <item><title>MPI Scatter, Gather, and Allgather</title><link>http://mpitutorial.com/mpi-scatter-gather-and-allgather/</link> <comments>http://mpitutorial.com/mpi-scatter-gather-and-allgather/#comments</comments> <pubDate>Sat, 07 Jul 2012 04:35:30 +0000</pubDate> <dc:creator><![CDATA[Wes]]></dc:creator> <category><![CDATA[Beginner MPI]]></category> <category><![CDATA[MPI_Allgather]]></category> <category><![CDATA[MPI_Gather]]></category> <category><![CDATA[MPI_Scatter]]></category> <guid
isPermaLink="false">http://www.mpitutorial.com/?p=903</guid> <description><![CDATA[In the previous lesson, we went over the essentials of collective communication. We covered the most basic collective communication routine &#8211; MPI_Bcast. In this lesson, we are going to expand on collective communication routines by going over two very important routines &#8211; MPI_Scatter and MPI_Gather. We will also cover a variant of MPI_Gather, known as...  <a
href="http://mpitutorial.com/mpi-scatter-gather-and-allgather/" class="more-link" title="Read MPI Scatter, Gather, and Allgather">Read more &#187;</a>]]></description> <wfw:commentRss>http://mpitutorial.com/mpi-scatter-gather-and-allgather/feed/</wfw:commentRss> <slash:comments>14</slash:comments> In the previous lesson, we went over the essentials of collective communication. We covered the most basic collective communication routine &#8211; MPI_Bcast. In this lesson, we are going to expand on collective communication routines by going over two very important routines &#8211; MPI_Scatter and MPI_Gather. We will also cover a variant of MPI_Gather, known as... <a
href="http://mpitutorial.com/mpi-scatter-gather-and-allgather/" class="more-link" title="Read MPI Scatter, Gather, and Allgather">Read more &#187;</a> </item> <item><title>MPI Broadcast and Collective Communication</title><link>http://mpitutorial.com/mpi-broadcast-and-collective-communication/</link> <comments>http://mpitutorial.com/mpi-broadcast-and-collective-communication/#comments</comments> <pubDate>Thu, 21 Jul 2011 03:35:31 +0000</pubDate> <dc:creator><![CDATA[Wes]]></dc:creator> <category><![CDATA[Beginner MPI]]></category> <category><![CDATA[MPI_Barrier]]></category> <category><![CDATA[MPI_Bcast]]></category> <category><![CDATA[MPI_Wtime]]></category> <guid
isPermaLink="false">http://www.mpitutorial.com/?p=788</guid> <description><![CDATA[So far in the beginner MPI tutorial, we have examined point-to-point communication, which is communication between two processes. This lesson is the start of the collective communication section. Collective communication is a method of communication which involves participation of all processes in a communicator. In this lesson, we will discuss the implications of collective communication...  <a
href="http://mpitutorial.com/mpi-broadcast-and-collective-communication/" class="more-link" title="Read MPI Broadcast and Collective Communication">Read more &#187;</a>]]></description> <wfw:commentRss>http://mpitutorial.com/mpi-broadcast-and-collective-communication/feed/</wfw:commentRss> <slash:comments>6</slash:comments> So far in the beginner MPI tutorial, we have examined point-to-point communication, which is communication between two processes. This lesson is the start of the collective communication section. Collective communication is a method of communication which involves participation of all processes in a communicator. In this lesson, we will discuss the implications of collective communication... <a
href="http://mpitutorial.com/mpi-broadcast-and-collective-communication/" class="more-link" title="Read MPI Broadcast and Collective Communication">Read more &#187;</a> </item> <item><title>Point-to-Point Communication Application &#8211; Random Walk</title><link>http://mpitutorial.com/point-to-point-communication-application-random-walk/</link> <comments>http://mpitutorial.com/point-to-point-communication-application-random-walk/#comments</comments> <pubDate>Sun, 03 Jul 2011 07:14:19 +0000</pubDate> <dc:creator><![CDATA[Wes]]></dc:creator> <category><![CDATA[Beginner MPI]]></category> <guid
isPermaLink="false">http://www.mpitutorial.com/?p=551</guid> <description><![CDATA[It&#8217;s time to go through an application example using some of the concepts introduced in the sending and receiving tutorial and the MPI_Probe and MPI_Status lesson. The code for the application can be downloaded here or can be viewed/cloned on GitHub. The application simulates a process which I refer to as &#8220;random walking.&#8221; The basic...  <a
href="http://mpitutorial.com/point-to-point-communication-application-random-walk/" class="more-link" title="Read Point-to-Point Communication Application &#8211; Random Walk">Read more &#187;</a>]]></description> <wfw:commentRss>http://mpitutorial.com/point-to-point-communication-application-random-walk/feed/</wfw:commentRss> <slash:comments>10</slash:comments> It&#8217;s time to go through an application example using some of the concepts introduced in the sending and receiving tutorial and the MPI_Probe and MPI_Status lesson. The code for the application can be downloaded here or can be viewed/cloned on GitHub. The application simulates a process which I refer to as &#8220;random walking.&#8221; The basic... <a
href="http://mpitutorial.com/point-to-point-communication-application-random-walk/" class="more-link" title="Read Point-to-Point Communication Application &#8211; Random Walk">Read more &#187;</a> </item> <item><title>Dynamic Receiving with MPI Probe (and MPI Status)</title><link>http://mpitutorial.com/dynamic-receiving-with-mpi-probe-and-mpi-status/</link> <comments>http://mpitutorial.com/dynamic-receiving-with-mpi-probe-and-mpi-status/#comments</comments> <pubDate>Thu, 30 Jun 2011 04:11:44 +0000</pubDate> <dc:creator><![CDATA[Wes]]></dc:creator> <category><![CDATA[Beginner MPI]]></category> <category><![CDATA[MPI_Get_count]]></category> <category><![CDATA[MPI_Probe]]></category> <guid
isPermaLink="false">http://www.mpitutorial.com/?p=523</guid> <description><![CDATA[In the previous lesson, I discussed how to use MPI_Send and MPI_Recv to perform standard point-to-point communication. I only covered how to send messages in which the length of the message was known beforehand. Although it is possible to send the length of the message as a separate send / recv operation, MPI natively supports...  <a
href="http://mpitutorial.com/dynamic-receiving-with-mpi-probe-and-mpi-status/" class="more-link" title="Read Dynamic Receiving with MPI Probe (and MPI Status)">Read more &#187;</a>]]></description> <wfw:commentRss>http://mpitutorial.com/dynamic-receiving-with-mpi-probe-and-mpi-status/feed/</wfw:commentRss> <slash:comments>0</slash:comments> In the previous lesson, I discussed how to use MPI_Send and MPI_Recv to perform standard point-to-point communication. I only covered how to send messages in which the length of the message was known beforehand. Although it is possible to send the length of the message as a separate send / recv operation, MPI natively supports... <a
href="http://mpitutorial.com/dynamic-receiving-with-mpi-probe-and-mpi-status/" class="more-link" title="Read Dynamic Receiving with MPI Probe (and MPI Status)">Read more &#187;</a> </item> <item><title>MPI Send and Receive</title><link>http://mpitutorial.com/mpi-send-and-receive/</link> <comments>http://mpitutorial.com/mpi-send-and-receive/#comments</comments> <pubDate>Wed, 22 Jun 2011 22:06:51 +0000</pubDate> <dc:creator><![CDATA[Wes]]></dc:creator> <category><![CDATA[Beginner MPI]]></category> <category><![CDATA[MPI_Recv]]></category> <category><![CDATA[MPI_Send]]></category> <guid
isPermaLink="false">http://www.mpitutorial.com/?p=446</guid> <description><![CDATA[Sending and receiving are the two foundational concepts of MPI. Almost every single function in MPI can be implemented with basic send and receive calls. In this lesson, I will discuss how to use MPI&#8217;s blocking sending and receiving functions, and I will also overview other basic concepts associated with transmitting data using MPI. The...  <a
href="http://mpitutorial.com/mpi-send-and-receive/" class="more-link" title="Read MPI Send and Receive">Read more &#187;</a>]]></description> <wfw:commentRss>http://mpitutorial.com/mpi-send-and-receive/feed/</wfw:commentRss> <slash:comments>15</slash:comments> Sending and receiving are the two foundational concepts of MPI. Almost every single function in MPI can be implemented with basic send and receive calls. In this lesson, I will discuss how to use MPI&#8217;s blocking sending and receiving functions, and I will also overview other basic concepts associated with transmitting data using MPI. The... <a
href="http://mpitutorial.com/mpi-send-and-receive/" class="more-link" title="Read MPI Send and Receive">Read more &#187;</a> </item> <item><title>MPI Hello World</title><link>http://mpitutorial.com/mpi-hello-world/</link> <comments>http://mpitutorial.com/mpi-hello-world/#comments</comments> <pubDate>Tue, 21 Jun 2011 00:56:42 +0000</pubDate> <dc:creator><![CDATA[Wes]]></dc:creator> <category><![CDATA[Beginner MPI]]></category> <category><![CDATA[MPI_Comm_rank]]></category> <category><![CDATA[MPI_Comm_size]]></category> <category><![CDATA[MPI_Finalize]]></category> <category><![CDATA[MPI_Get_processor_name]]></category> <category><![CDATA[MPI_Init]]></category> <guid
isPermaLink="false">http://www.mpitutorial.com/?p=380</guid> <description><![CDATA[In this lesson, I will show you a basic MPI Hello World application and also discuss how to run an MPI program. The lesson will cover the basics of initializing MPI and running an MPI job across several processes. This lesson is intended to work with installations of MPICH2 (specifically 1.4). If you have not...  <a
href="http://mpitutorial.com/mpi-hello-world/" class="more-link" title="Read MPI Hello World">Read more &#187;</a>]]></description> <wfw:commentRss>http://mpitutorial.com/mpi-hello-world/feed/</wfw:commentRss> <slash:comments>12</slash:comments> In this lesson, I will show you a basic MPI Hello World application and also discuss how to run an MPI program. The lesson will cover the basics of initializing MPI and running an MPI job across several processes. This lesson is intended to work with installations of MPICH2 (specifically 1.4). If you have not... <a
href="http://mpitutorial.com/mpi-hello-world/" class="more-link" title="Read MPI Hello World">Read more &#187;</a> </item> <item><title>Installing MPICH2 on a Single Machine</title><link>http://mpitutorial.com/installing-mpich2/</link> <comments>http://mpitutorial.com/installing-mpich2/#comments</comments> <pubDate>Mon, 20 Jun 2011 22:05:01 +0000</pubDate> <dc:creator><![CDATA[Wes]]></dc:creator> <category><![CDATA[Beginner MPI]]></category> <guid
isPermaLink="false">http://www.mpitutorial.com/?p=352</guid> <description><![CDATA[MPI is simply a standard which others follow in their implementation. Because of this, there are a wide variety of MPI implementations out there. One of the most popular implementations, MPICH2, will be used for all of the examples provided through this site. Users are free to use any implementation they wish, but only instructions...  <a
href="http://mpitutorial.com/installing-mpich2/" class="more-link" title="Read Installing MPICH2 on a Single Machine">Read more &#187;</a>]]></description> <wfw:commentRss>http://mpitutorial.com/installing-mpich2/feed/</wfw:commentRss> <slash:comments>10</slash:comments> MPI is simply a standard which others follow in their implementation. Because of this, there are a wide variety of MPI implementations out there. One of the most popular implementations, MPICH2, will be used for all of the examples provided through this site. Users are free to use any implementation they wish, but only instructions... <a
href="http://mpitutorial.com/installing-mpich2/" class="more-link" title="Read Installing MPICH2 on a Single Machine">Read more &#187;</a> </item> </channel> </rss>
<!-- Dynamic page generated in 1.163 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2015-01-20 08:04:04 -->
