mizuRoute icon indicating copy to clipboard operation
mizuRoute copied to clipboard

Get build to work with either gmake or regular make

Open ekluzek opened this issue 4 years ago • 2 comments

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.

ekluzek avatar Oct 06 '21 20:10 ekluzek

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.

ekluzek avatar Oct 06 '21 20:10 ekluzek

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.

ekluzek avatar Oct 06 '21 20:10 ekluzek

It seems that both gmake and make work.

nmizukami avatar Jul 24 '24 16:07 nmizukami