Author |
Message |
Topic: Are Intel compiler unformatted files readable by FTN95? |
simon
Replies: 14
Views: 647
|
Forum: General Posted: Mon Jul 11, 2022 12:59 am Subject: |
Ian Lambley has posted something about this in at least a couple of places on the forum. Here's one:
http://forums.silverfrost.com/viewtopic.php?t=2722&highlight=endian |
Topic: Fortran 2003 and 2008 features |
simon
Replies: 90
Views: 32789
|
Forum: Suggestions Posted: Fri Jul 08, 2022 9:47 pm Subject: |
Understood. I can certainly manage without submodules high on the priority list fo rnow. |
Topic: Fortran 2003 and 2008 features |
simon
Replies: 90
Views: 32789
|
Forum: Suggestions Posted: Fri Jul 08, 2022 1:47 pm Subject: |
Excellent! Thank you.
On another 2008 topic, are there any plans for submodules? Again not urgent from my side. I would simply use them to break up some large files, so their absence is not a big iss ... |
Topic: draw_filled_rectangle$ and SVG files |
simon
Replies: 7
Views: 534
|
Forum: ClearWin+ Posted: Thu Jun 30, 2022 7:28 pm Subject: |
Thanks, both, for the responses.
Paul - after some simple experimentation, it seems that draw_filled_rectangleD$ takes coordinates as pixels (i.e., simply a double precision representation of the dra ... |
Topic: draw_filled_rectangle$ and SVG files |
simon
Replies: 7
Views: 534
|
Forum: ClearWin+ Posted: Thu Jun 30, 2022 12:46 am Subject: draw_filled_rectangle$ and SVG files |
If I draw an image that was created using draw_filled_rectangle$ after calling open_svg1, the shading appears on the screen briefly, and is not written to the SVG file? Is that because SVG is a vector ... |
Topic: $ suffix in FTN75 version 8.90 |
simon
Replies: 9
Views: 395
|
Forum: ClearWin+ Posted: Tue Jun 28, 2022 10:36 am Subject: |
Sadly, /DOLLAR does not appear to be available:
*** /DOLLAR is not a valid option on the command line - use FTN95 /? for valid options
I cannot find it anywhere in the help pages. Does it work f ... |
Topic: $ suffix in FTN75 version 8.90 |
simon
Replies: 9
Views: 395
|
Forum: ClearWin+ Posted: Tue Jun 28, 2022 8:51 am Subject: |
Hmm, thanks for checking. That is exactly what I have done, but I still get the error message:
*** Failed to create MOD file c:\program files (x86)\silverfrost\ftn95\include\ABSTRACT_CB$.MOD64. (Ac ... |
Topic: $ suffix in FTN75 version 8.90 |
simon
Replies: 9
Views: 395
|
Forum: ClearWin+ Posted: Mon Jun 27, 2022 7:54 pm Subject: |
Thanks Paul, for these detailed instructions. I found the Help page on "Using ClearWin+ with third party Fortran compilers" useful also.
My understanding from your response, is that if I ... |
Topic: Stop on compilation error |
simon
Replies: 2
Views: 345
|
Forum: Plato Posted: Mon Jun 27, 2022 7:16 pm Subject: Stop on compilation error |
I have a large project with multiple files. Is there a setting in Plato that can force it to stop compiling all the subsequent files after a compilation error in any one file?
I thought I had seen ... |
Topic: $ suffix in FTN75 version 8.90 |
simon
Replies: 9
Views: 395
|
Forum: ClearWin+ Posted: Sun Jun 26, 2022 4:22 pm Subject: $ suffix in FTN75 version 8.90 |
I have been using the $ suffixes on the various FTN95 extensions rather than the @ suffixes because it saves having to maintain separate versions when I am trying to use ClearWin+ in a different compi ... |
Topic: What is the rationale for that ? |
simon
Replies: 21
Views: 1746
|
Forum: General Posted: Fri Jun 24, 2022 6:26 pm Subject: |
Hi Dan,
I think there is no disagreement that the new Fortran features DO enable the programmer to be much more verbose and obscure! And maybe, unfortunately, that is the general tendency.
The e ... |
Topic: Fortran 2003 and 2008 features |
simon
Replies: 90
Views: 32789
|
Forum: Suggestions Posted: Tue Jun 21, 2022 5:58 pm Subject: |
Hi Paul,
Not important. I have worked around this. In this case I'm simply working from the attitude that all bug reports may be potentially useful.
Thanks,
Simon |
Topic: What is the rationale for that ? |
simon
Replies: 21
Views: 1746
|
Forum: General Posted: Tue Jun 21, 2022 5:14 pm Subject: |
It seems to me that by saying "when there was no intention to use real*4 in the code ever", you do close the door to _num being a useful new feature. But what IF you did wish to change the p ... |
Topic: Fortran 2003 and 2008 features |
simon
Replies: 90
Views: 32789
|
Forum: Suggestions Posted: Tue Jun 21, 2022 4:27 pm Subject: |
Hi Paul,
Since j is a scalar, should not the compiler complain at line 7?
Simon |
Topic: Fortran 2003 and 2008 features |
simon
Replies: 90
Views: 32789
|
Forum: Suggestions Posted: Thu Jun 16, 2022 9:11 pm Subject: |
Hi Paul,
That's a nice work around for now. But I'm curious as to why the following code does not allow line 8 (the second instance of MinLoc), but does allow line 7 (the first instance).
Program p
... |
|