![]() |
| | #1 |
| Eager young mind Join Date: Jun 2006
Posts: 342
| MPI programming
__________________ In the middle of difficulty, lies opportunity |
| kris.c is offline | |
| | #2 |
| Cat without Hat Join Date: Apr 2003
Posts: 8,492
| If you reduce the number of MPI calls, the TCP bottleneck will matter less. But in principle, you're right. If TCP/IP happens to be the bottleneck in your particular application/setup (in many cluster computers that use MPI it is not, because these things are interconnected by networks that sometimes outperform the persistent storage) then the right thing to optimize is the TCP/IP setup. Profiling is the key, no matter the size of the project.
__________________ All the buzzt! CornedBee"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code." - Flon's Law |
| CornedBee is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Communication using MPI | Cell | Linux Programming | 9 | 08-13-2009 02:28 AM |
| MPI, which way will be best? | maverick_starst | C++ Programming | 5 | 06-30-2009 02:17 PM |
| MPI in C | ltee | C Programming | 5 | 03-26-2009 06:10 AM |
| Sorting whit MPI | isato | C Programming | 0 | 03-03-2009 10:38 AM |
| Malloc and MPI | moddinati | C Programming | 17 | 03-07-2008 07:55 PM |