- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi! I am now using Intel Parallel Studio Cluster Edition 2016 (update-2) for Windows! And I try my openmp program with Xeon-phi! When I build my program with the following command ==>>
icl /Qmic -qopenmp example.cpp
I get "a.out" file! And I can execute "a.out" file on Xeon-Phi.
But at the step of building program according to above command I get this warning ==>>" icc: warning #10362: Environment configuration problem encountered. Please check for proper MPSS installation and environment setup."
I really want to know why this warning appears.
Thank you for reading,
Best regards,
Ba Hla Than!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I expect you are hitting a known issue with the MPSS 3.6 release (and possibly earlier releases too) where the icc driver is expecting to find a GNU 5.1.1 directory within the MPSS installed image; however, that directory is missing; hence the warning. (A side note: Without MPSS installed the compilation issues the same warning but ultimately fails due to not finding other needed include files.)
There are related internal defects filed (DPD200377622 / HSD 5163141) for the symptom you reported. According to these the issue is resolved with MPSS 3.6.1 (and later). The HSD is referenced in the MPSS release notes here.
That your producing and able to run the executable suggests some programs do not depend on the directory but the best solution is to upgrade to the latest available MPSS, or at least MPSS 3.6.1. MPSS version details are available here, https://software.intel.com/en-us/articles/intel-manycore-platform-software-stack-mpss.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your careness!
I will update the least MPSS version!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Even if I update to latest update, the same above error persists. >" icc: warning #10362: Environment configuration problem encountered. Please check for proper MPSS installation and environment setup."
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page