Looking for Lawrie Schonfelder...747 (3/17/2008 1:18:41 PM) comp.lang.fortran Hi all -- Does anyone know how I might be able to get hold of either Lawrie Schonfelder, or his iso_varying_string test suite? cheers, Rich ... Rich
Ambiguous interfaces in gfortran -- who's right?4155 (11/2/2007 1:11:06 PM) comp.lang.fortran Hi all -- I've just been trying out gfortran with my code library. When compiling my root-finding module, I get the following error: <<< gfortran -I/usr/lib -I/usr/local/include/fortran/gfortran -O2 -std=f20... Rich
Multi-dimensional rejection method139 (2/26/2007 8:18:36 PM) comp.lang.fortran Dear all, I'd be grateful if someone could give me some pointers on a problem to do with random parameter generation. The problem is this: I need to generate sets of parameters {x_1,x_2,x_3,...} in some ran... Rich
Interface matching question -- explicit shape vs assumed shape942 (2/12/2007 3:14:05 PM) comp.lang.fortran Hi all -- I've run into what may be an issue with my compiler -- but could just as equally be my non-standard code. Suppose I have a subroutine that accepts another subroutine as an argument, looking someth... Rich
Initialization for derived-type arrays647 (1/25/2007 3:24:35 PM) comp.lang.fortran Hi all --- Suppose I have a derived type whose components all have default initializations. If I declare an allocatable array of this type, and then allocate it, is each element of the array now fully-define... Rich
keyword capitalization -- current practice3666 (12/28/2007 7:50:54 PM) comp.lang.fortran I am writing a book that will include Fortran 2003 and C++ code samples. I'd like to know what is the most common, current practice with regards to capitalizing keywords in Fortran. All responses are welcome, ... damian538(161)
Looking for Lawrie Schonfelder...747 (3/17/2008 1:18:41 PM) comp.lang.fortran Hi all -- Does anyone know how I might be able to get hold of either Lawrie Schonfelder, or his iso_varying_string test suite? cheers, Rich ... rhdt(1081)
Real Symmetric Matrix Inversion664 (3/20/2008 7:04:19 PM) comp.lang.fortran Hi, I was wondering if any one can recommend a robust and fast matrix inversion routine. I have a matrix with vastly different (sometimes over 10 orders of magnitude) elements that needs to be inverted. I h... rjmagyar(14)
Segmentation Fault in calling FFTW249 (7/23/2008 5:51:02 AM) comp.lang.fortran Dear all; I have written a simple program and called FFTW in it. but I envisaged Segmentation Fault after "CALL dfftw_execute(plan)" Is there anyone who can guide me where have I made a mistake? ---------... fateme.mirjani(56)
Read a header and then a binary file?12146 (7/23/2008 10:40:49 AM) comp.lang.fortran Hi, Im new to fortran and Im trying and (failing) to solve my little problem. Any help would be much appreciated?! Im trying to read a text header that I have appended to the top of a binary file and then rea... mdekauwe(117)
Question about arrays of derived types and POINTERs1349 (7/31/2008 11:42:19 PM) comp.lang.fortran First of all, sorry about the length of this post. I tried to come up with a short piece of example code, but between the code and problem description, it's still about 350+ lines. I have been trying to impr... mstucky5(52)