0

I am trying to compile the first example of ScaLapack. For that I am using a makefile to compile and I am having these error's message:

enter image description here

I already did all the procedures to install ScaLapack but I think that I have to do some modification in my Makefile in order to compile the example. To compile the program using the makefile just type "make" on the terminal.

Here my makefile and the ScaLapack example:

enter link description here

Mateus
  • 149
  • 7

1 Answers1

0

Well there is a couple link libraries missing:

-lscalapack -lblacsF77 -lblacs is good place to start. Let me know, if you still have issues.

Kaveh Vahedipour
  • 3,412
  • 1
  • 14
  • 22