set manually:
-------------
- set python path in Makefile
- Makefile.systype simply defines which buildsystem to choose; no need to touch this file at all (note, all irrelevant Makefiles have been removed from buildsystem/)

- Config.sys:
   - this files controls most of the technical and some physical parameters of the code!
   - you may want/need to play with these settings

- buildsystem/:
   - set mpicxx compiler in buildsystem/Makefile.comp.gcc (should be the one installed in ../libraries/build/bin/)
   - set external libraries (FFTW, GSL, HDF5) in buildsystem/Makefile.gen.libs (again, should be the ones installed in ../libraries/build/)

