![]() |
|||
|
Writing MPI Code
12-Mar-2007 Introduction Parallel programs on the RTC are typically written using the Message Passing Interface (MPI). MPI is available for many platforms, thus programs written using this will be able to be quickly ported to other parallel machines or clusters of workstations. Providing instructions for writing MPI code is beyond the scope of this FAQ. However, you might want to start here by going to the Argonne National Lab's MPI web site. Getting More Information For more information about compiling and running serial and parallel code, please see our FAQ. |
|||
|