rawls238 / Queueing.jl

Stochastic Queueing simulations in Julia
Other
5 stars 2 forks source link

Provide easy interface for parallelizing and aggregating simulations #4

Closed rawls238 closed 8 years ago

rawls238 commented 8 years ago

An aggregate_simulate function was added. This just utilizes the @parallel annotation. I was hoping to get this to work with MPI so it could be parallelized over a compute cluster but this should be sufficient for now