Add a "generic" option for (distributed) gemm
The summa gemm is more efficient than the original generic gemm and is enabled by default. Though, it might be interesting to have the option to easily switch to the original generic one (chameleon_dtesting -o gemm --generic). @AntJego implemented it and proposes to share it into the master.