| Author |
Message |
Topic: Problem with overloaded assignments and the CLASS attribute |
helvio
Replies: 3
Views: 1421
|
Forum: Programming and Compiling Posted: Thu Aug 09, 2012 12:26 am Subject: Problem with overloaded assignments and the CLASS attribute |
| Let me provide yet another short example that doesn't work. The following example compiles and builds successfully, but it may lead to a segmentation fault when I run the executable (which never happe ... |
Topic: Problem with overloaded assignments and the CLASS attribute |
helvio
Replies: 3
Views: 1421
|
Forum: Programming and Compiling Posted: Wed Aug 08, 2012 10:50 am Subject: Problem with overloaded assignments and the CLASS attribute |
Hi again,
I have another issue with my code, and I'd like to know if I'm being sloppy with the Fortran 2003 Standard or if it's yet another problem of the PGI compiler. In some situations the code ... |
Topic: Could not resolve generic procedure |
helvio
Replies: 4
Views: 1465
|
Forum: Programming and Compiling Posted: Sun Aug 05, 2012 10:07 am Subject: Could not resolve generic procedure |
You're welcome.
Meanwhile I just faced another compilation problem related with a similar but different issue, so I decided not to open a new topic. Again, the following code compiles well with oth ... |
Topic: Derived types and PARAMETER |
helvio
Replies: 5
Views: 1997
|
Forum: Programming and Compiling Posted: Thu Aug 02, 2012 9:17 am Subject: Derived types and PARAMETER |
I was actually able to pinpoint the problems and to create a code (even simpler than above) that exemplifies all of them.
MODULE latt
IMPLICIT NONE
TYPE :: lattice
INTEGE ... |
Topic: Could not resolve generic procedure |
helvio
Replies: 4
Views: 1465
|
Forum: Programming and Compiling Posted: Wed Aug 01, 2012 11:06 pm Subject: Could not resolve generic procedure |
Hi,
I have an issue with the compilation of my code related with the resolution of generic interfaces. I cannot post my code due to its large extent, but I isolated the origin of the problem and I ... |
| |