On Sun, Apr 17, 2011 at 10:33 AM, John H Palmieri <[email protected]> wrote: > > > On Sunday, April 17, 2011 3:58:46 AM UTC-7, Samuel Lelievre wrote: >> >> Hello, >> >> Is it possible to get a timing indication at the end of "make", >> similar >> to the one at the end of "make ptestlong", which looks something like >> >> Total time for all tests: 31931.8 seconds >> >> What about a translation into days hours minutes seconds, like >> >> Total time for all tests: 31931.8 seconds (8 h 52 min 11.8 s) >> >> Samuel > > After I type "make", I get this at the end: > > > real 101m7.673s > user 135m57.563s > sys 23m6.260s > To install gap, gp, singular, etc., scripts > in a standard bin directory, start sage and > type something like > sage: install_scripts('/usr/local/bin') > at the Sage command prompt. > > To build the documentation, run > make doc > > Sage build/upgrade complete! > > > (Check the end of the file install.log, for instance. After it finishes > compiling, it then builds the documentation, so this message will scroll off > the screen. If you want to skip building the documentation, type "make > build" instead.) Is this what you're looking for?
Oh, nice. Often it takes longer to build the documentation than the rest of sage--we really should figure out how to parallelize sphynx. - Robert -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
