Parallel Computing
Posted: Tue Jul 23, 2013 7:08 am
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)
'
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)
'