<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Problem with compiling]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=784&amp;type=atom" />
	<updated>2022-05-17T13:09:19Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=784</id>
		<entry>
			<title type="html"><![CDATA[Re: Problem with compiling]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3919#p3919" />
			<content type="html"><![CDATA[<p>Hello. I am also having problems with mismatch when compiling legacy codes.&nbsp; I&#039;ve found the following&nbsp; information. Hope this could help... (I cannot post the link): &quot;Gfortran 10 added the default behavior to make type mismatches an error instead of a warning. Legacy Fortran programs too often did not explicitly specify the procedure interfaces to allow implicit polymorphism. The Fortran 2008 standard cleaned up this situation in part with type(*).<br />Workaround: Gfortran flag &quot; -fallow-argument-mismatch &quot; can be used to degrade the errors to warnings. It is however strongly recommended to fix the problem in the legacy code, if it’s part of your code ownership.&quot;</p>]]></content>
			<author>
				<name><![CDATA[mchiapparini]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=4079</uri>
			</author>
			<updated>2022-05-17T13:09:19Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3919#p3919</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problem with compiling]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3918#p3918" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>sarahtuvia wrote:</cite><blockquote><p>Hi<br />I installed your simple fortran and want to check it using the trial version . It does&nbsp; not work. I get the message: enter registration details which I do not have. How can I use it as a trial version ?</p></blockquote></div><p>If you&#039;ve ever tried it before, the trial would probably have expired already.&nbsp; Can you send me an email at support@approximatrix.com so that I can provide a new trial code?</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2022-05-03T16:35:28Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3918#p3918</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problem with compiling]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3917#p3917" />
			<content type="html"><![CDATA[<p>Hi<br />I installed your simple fortran and want to check it using the trial version . It does&nbsp; not work. I get the message: enter registration details which I do not have. How can I use it as a trial version ?</p>]]></content>
			<author>
				<name><![CDATA[sarahtuvia]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=4077</uri>
			</author>
			<updated>2022-05-02T19:21:51Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3917#p3917</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problem with compiling]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3627#p3627" />
			<content type="html"><![CDATA[<p>Hi Jeff,</p><p>I have sent an email to the address you have given.</p><p>Thanks,<br />Ranjith</p>]]></content>
			<author>
				<name><![CDATA[ranjith]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3944</uri>
			</author>
			<updated>2020-10-16T18:14:00Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3627#p3627</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problem with compiling]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3626#p3626" />
			<content type="html"><![CDATA[<p>Ranjith,</p><p>I can&#039;t exactly explain the error you&#039;re seeing, but it appears you&#039;re passing a complex variable to a function/subroutine that expects a real variable.&nbsp; If it is compiling with an older version of GNU Fortran, I would be suspect of the results created by any executable.</p><p>Can you provide any further information beyond the compiler errors?&nbsp; If you don&#039;t want the public to see your code, you can email it to <a href="http://mailto:support@approximatrix.com">support@approximatrix.com</a> to try to identify the issue.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2020-10-16T17:14:51Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3626#p3626</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Problem with compiling]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3625#p3625" />
			<content type="html"><![CDATA[<p>Hi,</p><p>I am using the trial version of Simply Fortran on MacOS 10.14.6. When I compile a f90 code, I get errors like following and no executable is created:</p><p>xxxxxx<br />&nbsp; &nbsp; &nbsp; |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1<br />Error: Type mismatch in argument &#039;cx&#039; at (1); passed COMPLEX(16) to REAL(8)<br />- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <br />xxxxxx<br />&nbsp; &nbsp; &nbsp; |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1<br />Error: Type mismatch in argument &#039;cx&#039; at (1); passed COMPLEX(8) to REAL(8)<br />Error: Last command making (build/antiplanev5.o) returned a bad status<br />Error: Make execution terminated</p><p>When I compile the same code using gfortran (v8.2.0 installed earlier) in Terminal, I get warnings (not errors) similar to the ones above. However, the code compiles and I get an executable file which subsequently runs and produces the correct output. I am ok to live with the warnings and get a working code. How do I do that using Simply Fortran, which, as I said above, exits with error messages and produces no executable file.</p><p>Thanks,<br />Ranjith</p>]]></content>
			<author>
				<name><![CDATA[ranjith]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3944</uri>
			</author>
			<updated>2020-10-16T15:45:08Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3625#p3625</id>
		</entry>
</feed>
