It is necessary to run a prog using the mpi command line a large number of times in a loop to calculate the average time to complete it. To do this, we will create a separate C ++ program (not mpi), in which the command line with commands will be called in the loop
cd C:\Program Files\MPICH2\bin and then you need to betray this command line
mpiexec -n количество процессов путь к mpi-проге (within which there will be a measurement of its time by means of mpi). What are the commands in C ++ for this?
cd C:\Program Files\MPICH2\bin- and thenmpiexec -n количество процессов путь к mpi-прогеprogram - ivan89