| Author |
Message |
Topic: syntax error ? |
alechand
Replies: 8
Views: 166
|
Forum: Accelerator Programming Posted: Tue May 28, 2013 11:01 am Subject: syntax error ? |
Mat,
unfortunately, this did not help.
I was thinking, if the results agree "exactly" using TIME=100000,
how can be accumulated errors ?
Do you have other idea?
I really appreciate ... |
Topic: syntax error ? |
alechand
Replies: 8
Views: 166
|
Forum: Accelerator Programming Posted: Fri May 24, 2013 4:58 pm Subject: syntax error ? |
Thanks Mat,
i sent you an email. |
Topic: syntax error ? |
alechand
Replies: 8
Views: 166
|
Forum: Accelerator Programming Posted: Fri May 24, 2013 6:45 am Subject: syntax error ? |
Hi Mat,
Coming back to the same previous problem. The results are not the same (comparing with a host execution) if i increase the TIME variable in my code:
#######################
!$acc data
... |
Topic: syntax error ? |
alechand
Replies: 8
Views: 166
|
Forum: Accelerator Programming Posted: Wed May 22, 2013 12:38 pm Subject: syntax error ? |
Hi,
i found the problem. In the beggining of the code i have to obtain some random numbers. I was comparing the results of using the pgfortran and gfortran. But each compilator get different random n ... |
Topic: syntax error ? |
alechand
Replies: 8
Views: 166
|
Forum: Accelerator Programming Posted: Wed May 22, 2013 11:31 am Subject: syntax error ? |
Hello,
can you help me is this simple peace of code ?
###########################
!$acc region
do i=1,N
x(i)=x(i)+dx
c1=0 ; c2=0
do j=1,N
if (x(i)<xold(j)) th ... |
| |