Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
libatlas3
atlas-hack.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File atlas-hack.patch of Package libatlas3
Index: tune/sysinfo/masrch.c =================================================================== --- tune/sysinfo/masrch.c.orig +++ tune/sysinfo/masrch.c @@ -113,7 +113,12 @@ double matime j = 0; for (i=0; i != NTIM; i++) { - assert( fscanf(fp, "%lf", &mflop[i]) ); + if(fscanf(fp, "%lf", &mflop[i])==0) { + if (i>0) + mflop[i]=mflop[i-1]; + else + assert(0); + } } fclose(fp); /*
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor