From: "chiwai" Newsgroups: comp.parallel.mpi Subject: misunderstanding ...processors and processes? Date: Fri, 26 Mar 1999 10:49:14 +0100 Organization: Netland Internet Services Message-Id: <922442883.446786@www3.netland.nl> Cache-Post-Path: www3.netland.nl!unknown@mx.datasim.nl Xref: ukc comp.parallel.mpi:4847 mpirun -np 4 a.out means run an appllication on 4 processors.. right ? and it does not mean run the application and split it in 4 task so that the application will run 4 processes Is this right what i'm saying here ?