|
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.
|
|
I wish to build a "mature" software package, that unfortunately has an obsolete function,
which dropped off the twig as of gfortran 4.2. So I need to install version 4.1.?, and that
means gcc, g++ too and what else? Of course I must remove the current...
Started by jeepster on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at debian):
There are other Fortran compilers, Intel's ifort (for personal use), and g95 inferior code on AMD CPUs,
which....
However, for gfortran , I see only versions 4.3 and 4.4, and nothing in squeeze backports.
That worked well.
Modules for VMWare.
|
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... .
|
|
Ubuntuを導入して、g95とemacsを導入しようと思ったのですが、hello.f90をコンパイルすると、
bash: /bin/g95: そのようなファイルやディレクトリはありません
とでてしまいます。
もっと言えばemacsでhelloのプログラムを書いたときに
(emacs:3338): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/~~~/f90src/hello/hello.f90': '/home...
Started by kafka-kun on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at ubuntulinux):
Local/g95
# in -ivs $PWD/g95-install/bin/*g95* /usr/local/bin/g95 !リンクを張ります
% cd
% mkdir f90src
% mkdir f90src
% cd f90src/hello
% emacs hello.f90
% g95 hello.f90
で一連の流れです。
linuxの初心者の初心者ですので、どこかですごくアトリ、ファイルがないので、ちゃんとインストールされていません。
いま....
|
|
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....
|
|
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, 18 Mar 2009 12:46:54 GMT, Bart Vandewoestyne <MyFirstName.MyLastName@telenet.be
Hello group,
Up until now, i have only installed g95 on personal x86 desktop
PC's or laptops, but now I've been asked to install it on what
our sysadmin calls...
Started by Bart Vandewoestyne on
, 9 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
However, I get the error
gauss:~# g95 --version
g95: /lib/libc.so.6: version `GLIBC_2.4' not found (required by
g95)
which is probably due to the fact that I'm doing `/home/bartv/mylocaldir/src/modules....
Be installed using dpkg -i.
|
|
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
, 28 posts
by 5 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 - g95? is in MinGW....
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.
|