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