On Wed, 12 Oct 2011, Renante Mangumpit wrote:
I would like to ask a couple of things about gretl software:
1. Does it support GPU acceleration?
2. Does it support distributed networking? (running the same
program in parallel
computing to speed up the process.)
No and No. Gretl does support parallelization via OpenMP for matrix
multiplication. This is not enabled by default -- because it slows
down moderate-sized matrix calculations -- but it can be enabled at
compile time if you're planning to do a lot of work with very big
matrices.
Allin Cottrell