First page Back Continue Last page Summary Graphics
Show me a supercomputing task
Run the MPI parallel program beoflow
NP=8 launches 8 copies of the beoflow program
Copies are distributed over all slaves
All slaves run the same program, but inside the program explicit instructions cause each slave to do only part of the work.
Communication between processes are done by calls to MPI library.
Notes: