Here is a minor suggestion for the Readme.md. It says You can limit the maximum rank by setting -DMAXRANK=<num> in the FYPPFLAGS environment variable: `make -f Makefile.manual FYPPFLAGS=-DMAXRANK=4` It may not be obvious to a new user why one would do this, but this drastically reduces the compilation time compared to `make -f Makefile.manual` So I suggest adding a sentence after the first command above: "Doing this substantially reduces compilation time."