aboutsummaryrefslogtreecommitdiffstats
path: root/math/blacs/files/patch-SRC_MPI_blacs__pinfo__.c
blob: 5d6f5111549a2c4ff40dc2492426d40edd54e4dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- SRC/MPI/blacs_pinfo_.c.orig	1998-03-13 20:16:27 UTC
+++ SRC/MPI/blacs_pinfo_.c
@@ -1,5 +1,8 @@
 #include "Bdef.h"
 
+void bi_f77_init_(void);
+void bi_f77_get_constants_(int*, int*, int*);
+
 #if (INTFACE == C_CALL)
 void Cblacs_pinfo(int *mypnum, int *nprocs)
 #else