Hi, I'm new to mpi. If I'm coding my code to use PETSC to solve my linear eqn in parallel, must I compile in mpif90 (for fortran) or can I compile in ifort and then instruct to send the job to n processors? Thank you.