Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1951049 Details for
Bug 2178710
scalapack: Build in C89 mode
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
A partial patch to fix some implicit function declarations
scalapack-c99-partial.patch (text/plain), 1.46 KB, created by
Arjun Shankar
on 2023-03-15 15:52:28 UTC
(
hide
)
Description:
A partial patch to fix some implicit function declarations
Filename:
MIME Type:
Creator:
Arjun Shankar
Created:
2023-03-15 15:52:28 UTC
Size:
1.46 KB
patch
obsolete
>diff -u scalapack-2.2.0/scalapack-2.2.0/BLACS/SRC/Bdef.h.c99 scalapack-2.2.0/scalapack-2.2.0/BLACS/SRC/Bdef.h >--- scalapack-2.2.0/scalapack-2.2.0/BLACS/SRC/Bdef.h.c99 2022-02-03 02:42:46.000000000 +0100 >+++ scalapack-2.2.0/scalapack-2.2.0/BLACS/SRC/Bdef.h 2023-03-15 12:34:55.241240080 +0100 >@@ -284,6 +284,16 @@ > (m)/2 - (m) * (length) ) * (bytes);\ > } > >+void BI_dvmcopy(Int m, Int n, double *A, Int lda, double *buff); >+void BI_dmvcopy(Int m, Int n, double *A, Int lda, double *buff); >+void BI_svmcopy(Int m, Int n, float *A, Int lda, float *buff); >+void BI_smvcopy(Int m, Int n, float *A, Int lda, float *buff); >+void BI_ivmcopy(Int m, Int n, Int *A, Int lda, Int *buff); >+void BI_imvcopy(Int m, Int n, Int *A, Int lda, Int *buff); >+ >+void BI_TransDist(BLACSCONTEXT *ctxt, char scope, Int m, Int n, Int *rA, >+ Int *cA, Int ldrc, BI_DistType *dist, Int rdest, Int cdest); >+ > /* > * These macros call the correct packing/unpacking routines > */ >diff -u scalapack-2.2.0/scalapack-2.2.0/BLACS/SRC/blacs_get_.c.c99 scalapack-2.2.0/scalapack-2.2.0/BLACS/SRC/blacs_get_.c >--- scalapack-2.2.0/scalapack-2.2.0/BLACS/SRC/blacs_get_.c.c99 2022-02-03 02:42:46.000000000 +0100 >+++ scalapack-2.2.0/scalapack-2.2.0/BLACS/SRC/blacs_get_.c 2023-03-15 13:23:50.755667253 +0100 >@@ -5,6 +5,8 @@ > F_VOID_FUNC blacs_get_(Int *ConTxt, Int *what, Int *val) > #endif > { >+ void Cblacs_pinfo(Int *, Int *); >+ > Int Csys2blacs_handle(MPI_Comm); > Int ierr, *iptr; > MpiInt flag;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2178710
: 1951049