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

Check out useful Diagnostics Utility - part of HPC Toolkit

Devorah_H_Intel
Moderator
2,062 Views

Use Diagnostics Utility (comes with HPC Toolkit) to check your system configuration:

User Guide 

Here is an example on Windows:

C:\Program Files (x86)\Intel\oneAPI\diagnostics\2024.2\bin> diagnostics.bat --select gpu -v
C:\Program Files (x86)\Intel\oneAPI\diagnostics\2024.2\bin> diagnostics.bat --select gpu -v

Checks results:


===================================================================================================================================================================================================================================================================================================
Check name: oneapi_gpu_check
Description: This check runs GPU workloads and verifies readiness to run applications on GPU(s).
===================================================================================================================================================================================================================================================================================================

|  OpenMP GPU pipeline tests                                                                                                                                                                                                                                                                      |
|  ├─Compile test matmul-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------PASS   |
|  ├─Test simple matrix multiplication with Intel® oneAPI Level----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------PASS   |
|  │ Zero.                                                                                                                                                                                                                                                                                        |
|  ├─Test simple matrix multiplication with OpenCL™.---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------PASS   |
|  ├─Compile test binoption----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------PASS   |
|  ├─Test simple binary options program with Intel® oneAPI Level---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------PASS   |
|  │ Zero.                                                                                                                                                                                                                                                                                        |
|  └─Test simple binary options program with OpenCL™.--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------PASS   |
|  DPC++ GPU pipeline tests                                                                                                                                                                                                                                                                       |
|  ├─Compile simple SYCL code--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------PASS   |
|  ├─Test simple DPC++ program with Intel® oneAPI Level Zero.------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------PASS   |
|  ├─Test simple DPC++ program with OpenCL™.-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------PASS   |
|  ├─Compile parallel for program----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------PASS   |
|  ├─Test simple DPC++ parallel-for program with Intel® oneAPI Level-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------PASS   |
|  │ Zero.                                                                                                                                                                                                                                                                                        |
|  └─Test simple DPC++ parallel-for program with OpenCL™.----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------PASS   |

===================================================================================================================================================================================================================================================================================================
Check name: gpu_metrics_check
Description: This check verifies that GPU metrics' results are satisfactory.
===================================================================================================================================================================================================================================================================================================

|  #0 Intel(R) Graphics 0x7d45                                                                                                                                                                                                                                                                    |
|  Message: For this GPU, values are not known.                                                                                                                                                                                                                                                   |
|  └─GPU Frequency, MHz (Max/Target)-----2000/unknown--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |

===================================================================================================================================================================================================================================================================================================
Check name: gpu_backend_check
Description: This check shows information from OpenCL™ and Intel® oneAPI Level Zero drivers.
===================================================================================================================================================================================================================================================================================================

|  GPU                                                                                                                                                                                                                                                                                            |
|  ├─Intel® oneAPI Level                                                                                                                                                                                                                                                                          |
|  │ Zero Driver                                                                                                                                                                                                                                                                                  |
|  │ ├─Driver is loaded.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------PASS   |
|  │ └─Driver information                                                                                                                                                                                                                                                                         |
|  │   ├─Loader Version--------1.17.6------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|  │   ├─Installed driver------1-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|  │   │ number                                                                                                                                                                                                                                                                                   |
|  │   └─Driver # 0                                                                                                                                                                                                                                                                               |
|  │     ├─API version---------1.3---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|  │     └─Devices                                                                                                                                                                                                                                                                                |
|  │       ├─Device number-----1-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|  │       └─Device # 0                                                                                                                                                                                                                                                                           |
|  │         ├─Device type-----Graphics Processing Unit------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|  │         └─Device name-----Intel(R) Graphics-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|  └─OpenCL™ Driver                                                                                                                                                                                                                                                                               |
|    ├─Driver is loaded--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------PASS   |
|    └─Driver information                                                                                                                                                                                                                                                                         |
|      ├─Platform number-------1-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|      └─Platform # 0                                                                                                                                                                                                                                                                             |
|        ├─Name----------------Intel(R) OpenCL Graphics------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|        ├─Version-------------OpenCL 3.0--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|        └─Devices                                                                                                                                                                                                                                                                                |
|          ├─Device number-----1-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|          └─Device # 0                                                                                                                                                                                                                                                                           |
|            ├─Type------------GPU---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|            ├─Name------------Intel(R) Graphics-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|            └─Version---------OpenCL 3.0 NEO----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |

===================================================================================================================================================================================================================================================================================================
Check name: intel_gpu_detector_check
Description: This check shows information about Intel GPU(s) on the system, based on win32_VideoController WMI class.
===================================================================================================================================================================================================================================================================================================

|  GPU information                                                                                                                                                                                                                                                                                |
|  └─Intel GPU #1                                                                                                                                                                                                                                                                                 |
|    ├─Name----------Intel(R) Graphics-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|    ├─Status--------OK--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|    ├─Driver--------32.0.101.5762---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|    │ Version                                                                                                                                                                                                                                                                                    |
|    ├─PCI ID--------7D45------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |
|    └─GPU type------Integrated------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INFO   |

Output directory: C:\Users\username\intel\diagnostics\logs
        Text report: diagnostics_select_verbosity_soc-854CVW3_20240716_152954874166.txt
        JSON report: diagnostics_select_verbosity_soc-854CVW3_20240716_152954874166.json

This report for soc-854CVW3
was generated by the Diagnostics Utility for oneAPI 2024.2.0.

Any feedback would be appreciated. 
You do need to install python for it to work. 

17 Replies
jimdempseyatthecove
Honored Contributor III
2,025 Views

Has issues with integrated GPU on i914900k

See lines 93:97

jimdempseyatthecove_1-1721173018773.png

 

I tried posting this from select Ctrl-C from CMD prompt and got:

jimdempseyatthecove_0-1721172982898.png

Comes up inserting as Plain Text, as well as, inserting directly into the message, as well as, pasting into Notepad, saving as ANSI, then copy and paste back into forum.

Jim Dempsey 

andrew_4619
Honored Contributor III
1,953 Views

You should avoid seventy space zero as it rejected that for me also!

 

0 Kudos
jimdempseyatthecove
Honored Contributor III
1,921 Views

jimdempseyatthecove_0-1721232044680.png

Note, I couldn't even reply to your post. the LT/GT was for the less than character/slash/greater than character. Replacing it with LT/GT did not fix the issue.

Jim

 

0 Kudos
andrew_4619
Honored Contributor III
1,830 Views

Jim I was only saying "seventy space zero" is prohibited for me also, I guess a bit sequence in some other encoding gives some banned word, either that or it has some meaning that is lost to me or maybe the banned list dictionary is a bit foo bahd 

0 Kudos
Steve_Lionel
Honored Contributor III
1,930 Views

There are all sorts of innocuous text strings that will trigger the forum error when pasted, including the compiler's copyright notice. It seems that a goal of the "forum devs" is to gradually make the experience worse (login keeps getting harder), maybe to cause us all to just go away.

0 Kudos
andrew_4619
Honored Contributor III
1,831 Views

LOL the login process is .......! Strange error messages after password entry which if you wait get refreshed away and it has actually worked, multiple refreshes which often dump you on a page miles above where you want to be,  and when you browse down to where you want to be it then does one more refresh and move you back up the web tree again, the  "Snakes and Ladders" game. Love it (#sarcasm).

 

0 Kudos
Devorah_H_Intel
Moderator
1,896 Views

I reported the forum error to the forum backend. 

0 Kudos
jimdempseyatthecove
Honored Contributor III
1,726 Views

I even looked at the HTML and could not find anything related to "seventy space zero" or anything unusual.

 

Jim

0 Kudos
jimdempseyatthecove
Honored Contributor III
1,724 Views

This error seems to come from a copy from somewhere to clipboard, and paste into the forum message. The webmaster should be able to do this and see what is happening. Then fix this annoying feature.

 

*** To webmaster, do not use your phone to investigate this. Use your desktop computer.

 

Jim Dempsey

0 Kudos
Devorah_H_Intel
Moderator
1,584 Views

@jimdempseyatthecove wrote:

This error seems to come from a copy from somewhere to clipboard, and paste into the forum message. The webmaster should be able to do this and see what is happening. Then fix this annoying feature.

 

*** To webmaster, do not use your phone to investigate this. Use your desktop computer.

 

Jim Dempsey


A ticket has been opened with Khoros on this. I hope their turnaround is fast.  
I will open a thread on forum usage issues if the problem is widespread. 

0 Kudos
Devorah_H_Intel
Moderator
1,535 Views

@jimdempseyatthecove   @Steve_Lionel @andrew_4619 
I got a response from the forum backend. The Khoros are working on this issue, and content filters are causing the problem. I am not involved with these filters—someone else is. Meanwhile, the suggestion was to use 70-0 in your replies as a workaround for 70 space 0

0 Kudos
jimdempseyatthecove
Honored Contributor III
1,458 Views

>> Meanwhile, the suggestion was to use 70hyphen0 in your replies as a workaround for 70 space 0

We are not in control of what is in a copy (error report, source code example, other text from this forum) and paste and maintain the text that is causing an issue or a report of an issue. To change the text to placate a filter would obfuscate an issue report.

 

For example, in my 1st post, the "offending" text may have been in

jimdempseyatthecove_0-1721829793658.png

What would you suggest I change the text to .AND. convey the specific graphics information???

 

Jim Dempsey

0 Kudos
Steve_Lionel
Honored Contributor III
1,528 Views

There are many strings the filter complains about, including 1985 - 2024 (without the spaces around the dash), which appears in the compiler's logo output. It isn't just pasting - typing the numeric strings sets off a complaint.

 

Steve_Lionel_0-1721760881189.png

 

Devorah_H_Intel
Moderator
1,427 Views

 I have good news. The weird content filter has been removed, and you should be able to post as usual without seeing any error messages. Please give it a try here.

0 Kudos
Steve_Lionel
Honored Contributor III
1,425 Views

Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 2024.2.0 Build 20240602
Copyright (C) 1985-2024 Intel Corporation. All rights reserved.

70-0

Works!

Did they happen to give you a clue as to what they were doing wrong?

Devorah_H_Intel
Moderator
1,403 Views

@Steve_Lionel wrote:

Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 2024.2.0 Build 20240602
Copyright (C) 1985-2024 Intel Corporation. All rights reserved.

70-0

Works!

Did they happen to give you a clue as to what they were doing wrong?


Thank you, Steve!
About two weeks ago, a content filter was incorrectly implemented in the backend, which caused these errors. I'm glad it has been resolved!

jimdempseyatthecove
Honored Contributor III
1,390 Views

Thanks for the resolution.

 

0 Kudos
Reply