Re: [QE-users] Compiling qe git version with parallel_studio_xe/2020.0.088 will still invoke mpif90.

2020-06-03 Thread Hongyi Zhao
Ye Luo 于2020年6月4日周四 上午11:25写道: > > mpif90 from intel MPI invokes gfortran. > You should use mpiifort instead. > $ ./configure --with-scalapack=intel MPIF90=mpiifort > assuming mpiifort exists on your path. Thanks a lot, it does the trick. HY > Ye > === > Ye Luo, Ph.D. > Computat

Re: [QE-users] Compiling qe git version with parallel_studio_xe/2020.0.088 will still invoke mpif90.

2020-06-03 Thread Ye Luo
mpif90 from intel MPI invokes gfortran. You should use mpiifort instead. $ ./configure --with-scalapack=intel MPIF90=mpiifort assuming mpiifort exists on your path. Ye === Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Argonne National Laboratory On W

[QE-users] Compiling qe git version with parallel_studio_xe/2020.0.088 will still invoke mpif90.

2020-06-03 Thread Hongyi Zhao
Hi, See my following steps on compiling the latest qe git verson with parallel_studio_xe/2020.0.088: $ module load parallel_studio_xe/2020.0.088 $ ./configure --with-scalapack=intel checking build system type... x86_64-pc-linux-gnu checking ARCH... x86_64 checking setting AR... ... ar checking se