# mpirun option needed on radon [pylith3d.launcher] command = mpirun -machinefile ${PBS_NODEFILE} -np ${nodes} # Krylov-subspace solver and preconditioner options # Currently: GMRES with Block Jacobi as PC [pylith3d.petsc] log_summary = true pc_type = bjacobi sub_pc_type = ilu ksp_type = gmres ksp_monitor = true ksp_view = true ksp_rtol = 1.0e-11