Dear all
How can i run a fortran program in parallel with openmpi or mpi
to reduce time
i try to run fortran program on 8 cores with linux so
i compile and run my program with gfortan and mpi
gfortran -o pp test.f90
mpirun -n 8 ./pp
my question is why serial is faster than parallel
and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.