43 #include "RTOpPack_SPMD_apply_op_decl.hpp"
44 #include "RTOpPack_SPMD_apply_op_def.hpp"
47 Teuchos::RCP<Teuchos::FancyOStream>& RTOpPack::spmdApplyOpDumpOut()
49 static Teuchos::RCP<Teuchos::FancyOStream> dumpOut;
54 void RTOpPack::set_SPMD_apply_op_dump_out(
const RCP<FancyOStream> &dumpOut)
56 spmdApplyOpDumpOut() = dumpOut;
60 #ifdef HAVE_RTOP_EXPLICIT_INSTANTIATION
63 #include "Teuchos_ExplicitInstantiationHelpers.hpp"
69 TEUCHOS_MACRO_TEMPLATE_INSTANT_SCALAR_TYPES(
70 RTOPPACK_SPMD_APPLY_OP_INSTANT_SCALAR)