<div dir="ltr"><div><div><div><div><div><div>I have recently converted our project to use cmake to<br></div>generate its makefiles.  I was wondering, if anyone has<br></div>an example of how to have cmake add the "run lines"<br>
</div>to the makefile that it generates?  i.e. I want cmake to<br>add lines lines like:<br><br>runex1:<br>        -@${MPIEXEC} -n 1 ./ex1 -ksp_monitor_short -ksp_gmres_cgs_refinement_type refine_always<br><br></div>and other variants to the makefile that it produces.  Note that I am already using<br>
</div>Jed Brown's FindPETSc.cmake already.<br><br></div>-sanjay<br><div><div><br></div></div></div>