Dear all,

I am trying to compile Qe 6.0 with intel compilers and intel mkl.

I have followed the following website https://software.intel.com/en-us/articles/quantum-espresso-for-the-intel-xeon-phi-processor and used the configure wrapper scripts provided.

Before configuration, i made sure the ifort and mpiifort are in path by doing the source command and checking with which command

I used the configure file configure-qe-hsw-omp and the configuration was declared successful.

However, when i tried to make pw -j, i get the following error at the end

mpiifort -O2 -align array64byte -threads -heap-arrays 4096  -xCORE-AVX2 -fp-model fast=2 -complex-limited-range -assume byterecl -qopenmp -nomodule -qopenmp -fpp -D__OPENMP -D__INTEL -D__DFTI -D__NON_BLOCKING_SCATTER -D__EXX_ACE -D__MPI -D__SCALAPACK -D__ELPA3 -D__ELPA_2016_2016  -I/home/yasser/Documents2/qe-6.0//include -I../include/ -I/opt/intel/compilers_and_libraries_2017.1.132/linux/mkl/include -I/home/yasser/Documents2/qe-6.0/../elpa/default-hsw-omp/include/elpa/modules  -c iotk_base.f90
make[2]: mpiifort: Command not found
../../../make.inc:16: recipe for target 'iotk_base.o' failed
make[2]: *** [iotk_base.o] Error 127
make[2]: Leaving directory '/home/yasser/Documents2/qe-6.0/S3DE/iotk/src'
extlibs_makefile:67: recipe for target 'libiotk' failed
make[1]: *** [libiotk] Error 2
make[1]: Leaving directory '/home/yasser/Documents2/qe-6.0/install'
Makefile:187: recipe for target 'libiotk' failed
make: *** [libiotk] Error 2


I could not figure it why it declares that mpiifort command is not found, although i can find it using the which command.

By the way, while ifort appears as an executable in its root location, mpiifort appears as a script only.

My processer is an intel i7 5930K.

Can you please help?

Yasser
_______________________________________________
Pw_forum mailing list
[email protected]
http://pwscf.org/mailman/listinfo/pw_forum

Reply via email to