Hi there,
I am new to quantlib. Trying to run QuantLib-1.2 testsuite using Visual Studio 2008 in debug mode. The program runs quietly for a long time end eventually finished successfully. My problem is that I could not find where the BOOST_MESSAGE(message) goes. It is not in the console window. I did not see any log file either. Searched internet and did not find anything either. Anyone can provide any clue would be appreciated. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi,
you can type quantlib-test-suite --help to get some help. There is more to read here http://www.boost.org/doc/libs/1_53_0/libs/test/doc/html/utf/user-guide.html and concerning your specific questions here http://www.boost.org/doc/libs/1_53_0/libs/test/doc/html/utf/user-guide/runtime-config/reference.html regards Peter On 05/11/2013 03:23 PM, Ling Wang wrote: > Hi there, > > I am new to quantlib. Trying to run QuantLib-1.2 testsuite using Visual Studio 2008 in debug mode. The program runs quietly for a long time end eventually finished successfully. My problem is that I could not find where the BOOST_MESSAGE(message) goes. It is not in the console window. I did not see any log file either. Searched internet and did not find anything either. > > Anyone can provide any clue would be appreciated. > > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > _______________________________________________ > QuantLib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Peter is correct. In particular, the specific flag you want to set is
--log_level. quantlib-test-suite --log_level=message should show the messages. (Another way to obtain the same result is to set the BOOST_TEST_LOG_LEVEL environment variable.) Luigi On Sat, May 11, 2013 at 4:23 PM, Peter Caspers <[hidden email]> wrote: > Hi, > > you can type > > quantlib-test-suite --help > > to get some help. There is more to read here > > http://www.boost.org/doc/libs/1_53_0/libs/test/doc/html/utf/user-guide.html > > and concerning your specific questions here > > http://www.boost.org/doc/libs/1_53_0/libs/test/doc/html/utf/user-guide/runtime-config/reference.html > > regards > Peter > > On 05/11/2013 03:23 PM, Ling Wang wrote: >> Hi there, >> >> I am new to quantlib. Trying to run QuantLib-1.2 testsuite using Visual Studio 2008 in debug mode. The program runs quietly for a long time end eventually finished successfully. My problem is that I could not find where the BOOST_MESSAGE(message) goes. It is not in the console window. I did not see any log file either. Searched internet and did not find anything either. >> >> Anyone can provide any clue would be appreciated. >> >> >> >> ------------------------------------------------------------------------------ >> Learn Graph Databases - Download FREE O'Reilly Book >> "Graph Databases" is the definitive new guide to graph databases and >> their applications. This 200-page book is written by three acclaimed >> leaders in the field. The early access version is available now. >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may >> _______________________________________________ >> QuantLib-users mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/quantlib-users > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > _______________________________________________ > QuantLib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |