Add PMT::Create interface
A new pmt::Create
function has been added that calls ::Create
for the platform specified by a string argument. This also helps to clean up some of the code quite significantly, including CMake and the Python interface. The existing -Test
binaries are now all condensed into PMT
. Users are expected to specify the environment variable PMT_NAME
to select the platform.
Edited by Bram Veenboer