You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the -parallel- command on MacOS X 10.12 and Stata/IC 15.1 and run into some connection issues. I tried to replicate the minimal example with the -egen- command which gives me the following output:
. ssc install parallel, replace
checking parallel consistency and verifying not already installed...
all files already exist and are up to date.
. mata mata mlib index
.mlib libraries to be searched are now
lmatabase;lmataado;lmataerm;lmatafc;lmatagsem;lmatamcmc;lmatamixlog;lmataopt;lmatapath;lmatapostest;lmatapss;lmat
> asem;lmatasp;lmatasvy;lmatatab;lparallel
.
. parallel setclusters 2, f
N Clusters: 2
Stata dir: /Applications/Stata/Stata.app/Contents/MacOS/Stata
.
. sysuse auto
(1978 Automobile Data)
.
. parallel, by(foreign): egen maxp = max(price)
--------------------------------------------------------------------------------
Parallel Computing with Stata (by GVY)
Clusters : 2
pll_id : guk2xjp312
Running at : /Users/Sarah/Documents
Randtype : datetime
Waiting for the clusters to finish...
cluster 0001 has finished with a connection error -601- (timeout) (see more)...
cluster 0002 has finished with a connection error -601- (timeout) (see more)...
Can someone tell me what's wrong with it?
I am rather new to Stata and to parallel processing and would greatly appreciate any suggestions.
Thanks, Sarah
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use the -parallel- command on MacOS X 10.12 and Stata/IC 15.1 and run into some connection issues. I tried to replicate the minimal example with the -egen- command which gives me the following output:
Can someone tell me what's wrong with it?
I am rather new to Stata and to parallel processing and would greatly appreciate any suggestions.
Thanks, Sarah
The text was updated successfully, but these errors were encountered: