We support --redirect--stdout (or something - grep??) which does something similar to get you started… it redirects the output stream on a per-processor basis.
-Ben On Apr 5, 2013, at 9:19 AM, Manav Bhatia <[email protected]> wrote: > Hi, > > What is the best way to set libMesh::out to a file output stream? Would > the following suffice: > > std::fstream output_file; > libMesh::out = &output_file; > > > If so, should I do this after libMesh::init()? > > Thanks, > Manav > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
