Lorenzo Paulatto wrote: > Just rerun the configure script setting the F90 environment variable: > F90=ifort ./configure > remember to "make clean" before.
not sure this is the good solution, since mpif90 seems to have pgi as underlying compiler. The following should work: F90=pgf90 ./configure or F90=ifort ./configure --disable-parallel (for serial execution only) P. -- Paolo Giannozzi, Democritos and University of Udine, Italy
