| Author |
Message |
Topic: Internal compiler error |
Senya
Replies: 2
Views: 30
|
Forum: Programming and Compiling Posted: Thu Jun 06, 2013 11:43 pm Subject: Internal compiler error |
I've used it before, but there was allocate in a one module,and namelist in another. It was working correctly.
Is that was because at the time of calling namelist containing subroutine array was allo ... |
Topic: Internal compiler error |
Senya
Replies: 2
Views: 30
|
Forum: Programming and Compiling Posted: Thu Jun 06, 2013 6:53 am Subject: Internal compiler error |
I'm using PGI Visual Fortran 12.5 on windows and i've faced with following problem. Compiling single source file with pgf95 produces internal compiler error.
Source:
module SYS
save
allocata ... |
Topic: Device routines must be in the same module as the caller |
Senya
Replies: 4
Views: 205
|
Forum: Accelerator Programming Posted: Mon May 06, 2013 5:38 am Subject: Device routines must be in the same module as the caller |
| Thanks for help. |
Topic: __int_as_float in kernel loop region |
Senya
Replies: 1
Views: 109
|
Forum: Accelerator Programming Posted: Mon May 06, 2013 5:37 am Subject: __int_as_float in kernel loop region |
!$cuf kernel do <<< *, * >>>
DO I1=2,KK1M2
E0(I1,1)=__int_as_float(iand(__float_as_int(E0(I1,1)),__float_as_int(X0(I1,1))) ... |
Topic: Device routines must be in the same module as the caller |
Senya
Replies: 4
Views: 205
|
Forum: Accelerator Programming Posted: Thu Apr 25, 2013 7:26 am Subject: Device routines must be in the same module as the caller |
| Is there some special requirements for GPU to support this feature? |
| |