Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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?

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?

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?

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?