Skip to content

Add pgi support for non-X86 systems.

Ye Luo requested to merge ye-luo/q-e:supprt-ppc64-pgi into develop

I'm using PGI on Summit IBM power9 to test the GPU code. It is seems that fixing the configure is more appropriate on the main repo. Issues: MPIF90 doesn't propagate F90 pgfortran was recognized as gfortran.

My change should

  1. allow identifying the underling compiler of MPIF90 on non-X86 systems.
  2. pick up pgf90 and pgfortran on non-X86 systems
  3. all the arch=* rules moved to the end.

I have a version of autoconf older than the one generated the current configure Running install/refresh-configure.sh changes more than my intention. Could someone more experienced with autoconfig help me out? Just push to this merge request is fine.

Edited by giannozz

Merge request reports