<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/gg95</id>
  <title type="text">gg95 Google Group</title>
  <subtitle type="text">
  Discussion of g95, the free Fortran 95 compiler. General questions on Fortran should be asked in comp.lang.fortran .
  </subtitle>
  <link href="/group/gg95/feed/atom_v1_0_msgs.xml" rel="self" title="gg95 feed"/>
  <updated>2009-11-18T01:27:17Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>jfh</name>
  <email>john.har...@vuw.ac.nz</email>
  </author>
  <updated>2009-11-18T01:27:17Z</updated>
  <id>http://groups.google.com/group/gg95/browse_thread/thread/2b00b690072aa10b/378cc01509f05e77?show_docid=378cc01509f05e77</id>
  <link href="http://groups.google.com/group/gg95/browse_thread/thread/2b00b690072aa10b/378cc01509f05e77?show_docid=378cc01509f05e77"/>
  <title type="text">Re: Missing Intrinsics for quads</title>
  <summary type="html" xml:space="preserve">
  Lots of quad intrinsics are missing and some are there but bugged. &lt;br&gt; Fortunately the only time I had to use quad precision in a real-world &lt;br&gt; program (volcanology is certainly real-world!) I needed only *, /, +, &lt;br&gt; - and real sqrt, all of which were OK. &lt;br&gt; &lt;p&gt;If z is complex quad and x is real quad, the following were also
  </summary>
  </entry>
  <entry>
  <author>
  <name>Hans Peschke</name>
  <email>hans.peschke....@web.de</email>
  </author>
  <updated>2009-11-17T10:15:01Z</updated>
  <id>http://groups.google.com/group/gg95/browse_thread/thread/2b00b690072aa10b/50e40845932ac8b5?show_docid=50e40845932ac8b5</id>
  <link href="http://groups.google.com/group/gg95/browse_thread/thread/2b00b690072aa10b/50e40845932ac8b5?show_docid=50e40845932ac8b5"/>
  <title type="text">Missing Intrinsics for quads</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I just want to note, that the Fortran intrinsic functions exponent() and &lt;br&gt; fraction() are missing in g95 for floating point numbers with quad precision. &lt;br&gt; &lt;p&gt;Maybe there are some others missing too. &lt;br&gt; &lt;p&gt;Best regards &lt;br&gt; &lt;p&gt;Hans Peschke
  </summary>
  </entry>
  <entry>
  <author>
  <name>PGK</name>
  <email>graham.k...@gmail.com</email>
  </author>
  <updated>2009-11-17T09:47:20Z</updated>
  <id>http://groups.google.com/group/gg95/browse_thread/thread/a85a25a1f517fb55/3aa28a82e0a9047a?show_docid=3aa28a82e0a9047a</id>
  <link href="http://groups.google.com/group/gg95/browse_thread/thread/a85a25a1f517fb55/3aa28a82e0a9047a?show_docid=3aa28a82e0a9047a"/>
  <title type="text">Private Variables</title>
  <summary type="html" xml:space="preserve">
  Here&#39;s a silly wee puzzle. The solution is below. Why is there no &lt;br&gt; error produced from the assignment of 11 to y? &lt;br&gt; &lt;p&gt;module m &lt;br&gt; integer, private :: y &lt;br&gt; end module m &lt;br&gt; &lt;p&gt;program p &lt;br&gt; use m &lt;br&gt; y = 11 &lt;br&gt; end program p &lt;br&gt; &lt;p&gt;Module m&#39;s variable &amp;quot;y&amp;quot; is indeed private; the y being assigned 11, is
  </summary>
  </entry>
  <entry>
  <author>
  <name>John McFarland</name>
  <email>john.mcfarl...@swri.org</email>
  </author>
  <updated>2009-11-05T14:32:12Z</updated>
  <id>http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/d9a9b1bf9a155b28?show_docid=d9a9b1bf9a155b28</id>
  <link href="http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/d9a9b1bf9a155b28?show_docid=d9a9b1bf9a155b28"/>
  <title type="text">Re: Strip filename and line number info</title>
  <summary type="html" xml:space="preserve">
  The error messages are very useful for debugging, but I need a way to &lt;br&gt; turn them off when we distribute the software. In the rare(?) case of &lt;br&gt; a user experiencing a runtime error, it&#39;s unacceptable for our program &lt;br&gt; to write out source code filename (with full path in some cases!) and &lt;br&gt; line number information. We already have one case of a user getting
  </summary>
  </entry>
  <entry>
  <author>
  <name>Beliavsky</name>
  <email>beliav...@aol.com</email>
  </author>
  <updated>2009-11-05T13:15:59Z</updated>
  <id>http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/0e3c74de65235b1e?show_docid=0e3c74de65235b1e</id>
  <link href="http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/0e3c74de65235b1e?show_docid=0e3c74de65235b1e"/>
  <title type="text">Re: Strip filename and line number info</title>
  <summary type="html" xml:space="preserve">
  Sure, but in a program one distributes to others, one may want to &lt;br&gt; conceal such information -- even perhaps that the program is written &lt;br&gt; in the dreaded FORTRAN language .
  </summary>
  </entry>
  <entry>
  <author>
  <name>Edouard</name>
  <email>edouard.ca...@irisa.fr</email>
  </author>
  <updated>2009-11-05T07:09:22Z</updated>
  <id>http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/c54550f159cd9cb1?show_docid=c54550f159cd9cb1</id>
  <link href="http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/c54550f159cd9cb1?show_docid=c54550f159cd9cb1"/>
  <title type="text">Re: Strip filename and line number info</title>
  <summary type="html" xml:space="preserve">
  Strange, usually, people prefer to get useful information from the &lt;br&gt; compiler &lt;br&gt; when a run-time error occurs... (BTW, I can give you some compiler &lt;br&gt; vendor &lt;br&gt; whom error messages are very unclear ;-). &lt;br&gt; &lt;p&gt;I think that the &#39;-s&#39; flag you used remove only the symbol names out &lt;br&gt; of the &lt;br&gt; executable file. &#39;(F5.2,A5)&#39; is not a symbol, it is a format string
  </summary>
  </entry>
  <entry>
  <author>
  <name>John McFarland</name>
  <email>john.mcfarl...@swri.org</email>
  </author>
  <updated>2009-11-04T18:22:48Z</updated>
  <id>http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/2d7f23c399014e10?show_docid=2d7f23c399014e10</id>
  <link href="http://groups.google.com/group/gg95/browse_thread/thread/d28923bb21bb6cb0/2d7f23c399014e10?show_docid=2d7f23c399014e10"/>
  <title type="text">Strip filename and line number info</title>
  <summary type="html" xml:space="preserve">
  Is there a compiler flag that will remove all filename and line number &lt;br&gt; information from the compiled executable? The example program below &lt;br&gt; illustrates how at runtime, the filename and line number associated &lt;br&gt; with the error get written to the screen: &lt;br&gt; &lt;p&gt;=====fprog.f90======= &lt;br&gt; PROGRAM fprog &lt;br&gt; INTEGER :: i, j
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alvaro Fernandez</name>
  <email>alvaroafernan...@yahoo.com</email>
  </author>
  <updated>2009-11-03T15:06:54Z</updated>
  <id>http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/03c2aac5f2d5ec05?show_docid=03c2aac5f2d5ec05</id>
  <link href="http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/03c2aac5f2d5ec05?show_docid=03c2aac5f2d5ec05"/>
  <title type="text">Re: Temporary arrays when returning arrays from function calls</title>
  <summary type="html" xml:space="preserve">
  This is a little out of this list&#39;s scope then. :-) I do know a little C#, but there are plentiful examples out there. I suggest you Google &amp;quot;reading from files in C#&amp;quot;. You&#39;ll get plenty of info that way. &lt;br&gt; &lt;p&gt;Alvaro &lt;br&gt; &lt;p&gt;  &lt;br&gt; &lt;p&gt;______________________________ __ &lt;br&gt; To: gg95@googlegroups.com &lt;br&gt; Sent: Mon, November 2, 2009 12:27:20 PM
  </summary>
  </entry>
  <entry>
  <author>
  <name>joshua_pedrick</name>
  <email>joshua.pedr...@gmail.com</email>
  </author>
  <updated>2009-11-02T20:23:06Z</updated>
  <id>http://groups.google.com/group/gg95/browse_thread/thread/0a7ae49da8382615/2865e394c1132c6d?show_docid=2865e394c1132c6d</id>
  <link href="http://groups.google.com/group/gg95/browse_thread/thread/0a7ae49da8382615/2865e394c1132c6d?show_docid=2865e394c1132c6d"/>
  <title type="text">Re: Coarray link errors</title>
  <summary type="html" xml:space="preserve">
  I solved this problem by linking the coarray.o object file included &lt;br&gt; with cocon.
  </summary>
  </entry>
  <entry>
  <author>
  <name>epc8@juno.com</name>
  <email>e...@juno.com</email>
  </author>
  <updated>2009-11-02T20:22:48Z</updated>
  <id>http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/23ec3c2bb838f602?show_docid=23ec3c2bb838f602</id>
  <link href="http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/23ec3c2bb838f602?show_docid=23ec3c2bb838f602"/>
  <title type="text">Re: Temporary arrays when returning arrays from function calls</title>
  <summary type="html" xml:space="preserve">
  Excuse reply to self. The data file that you attached looks somewhat &lt;br&gt; like a Fortran Namelist, but IMO it&#39;s just a dump of variable name / &lt;br&gt; value. &lt;br&gt; While it does look like the type of fixed column format input that &lt;br&gt; Fortran handles easily with its FORMAT statements (or FORMAT &lt;br&gt; specifiers), this could just as easily have come from &amp;quot;screen scaping&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>epc8@juno.com</name>
  <email>e...@juno.com</email>
  </author>
  <updated>2009-11-02T19:14:59Z</updated>
  <id>http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/ff660e58f6bf18da?show_docid=ff660e58f6bf18da</id>
  <link href="http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/ff660e58f6bf18da?show_docid=ff660e58f6bf18da"/>
  <title type="text">Re: Temporary arrays when returning arrays from function calls</title>
  <summary type="html" xml:space="preserve">
  This is not really a Fortran or G95 question, but here it goes anyway. &lt;br&gt; The process is similar in any of the Microsoft languages. In one of &lt;br&gt; the older languages (pre-dot net) you create a form and add a control &lt;br&gt; (text exit or rich text) to a form. Then pass the input file to the &lt;br&gt; control. On the output side, you invoke one of the common dialogs for
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kaleb Duplessis</name>
  <email>kcduples...@aol.com</email>
  </author>
  <updated>2009-11-02T18:27:20Z</updated>
  <id>http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/db5632197d5acfa2?show_docid=db5632197d5acfa2</id>
  <link href="http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/db5632197d5acfa2?show_docid=db5632197d5acfa2"/>
  <title type="text">Re: Temporary arrays when returning arrays from function calls</title>
  <summary type="html" xml:space="preserve">
  So I finally got a little more light shed on my assignment. Turns out I misunderstood what he wanted about Fortran. He actually wants us to create a program in C# that reads the .txt file and puts it into a GUI that allows me to change the contents. And when I save it, it must be saved as a .txt file. Don&#39;t know if you have any background in C# but I would assume you do. Any advice?
  </summary>
  </entry>
  <entry>
  <author>
  <name>joshua_pedrick</name>
  <email>joshua.pedr...@gmail.com</email>
  </author>
  <updated>2009-11-02T16:06:06Z</updated>
  <id>http://groups.google.com/group/gg95/browse_thread/thread/0a7ae49da8382615/b751e3703d436f67?show_docid=b751e3703d436f67</id>
  <link href="http://groups.google.com/group/gg95/browse_thread/thread/0a7ae49da8382615/b751e3703d436f67?show_docid=b751e3703d436f67"/>
  <title type="text">Coarray link errors</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve downloaded the latest g95 source and compiled it. I&#39;m able to &lt;br&gt; compile &#39;normal&#39; Fortran code, but I&#39;m getting the following errors &lt;br&gt; when linking my co-array program: &lt;br&gt; &lt;p&gt;$ g95 coarray.f90 &lt;br&gt; /tmp/ccyibhwb.o: In function `MAIN_&#39;: &lt;br&gt; coarray.f90:(.text+0x2a): undefined reference to `_g95_this_image&#39; &lt;br&gt; coarray.f90:(.text+0x40): undefined reference to `_g95_sync_all&#39;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alvaro Fernandez</name>
  <email>alvaroafernan...@yahoo.com</email>
  </author>
  <updated>2009-10-28T22:42:30Z</updated>
  <id>http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/5ea1bb3638486bdc?show_docid=5ea1bb3638486bdc</id>
  <link href="http://groups.google.com/group/gg95/browse_thread/thread/eddc102aa9c08cdf/5ea1bb3638486bdc?show_docid=5ea1bb3638486bdc"/>
  <title type="text">Re: Temporary arrays when returning arrays from function calls</title>
  <summary type="html" xml:space="preserve">
  The file looks a bit like a namelist, which is a Fortran way to read in and out named data. It&#39;s kinda neat. But I only say a bit like a namelist; it&#39;s missing the end character. (You can google &#39;Fortran namelist&#39; if you want.)  &lt;br&gt; &lt;p&gt;There is no Fortran source code here though, so I&#39;m at a bit of a loss.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kaleb Duplessis</name>
  <email>kcduples...@aol.com</email>
  </author>
  <updated>2009-10-28T21:09:20Z</updated>
  <id>http://groups.google.com/group/gg95/browse_thread/thread/8197cf0bc60fb80f/8a10d0d41b52e102?show_docid=8a10d0d41b52e102</id>
  <link href="http://groups.google.com/group/gg95/browse_thread/thread/8197cf0bc60fb80f/8a10d0d41b52e102?show_docid=8a10d0d41b52e102"/>
  <title type="text">Re: Fortran C# project</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve got g95 on my machine I don&#39;t know about the school computers. I &lt;br&gt; can attach the text file and send it to you if you want to see it I am &lt;br&gt; so lost on this one. &lt;br&gt; &lt;p&gt;Sent from my iPhone
  </summary>
  </entry>
</feed>
