| Author |
Message |
Topic: pgfortran 13.3 bug: finalization, character... (?) |
rohou
Replies: 2
Views: 957
|
Forum: Programming and Compiling Posted: Sat Mar 23, 2013 12:10 pm Subject: pgfortran 13.3 bug: finalization, character... (?) |
Compiler info:
pgfortran 13.3-0 64-bit target on x86-64 Linux -tp k8e
Command line:
pgfortran test2.f90 -o test2.exe; ./test2.exe
Output:
**debug(threed_deallocate): entering
**d ... |
Topic: 11.09 bug: terminated by signal 11 |
rohou
Replies: 2
Views: 1087
|
Forum: Programming and Compiling Posted: Wed Oct 19, 2011 12:42 pm Subject: 11.09 bug: terminated by signal 11 |
Hi Dave,
Thanks for your help. I have checked diskspace, I have trimmed switches away, and still got the error.
I have sent my project by email as you suggested. |
Topic: 11.09 bug: terminated by signal 11 |
rohou
Replies: 2
Views: 1087
|
Forum: Programming and Compiling Posted: Wed Oct 19, 2011 10:13 am Subject: 11.09 bug: terminated by signal 11 |
I am attempting to start using pgfortran with my project, but I have hit a bug in the compiler.
Here is the output from the compiler:
pgfortran -Mpreprocess -Minform=inform -Mfree -g -O0 -DS ... |
Topic: c_loc followed by c_f_pointer: interoperable argument? |
rohou
Replies: 2
Views: 1033
|
Forum: Programming and Compiling Posted: Wed Oct 19, 2011 5:43 am Subject: c_loc followed by c_f_pointer: interoperable argument? |
Many thanks Dave, this fixed the problem.
The phrasing of the error message ("keyword argument fptr") led me to concentrate too much on the type of the fptr argument. I'm only just starti ... |
Topic: c_loc followed by c_f_pointer: interoperable argument? |
rohou
Replies: 2
Views: 1033
|
Forum: Programming and Compiling Posted: Mon Oct 17, 2011 1:23 pm Subject: c_loc followed by c_f_pointer: interoperable argument? |
Hello,
Pgfortran 11.9 does not like the following code, which ifort thinks is OK and I believe to be F2003 compliant. I am trying to understand what the problem is.
module testmod
TYPE HEADE ... |
| |