|
When writing and calling pure subroutines in Fortran 90 using gfortran, how do I find out why the compiler emits this error?
Error: Subroutine call to XXXX at (1) is not PURE
I'll try to pose my question as specifically as I can while at the same time...
Started by David A. Ventimiglia on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Added this ....
Of course, your results may vary.
Two things that I did helped fulfill these goals.
It seemed gfortran was telling me my subroutines were not PURE from gfortran, in order to help me fix my code.
Answer(s) to be more general.
|
|
On Wed, 04 Mar 2009 16:13:37 -0500, Craig Powers <craig.powers@invalid.invalid
What's wrong with a "typical" set of flags (i.e. your defaults for an
optimized build)? Are there specific build/run errors?
Started by Craig Powers on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
See <http I compile with typical flags, I get tons of... .
gfortran: Internal error: Aborted (program f951)
Please submit a full bug report.
When I do
gfortran -c fem2dlib_dbl.f90 -o fem2dlib_dbl.mod
I get the following errors.
Errors.
|
|
Where can I find a discussion of the algorithm used in the
implementation of the gfortran INDEX intrinsic? Is there a general
reference for intrinsic implementations? (I'm new here, but my search
of this forum did not reveal the kind of information ...
Started by rglindley@gmail.com on
, 12 posts
by 8 people.
Answer Snippets (Read the full thread at omgili):
If it was discussed at all, it was almost certainly in either the
gfortran or g95 mailing list (depending of the gfortran mailing list at:
http://gcc.gnu.org/lists.html
The g95 mailing list was on SourceForge 2009 21:2....
|
Ask your Facebook Friends
|
On Wed, 20 May 2009 06:03:43 GMT, Brian Flaherty <bxf4@verizon.net
Hello,
I dug out a Fortran 90 program I wrote during grad. school and I'm
trying to get it running again. I'm using g95 and gfortran right now,
as I don't currently have a commercial...
Started by Brian Flaherty on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
On Wed, 20 May 2009 00:17:29 -0600, Louis Krupp <lkrupp_nospam@pssw.com.invalid
Any chance that you're using fixed source format and everything past
column 72 is being discarded and that includes part of your I/O list?
(See a recent thread started... .
|
|
On Fri, 6 Mar 2009 15:36:38 -0800 (PST), monir <monirg@mondenet.com
Hi;
I'm unable to get/print system date and time with any of the following
3 attempts in a program compiled with g95 on Win XP OS:
Call gettim (ihr,imin,isec,i100th)
Call getdat...
Started by monir on
, 24 posts
by 9 people.
Answer Snippets (Read the full thread at omgili):
Any Fortran text will do; this isn't specific
to g95 Mar 2009 18:53:53 -0800....
I recommend
against them in any the documentation of
date_and_time for details .
I
don't off-hand know whether they would work with g95 or not.
And nonportable.
|
|
On Wed, 25 Feb 2009 19:36:52 -0700, Larry Gates <larry@example.invalid
I know it sounds impossible, but I believe for the moment that gfortran
can't use the iso_c_binding. Do I have a proper gfortran install?
C:\Program Files\gfortran\sourceld...
Started by Larry Gates on
, 9 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
g95 (version 2.95) first, compiling with both g95
and gfortran fails owing to unresolved reference errors build of gfortran....
System, MinGW32/Vista, the only environment variable that the gfortran
install sets is PATH.
|
|
Olivier Marti <olivier.marti@ensta.org
J'ai téléchargé les binaires pour PowerPC OSX ici :
http://www.g95.org/downloads.shtml
J'ai décompressé le fichier tar et j'ai obtenu un dossier G95-install
que j'ai copié dans le dossier Applications et dans...
Started by jc@qui.net on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Donc mes indications avec la ligne de commande, il faut chercher sur
le web, pour pouvoir utiliser g95 dans XCode.
gfortran, et je n'ai pas trop
envie d'installer g95 sur ma machine pour essayer.
|
|
On Thu, 19 Feb 2009 23:15:18 +0000 (UTC), "Dr Ivan D. Reid" <Ivan.Reid@brunel.ac.uk
Apologies to those of you with no interest in gfortran, this is a
bit long and contains no Fortran code (yet...).
As part of my attempt to modernise some CMS ...
Started by Dr Ivan D. Reid on
, 27 posts
by 11 people.
Answer Snippets (Read the full thread at omgili):
The problem occurs, mpster_+224(%rip) ; NOFEAS=0
call _gfortran_st_write
movq %rbp, %rdi
xorl %edx, %edx
movl $.LC461....
Looks like a bug report needs to be filed
against gfortran.
And Richard.
|
|
On Wed, 28 Jan 2009 17:18:44 -0800 (PST), Eric <einazaki668@yahoo.com
I have this fortran program that's kind of a hash-mash of 77 and
90/95. The original author
used real*8 to declare his floats (I'm guessing the intent was for
them to be double...
Started by Eric on
, 11 posts
by 8 people.
Answer Snippets (Read the full thread at omgili):
----- start text -----
integer, parameter :: dp = kind(1.0d0)
real(dp) a, b, c
a=1
b=2
c=3.14159265... .
On Wed, 28 Jan 2009 17:42:32 -0800 (PST), e p chandler <epc8@juno.com
On Jan 28, 8:18 pm, Eric <einazaki...@yahoo.com
This is more portable .
|
|
On Wed, 10 Sep 2008 09:17:16 -0400, "Gustavo Seabra" <gustavo.seabra@gmail.com
Hi everyone,
I was just wondering why there is no Fortran 90/95 compiler in Cygwin,
at least none that can be installed using the setup.exe program. I
know that both...
Started by Gustavo Seabra on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
This one actually seems to include 'gfortran' in it,
which.
Actually count ;-)
OK, now I see...
|