| Author |
Message |
Topic: function inlining |
mkcolg
Replies: 1
Views: 12
|
Forum: Accelerator Programming Posted: Thu Jun 06, 2013 2:27 pm Subject: function inlining |
Hi Minh,
It might be the statement functions which can inhibit inlining. I'd try removing them.
If that's it, can you send a reproducing example to PGI Customer Service (trs@pgroup.com) and a ... |
Topic: call to cuMemHostUnregister returned error 700 |
mkcolg
Replies: 1
Views: 16
|
Forum: Accelerator Programming Posted: Thu Jun 06, 2013 1:27 pm Subject: call to cuMemHostUnregister returned error 700 |
Is this OpenACC? If yes, then look at the variables in your copy clauses. Are the correct bounds being used?
Do you have any suggestion to investigate the program further? Set the environment v ... |
Topic: pgc++ - relocation R_X86_64_PC32 against "..." can |
mkcolg
Replies: 3
Views: 18
|
Forum: Programming and Compiling Posted: Thu Jun 06, 2013 1:23 pm Subject: pgc++ - relocation R_X86_64_PC32 against "..." can |
Hi Kevin,
I typically see this error when you have a very large static array (>2GB) in the code. In this case, you need use the medium memory model (-mcmodel=medium).
If that doesn't work, I ... |
Topic: Internal compiler error |
mkcolg
Replies: 1
Views: 16
|
Forum: Programming and Compiling Posted: Thu Jun 06, 2013 12:03 pm Subject: Internal compiler error |
Hi Senya,
Can you tell me, is this error presents on the last versions of pgf95? Or i've found something new?There's an error in your code. It's illegal to use allocatables (or other types where t ... |
Topic: PVF exe files will not run on win XP and server 2003 |
mkcolg
Replies: 1
Views: 22
|
Forum: Programming and Compiling Posted: Thu Jun 06, 2013 11:38 am Subject: PVF exe files will not run on win XP and server 2003 |
Hi Casper,
Microsoft dropped support for XP and Server 2003 in their latest tool chain and in order to support Visual Studio 2012, we had to create two different PVF versions, one for XP, Server 20 ... |
| |