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:
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: