OpenACC Tutorial - Profiling: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Incorrect program name)
No edit summary
Line 43: Line 43:
|make  
|make  
|result=
|result=
pgc++ -fast  -c -o main.o main.cpp
nvc++   -c -o main.o main.cpp
"vector.h", line 30: warning: variable "vcoefs" was declared but never
nvc++ main.o -o cg.x
      referenced
      double *vcoefs=v.coefs;
                    ^
 
pgc++ main.o -o cg.x -fast
}}
}}


Line 106: Line 101:
}}
}}
<translate>
<translate>
== Compiler Feedback  == <!--T:16-->
== Compiler Feedback  == <!--T:16-->
Before working on the routine, we need to understand what the compiler is actually doing by asking ourselves the following questions:
Before working on the routine, we need to understand what the compiler is actually doing by asking ourselves the following questions:
Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837

edits

Navigation menu