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
751 stars 188 forks source link

improve MPI makefile #905

Open wds15 opened 6 years ago

wds15 commented 6 years ago

Summary:

The MPI makefiles currently do not build boost in parallel and they also do not integrate well with cmdstan.

Description:

Reproducible Steps:

NA

Current Output:

NA

Expected Output:

NA

Additional Information:

Provide any additional information here.

Current Version:

develop

SteveBronder commented 2 years ago

@wds15 is this still an issue?