You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/usrname/.cache/paru/clone/scalapack/src/scalapack-2.2.0/BLACS/SRC/igsum2d_.c: In function ‘igsum2d_’:
/home/usrname/.cache/paru/clone/scalapack/src/scalapack-2.2.0/BLACS/SRC/igsum2d_.c:154:7: error: implicit declaration of function ‘BI_imvcopy’; did you mean ‘BI_zmvcopy’? [-Wimplicit-function-declaration]
154 | BI_imvcopy(Mpval(m), Mpval(n), A, tlda, bp->Buff);
| ^~~~~~~~~~
| BI_zmvcopy
/home/usrname/.cache/paru/clone/scalapack/src/scalapack-2.2.0/BLACS/SRC/igsum2d_.c:169:13: error: implicit declaration of function ‘BI_ivmcopy’; did you mean ‘BI_cvmcopy’? [-Wimplicit-function-declaration]
169 | BI_ivmcopy(Mpval(m), Mpval(n), A, tlda, bp2->Buff);
| ^~~~~~~~~~
| BI_cvmcopy
make[2]: *** [CMakeFiles/scalapack.dir/build.make:636: CMakeFiles/scalapack.dir/BLACS/SRC/igsum2d_.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1039: CMakeFiles/scalapack.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
I've found similar issues, but I don't know what to do.
The text was updated successfully, but these errors were encountered:
I've found similar issues, but I don't know what to do.
The text was updated successfully, but these errors were encountered: