| Author |
Message |
Topic: About library functions such as 'eoshift' and 'isnan' in PVF |
HuWei39533
Replies: 1
Views: 60
|
Forum: Programming and Compiling Posted: Tue Jun 04, 2013 10:14 pm Subject: About library functions such as 'eoshift' and 'isnan' in PVF |
When I use library functions such as 'eoshift' and 'isnan' in PVF, errors occured. But in intel fortran compiler, no errors occured.
PVF does not support these library functions ? |
Topic: About OpenMP when using PVF |
HuWei39533
Replies: 1
Views: 44
|
Forum: Accelerator Programming Posted: Tue Jun 04, 2013 2:20 am Subject: About OpenMP when using PVF |
1. The sentinel (!$omp) must occupy columns 1-5 in fortran fixed-form source ?
2. How to get to the second line when the clause after !$omp is too long? Is there any special format or ampersand ? |
Topic: About the indices |
HuWei39533
Replies: 1
Views: 112
|
Forum: Accelerator Programming Posted: Tue May 07, 2013 11:48 pm Subject: About the indices |
This is the code:
!$acc data copyout(out_acc(1:napracc))
!$acc data copyin(xp(1:np),zp(1:np),up(1:np),wp(1:np))
!$acc parallel loop
do ii=1,nparacc
i = link_listacc(i ... |
Topic: How to debug with PVF on visual studio 2008 ? |
HuWei39533
Replies: 3
Views: 157
|
Forum: Accelerator Programming Posted: Tue May 07, 2013 11:06 pm Subject: How to debug with PVF on visual studio 2008 ? |
Hi HuWei39533,
For various technical reasons, we don't support debugging of accelerator compute regions. It is something we're working towards but wont be available in the near future.
- Mat
... |
Topic: How to debug with PVF on visual studio 2008 ? |
HuWei39533
Replies: 3
Views: 157
|
Forum: Accelerator Programming Posted: Fri May 03, 2013 8:05 pm Subject: How to debug with PVF on visual studio 2008 ? |
It aways stop response when I debug the program on VS2008, is there any other good way to degug the openacc program? Or, how to debug with PVF on VS2008?
Thanks very much! |
| |