On Mon, 2012-01-09 at 11:01 +0000, sufyan wrote: > mpif90 -g -o iotk_print_kinds.x iotk_print_kinds.o libiotk.a > /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: > cannot find -lmpi_f90
apparently you have a parallel compiler that looks good enough to be accepted by configure, but it is not properly installed, or in any event, it doesn't work properly for fortran 90. Use "./configure --disable-parallel" P. -- Paolo Giannozzi, IOM-Democritos and University of Udine, Italy
