First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 11 years ago

rickhg12hs gravatar image

Which packages check performance during build?

Which packages use performance testing during the build process to optimize it? For example, I know NTL and Atlas do some testing to pick the best parameters for the platform. What other packages do this?

If I want to rebuild the performance testing packages during system "low-load" times, how should that be done? Like this?

$ ./sage -f NTL  && ./sage -f Atlas ...

Are there dependencies? In what order should they be rebuilt?

Which packages check performance during build?

Which packages use performance testing during the build process to optimize it? For example, I know NTL and Atlas do some testing to pick the best parameters for the platform. What other packages do this?

If I want to rebuild the performance testing packages during system "low-load" times, how should that be done? Like this?

$ ./sage -f NTL  && ./sage -f Atlas ...
... && ./sage -b

Are there dependencies? In what order should they be rebuilt?

click to hide/show revision 3
clarified title

Which packages check optimize performance parameters during build?

Which packages use performance testing during the build process to optimize it? For example, I know NTL and Atlas do some testing to pick the best parameters for the platform. What other packages do this?

If I want to rebuild the performance testing packages during system "low-load" times, how should that be done? Like this?

$ ./sage -f NTL  && ./sage -f Atlas ... && ./sage -b

Are there dependencies? In what order should they be rebuilt?

click to hide/show revision 4
fixed character case

Which packages optimize performance parameters during build?

Which packages use performance testing during the build process to optimize it? For example, I know NTL and Atlas do some testing to pick the best parameters for the platform. What other packages do this?

If I want to rebuild the performance testing packages during system "low-load" times, how should that be done? Like this?this? [Edited to fix character case]

$ ./sage -f NTL  && ./sage -f Atlas atlas ... && ./sage -b

Are there dependencies? In what order should they be rebuilt?

click to hide/show revision 5
fixed some char case

Which packages optimize performance parameters during build?

Which packages use performance testing during the build process to optimize it? For example, I know NTL and Atlas do some testing to pick the best parameters for the platform. What other packages do this?

If I want to rebuild the performance testing packages during system "low-load" times, how should that be done? Like this? [Edited to fix character case]

$ ./sage -f NTL ntl  && ./sage -f atlas ... && ./sage -b

Are there dependencies? In what order should they be rebuilt?