compile success, but can not run9144 (5/24/2012 6:12:38 AM) comp.lang.fortran Hi there,
I got a source code from the following link:
http://x004.psycm.uwcm.ac.uk/~peter/aligator.f
After replacing dreal with dble, the code can be compiled successfully
using gfortran. however, t... jszhao(77)
Use pointers to access parts of an array?2374 (6/27/2012 7:13:15 PM) comp.lang.fortran I'm using OpenMP to parallelize a compute-bound part of a subroutine.
This part uses several large arrays (n~10,000), such as
G(n,3)
Z(n)
which were originally declared as arrays in the subroutine and w... ols6000(18)
help with pgi compiler473 (7/3/2012 1:44:20 AM) comp.lang.fortran I updated Fedora in my machine. It put gfortran compiler and now I do not know where is the pgi compiler. It does not recognize the call pgi77 for compiling.
Thanks in advance.
... medina.rc(51)
X = DBLE(Y)4573 (7/22/2012 1:51:35 PM) comp.lang.fortran I have some code in DOUBLE PRECISION which, however, has real input and
output values. The input values are converted to internal variables via
DBLE and the results are converted to the output values via R... helbig(4875)
The death of Google Groups2957 (7/28/2012 4:38:43 PM) comp.lang.c++ The new interface is unbearable. It is over a decade of using a TEXT
ORIENTED interface, daily almost, daily for periods, and suddenly...
Not all of a sudden but now the choice is being imposed. For some
rea... syntotic(204)
Where's your compiler?1335 (8/4/2012 7:43:07 PM) comp.lang.fortran I use a compiler called gfortran. It comes with the Slackware
distribution that I have on my PC at home. So that is *where*
(compiler, OS, distribution, hardware, location) my compiler is.
Where's your co... Joe_Rosevear(8)
Functionally accessing array elements943 (8/9/2012 11:06:34 AM) comp.lang.fortran Hi,
I have a problem with choosing a first element for which a mask is true and=
I am doing it using pack:
type(some_type) :: a(:,:), first(:), really_first
first=3Dpack(a,mask)
really_first=3Dfirst(1)
... pawel.biernat1(12)
Microsoft abandons the C language386148 (8/23/2012 6:05:20 PM) comp.compilers.lcc This is a long story. It starts years ago since windows 3.1 and it ends
now, with "Metro".
SO, I downloaded windows 8, and installed it. That went fairly smoothly
but I forgot that windows doesn't come wi... jacob31(871)
C to Fortran?4665 (8/27/2012 2:08:54 PM) comp.lang.fortran I've seen several posts here recently apparently made by people used to
C/C++ who are novices at Fortran. I don't know if this is a general
trend? Could it be that people doing technical programming are s... usenet1820(74)
archive object not work, please help3238 (9/1/2012 1:14:50 PM) comp.lang.fortran Hi there,
There is a project with source file in 3 different directory. I use
gfortran to compile them.
project/module
project/interface
project/sub
in project/module and project/interface director... jszhao(77)