Restructure to compile files seperately
-
make gemverwill compile and run the evaluate_gemver.cpp file with g++ -
make gemver_mpiwill compile run the evaluate_gemver_mpi.cpp file with mpicxx - similarly
make test_gemverandmake test_gemver_mpifor testing
- Does this structure make sense? Or should there be one evaluate.cpp and one evaluate_mpi.cpp and not one each for gemver/trisolve?
- Should we include the data initialization in our timing or not?