Page 1 of 1

Parallel Computing

Posted: Tue Jul 23, 2013 7:08 am
by jkmatrix
Hi all,

is it possible to code for gpu computing in Eviews 8? I have a program running many other programs and it currently takes over 20 minutes to run. I wonder if I can speed that up.

my code:

include y:\toolkit\subroutines\exec.prg

call exec("macro1 macro2 macro3 macro5 macro6 macro7 macro8 macro9", "X:\ 'file path' \")
wfclose
sleep(50000)
'

Re: Parallel Computing

Posted: Tue Jul 23, 2013 7:57 am
by EViews Gareth
Unfortunately not.

Of course you might be able to speed up your program in other ways.