gvegayon / parallel

PARALLEL: Stata module for parallel computing
https://rawgit.com/gvegayon/parallel/master/ado/parallel.html
MIT License
118 stars 26 forks source link

Trouble with reshaping #26

Closed suanalyst closed 8 years ago

suanalyst commented 8 years ago

I just ran across parallel and I'm trying to use it to speed up some reshaping. But I keep getting the following error: parallel setclusters 4 N Clusters: 4 Stata dir: C:\Program Files (x86)\Stata13/StataSE-64.exe parallel, by(Emplid) force: reshape long Q, i(Emplid) j(Question) string file __pllv1erujp610_dataset.dta could not be opened r(603); I'm running Stata13 on a windows pc.
Any advice? Thanks!!

gvegayon commented 8 years ago

It seems to be a user privileges issue. Can you submit the output of the command cereturn list? Thanks

George G. Vega Yon +1 (626) 381 8171 http://www.its.caltech.edu/~gvegayon/

On Fri, Jan 8, 2016 at 11:06 AM, suanalyst notifications@github.com wrote:

I just ran across parallel and I'm trying to use it to speed up some reshaping But I keep getting the following error: parallel setclusters 4 N Clusters: 4 Stata dir: C:\Program Files (x86)\Stata13/StataSE-64exe parallel, by(Emplid) force: reshape long Q, i(Emplid) j(Question) string file __pllv1erujp610_datasetdta could not be opened r(603); I'm running Stata13 on a windows pc

Any advice? Thanks!!

— Reply to this email directly or view it on GitHub https://github.com/gvegayon/parallel/issues/26.

gvegayon commented 8 years ago

Have you solved this?

Thanks

bquistorff commented 8 years ago

Closed until further information is provided.