#1641: [with spkg, positive review pending fixes] Make ATLAS restart build on
tolerance error
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: mabshoff
Type: defect | Status: reopened
Priority: critical | Milestone: sage-3.3
Component: packages | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment(by mabshoff):
The bug in my 3.8.3.spkg was actually not killing error* in ATLAS's build
directory on restart:
{{{
cd $CUR/ATLAS-build
if [ -f error* ]; then
echo "ATLAS failed to build because your system is too heavily loaded
to obtain accurate timing."
echo "Please restart the build by typing make, when the load on your
system has decreased."
exit 1
fi
}}}
That error message is wrong by the way since not every failure is due to
timing issues - even though these days for ATLAS 99.9% of the time an
error indicates a tolerance failure.
I still think an incremental restart is better than start from scratch,
i.e. think of being two hours into a tune on Sparc or Itanium and it blows
up. I have made this #5328.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/1641#comment:9>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---