Since 5/3/2012 9:36:43 AM, pastgio1 has written 2 articles and participated in 22 conversations. pastgio1 signature: pastgio1
pastgio1's articles:
Items(2) /1
interface in a module function227 (5/30/2012 9:30:29 PM) comp.lang.fortran I suspect I am missing something important.
In the following (simplified) code I have a function, fun, which has a
function f among its dummy arguments. In order to have the compiler
checking for consist... Giorgio
type declaration of function names and interfaces239 (5/1/2009 5:42:05 PM) comp.lang.fortran I cannot find in the standard the exact points relevant to understand which of the following different behaviors of Intel fortran compiler (version 10.1 for Linux), gfortran (version 4.1.2) and g95 (version ... Giorgio
transit of venus1862 (6/12/2012 5:16:09 AM) comp.lang.fortran Hello c.l.f.,
I embraced the transit of venus with some enthusiasm, and I wonder
whether that enthusiasm got the better of my scientific judgment.
I've been doing napkin calculations after the fact and ... Twain1067(2)
interface in a module function227 (5/30/2012 9:30:29 PM) comp.lang.fortran I suspect I am missing something important.
In the following (simplified) code I have a function, fun, which has a
function f among its dummy arguments. In order to have the compiler
checking for consist... pastgio1(24)
Why FORTRAN3681 (3/26/2012 1:41:52 AM) comp.lang.fortran I recently purchased a copy of the book "Methods of Numerical Integration" by Ralston and Rabinowitz. The edition I purchased is the Dover Publications reprint dated 2007. It is a reprint of the second editio... robert.corbett(96)
real, kind difference between gfortran an ifort33100 (6/23/2011 9:20:16 PM) comp.lang.fortran Hi, Could someone explain to me why with ifort the last digits are truncated? gfortran: 0.28027800095483634823523289014701731503010000 ifort: 0.28027800095483634823523289014701731500000000 program test impl... pascal22p(46)
upper and lower bounds of a dummy array3049 (5/25/2011 12:53:25 PM) comp.lang.fortran I have a question about the dummy array behavior when declaring it with or without the POINTER or ALLOCATABLE attribute. I speak out the case where one does not want to allocate something or to change the ass... francois.jacq(304)
Finding a minimum of a function with two variables1768 (12/28/2010 11:47:41 AM) comp.lang.fortran I have a function F(x,y). I would find a minimum around two initial guesses x=x0 and y=y0. I have found several methods to find a minimum of a function F(x) (i.e. in a one variable). Where can I find a subrouti... matteo.diplomacy(97)
Asking for a good book41146 (8/11/2010 4:10:10 PM) comp.lang.fortran Hi all,
any suggestion for a good book (and reference) on Fortran 2003?
A hasty search on google lead to 3 main results:
1. The Fortran 2003 Handbook: The Complete Syntax, Features and
Procedures ... Vincenzo
The dgetri subroutine from Lapack return segment failure542 (9/22/2009 12:31:48 PM) comp.lang.fortran !My test program is listed as follow: !----------------------------------------------------------------- program main implicit none integer, parameter :: n =3D 3 integer, parameter :: lda =3D n real, dimension(... leed2005(11)
type declaration of function names and interfaces239 (5/1/2009 5:42:05 PM) comp.lang.fortran I cannot find in the standard the exact points relevant to understand which of the following different behaviors of Intel fortran compiler (version 10.1 for Linux), gfortran (version 4.1.2) and g95 (version ... pastgio1(24)
use module445 (4/25/2009 5:22:45 AM) comp.lang.fortran EPC s last post provoke me to ask a question, may be a bit idiotic. I am prone to use too many modules in my codes as different programme and then compile them using makefile. I do this due to readability. do t... bnrj.rudra(343)