Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jean2019

    run parallel program

    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...

Part and Inventory Search

Back
Top