Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Problem with OpenMP artifacts

Hi All,

I have a synchronized C project that uses OpenMP.  I click on the red circle icon in the toolbar and select "Show OpenMP Artifacts"

"OpenMP Include Paths Not Found"
"Please first specify the OpenMP include paths in the Preferences page."

Then, it says "Unless 'Recognize artifacts by prefix alone' is set in the preferences (this is the default), this could be a problem with the include file(s) for this API."

So, I go to the Eclipse Preferences pane, and under Parallel Tools/Parallel Language Development/OpenMP, I see that "Recognize OpenMP Artifacts by prefix (omp_) alone?" is checked.  But, in C I have artifacts like this:
#pragma omp parallel 

So, is that why my artifacts are not being recognized?

Also, on that same screen, if I try to add a new include path, it provides a file browser for the local file system, even though the include path is on the remote file system.  There appears to be no way to include a path on the remote file system.

Any advice would be appreciated!

Regards,
Dave
---
David E. Hudak, Ph.D.          dhudak@xxxxxxx
Research Scientist
Ohio Supercomputer Center
http://www.osc.edu











Back to the top