You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error is reported is on line# 395.
This code compiles perfectly otherwise and runs fine. Do I need to do
something more other than the two pragmas for "scop" and "endscop" ?
I was able to run the examples provided along with pluto.
Any pointers/help is appreciated.
The text was updated successfully, but these errors were encountered:
From my experience, Pluto, which rely on a source level analyzer, cannot handle the definition (delta = 0) and function calls (value_update_iters( w, l_part, l_state )). Please only include something like 'c[tid][kk] += a[tid] * b_s[j][kk];' in the pragma.
Hi,
I am trying to test pluto to parallelize a piece of my code. I get syntax
errors of this nature:
The section of my code around which I have #pragma scop is as follows:
Error is reported is on line# 395.
This code compiles perfectly otherwise and runs fine. Do I need to do
something more other than the two pragmas for "scop" and "endscop" ?
I was able to run the examples provided along with pluto.
Any pointers/help is appreciated.
The text was updated successfully, but these errors were encountered: