mizuRoute
mizuRoute copied to clipboard
Get build to work with either gmake or regular make
We'd like to get the build to work with either GNU-make or regular make. There are some things I took from the CESM example build that require GNU make.
It looks like the problem is that both PIO and mpi-serial create Makefile's that require GNU Make. This would be problematic to support having them create both a regular Make and a GNU Make version.
One way around this would be to have a check that ensures you are using a valid version of GNU Make otherwise it would abort. We'll have to look into how to do that.
It seems that both gmake and make work.