Hello, I would really appreciate your help with this problem: I am trying to compile and run a fortran 90 code in ubuntu but as I try to run the program,there appears this message:
blacs error `users with C main programs must explicitly call MPI_INIT`
I am compiling withthe following code:
gfortran scalapack_prb1.f90 -lscalapack-openmpi -lblacs-openmpi -lm
Thank you,
Juan Sebastian

