Compiling on RHEL 7 with MKL


Click here for full thread
Clicked A Few Times
I apologize, I got greedy with my copy and paste. The output of mpiifort is:

$ mpiifort -v
mpiifort for the Intel(R) MPI Library 5.0 Update 2 for Linux*
Copyright(C) 2003-2014, Intel Corporation.  All rights reserved.
ifort version 15.0.1


Just to recap; after
make clean
on the src directory, I ran
make FC=mpiifort
and got still got the invalid data type error. After
make clean
and
make FC=ifort
, I don't get the error but get poor performance. How can I better trace where this error is coming from?
Can't thank you enough for your help!