Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Gives warning while compilation

shalabh_a_
Beginner
274 Views

ifort: warning #10362: Environment configuration problem encountered.  Please check for proper MPSS installation and environment setup.

0 Kudos
4 Replies
Steven_L_Intel1
Employee
274 Views

Please show the compile command you are using. Are you trying to compile a program that offloads work to an Intel Xeon Phi coprocessor?

0 Kudos
shalabh_a_
Beginner
274 Views

I am giving the command as ifort code_name.f90. Initially it was working, but from last week it gives the warning

0 Kudos
Steven_L_Intel1
Employee
274 Views

Please attach the source file you are trying to compile.

0 Kudos
Kevin_D_Intel
Employee
274 Views

That warning can occur when you have language extensions for offload present in the source file, which triggers the target compilation, but where MPSS is not installed. Seeing your source file will help.

You should also verify that MPSS is installed on the system.

0 Kudos
Reply