stan-dev / math

The Stan Math Library is a C++ template library for automatic differentiation of any order using forward, reverse, and mixed modes. It includes a range of built-in functions for probabilistic modeling, linear algebra, and equation solving.
https://mc-stan.org
BSD 3-Clause "New" or "Revised" License
739 stars 186 forks source link

refactor mpi_cluster #903

Open wds15 opened 6 years ago

wds15 commented 6 years ago

Summary:

The mpi_cluster resource in stan-math should be revisited and it's design possibly improved.

Description:

The suggested improvements which need consideration are

Reproducible Steps:

NA

Current Output:

The current output. Knowing what is the current behavior is useful.

Expected Output:

Describe what you expect the output to be. Knowing the correct behavior is also very useful.

Additional Information:

Provide any additional information here.

Current Version:

develop

SteveBronder commented 2 years ago

@wds15 is this still an issue?