Using IF15, in a subroutine I make a call to Pardiso with mkl_pardiso.f77' and everything was OK.
Now with IF16 upd 4 the compilers is unable to include mkl_pardiso.f77.
Both include documented in the user reference manual i.e.
- include mkl.fi
- include mkl_pardiso.f90
generates compiler errors.
What one should do ?