Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ store()

template<int call_id, int member, typename T >
static void stan::math::internal::mpi_parallel_call_cache< call_id, member, T >::store ( const T &  data)
inlinestatic

Store data to be cached locally.

Must be called a single time only. Once data is stored the cache is marked as valid. As there is no within-process parallelism no locking is used here.

Definition at line 66 of file mpi_parallel_call.hpp.