Visible to Intel only — GUID: GUID-4F79C6BE-4E2C-40D8-A84E-730B1B27962F
Visible to Intel only — GUID: GUID-4F79C6BE-4E2C-40D8-A84E-730B1B27962F
Error Message: No Data Is Collected
Symptoms
When you open a report, the following error message appears: Error 0x40000024 (No data) – No data is collected.
Another possible message: Error 0x4000002a (Database interface error) -- Cannot run data transformation 'Add Fake Loop Data'.
Cause
The possible causes are:
The data collection period is too short (less than 500 ms on CPU or GPU), and the Intel® Advisor cannot capture performance data since it uses time sampling to collect CPU or GPU time.
The application crashed during an Intel Advisor analysis.
The application could not find required shared libraries, for example, an OpenMP* runtime, if compiler environment was not sourced.
Possible Solution
Do one of the following:
Verify that you can run your application without the Intel Advisor.
Open a new console window. You can keep the console window where you launch the Intel Advisor.
Run the application from a new console window with the same environment set up.
If you see an error message reporting problem with loading shared libraries, set up the application environment. For example, do the following:
Set the LD_LIBRARY_PATH variable.
Source an Intel® Compiler environment.
Once the application runs successfully, start the Intel Advisor console window with the same environment set up.
If the data collection duration is too short, do one of the following:
Increase the workload for your application.
Decrease sampling interval to 1ms.