cleans up regression tests (regression tests not supported now are in __needs_implementation)
removes .cpp files not needed anymore (hardly any compilation takes place in gkyl now)
removes Eigen
JJ originally wrote:
This commit adds a build-gkylzero shell script that builds gkylzero for the user, without having to follow a separate installation process for gkylzero followed by gkyl.
Note that we do this right now via an environment variable set within each G2 mkdeps script called MACHINE_NAME, that is a simple string that the build-gkylzero shell script checks. If a user is building on a totally new system, they will need to make a gkylzero mkdeps script and a gkyl mkdeps script. To be documented online.
MF: Editing main description
This PR
JJ originally wrote: This commit adds a build-gkylzero shell script that builds gkylzero for the user, without having to follow a separate installation process for gkylzero followed by gkyl.
Note that we do this right now via an environment variable set within each G2 mkdeps script called MACHINE_NAME, that is a simple string that the build-gkylzero shell script checks. If a user is building on a totally new system, they will need to make a gkylzero mkdeps script and a gkyl mkdeps script. To be documented online.