Posts tagged ‘Communication’

Surfing the Internet on your phone is fine when you want a dinner reservation, but the smartphone experience is not the same as having your trusty laptop with you.  Whether you need to take your work with you to the park or just want the option of playing your favorite games while waiting at the doctor’s office, there are many advantages to investing in T-Mobile mobile broadband.  Prepare to enjoy all the benefits of having the full Internet with you, wherever you may roam. Continue reading ‘The Benefits of Mobile Broadband’ »

Until now, we have only talked about synchronous, blocking communications in MPI. This tutorial will focus on Asynchronous, non-blocking communication with MPI. Asynchronous communication is often the key to achieving high performance computing with MPI applications. Using asynchronous communication has several advantages. Continue reading ‘MPI – Tutorial 5 – Asynchronous communication’ »

In our previous tutorial, Thread Communication with MPI, we covered the basics of how to send data between threads. However, in the previous tutorial, only integers were sent. However, sometimes large amounts of data need to be sent between threads.

Continue reading ‘Sending large datasets in MPI’ »