parallel
PARALLEL: Stata module for parallel computing
Parallel lets you run Stata faster, sometimes faster than MP itself. By organizing your job in several Stata instances, parallel allows you to work with out-of-the box parallel computing. Using the the parallel prefix, you can get faster simulations, bootstrapping, reshaping big data, etc. without having to know a thing about parallel computing.
公卫论坛
With no need of having Stata/MP installed on your computer, parallel has showed to dramatically speedup computations up to two, four, or more times depending on how many processors your computer has.
公卫论坛
For accessing SSC version of parallel
. ssc install parallel, replace
公卫人
. mata mata mlib index
Development Version (Latest/Master)
For accessing the latest development version of parallel (from here) using Stata version >=13
公卫论坛
. net install parallel, from(https://raw.github.com/gvegayon/parallel/master/) replace
公卫论坛
. mata mata mlib index
For Stata version <13, download as zip, unzip, and then replace the above net install with 公卫人
. net install parallel, from(full_local_path_to_files) replace
附件列表
词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。