Retro-computing, analogue070 (3/9/2009 7:04:01 PM) comp.lang.fortran Here is the abstract of a talk to be given today at my place of work. It could tickle the fancy of some of the old-timers here ... For many engineers and scientists, hybrid analogue & digital machines represe... Gib
libtiff1235 (1/29/2009 8:58:35 AM) comp.lang.fortran I'm trying to link libtiff.lib (compiled from C code) to Fortran, using the Intel compilers on Windows. I have the calling of a C procedure from Fortran sorted out, but I haven't succeeded in building a prog... Gib
OpenMP error with allocatable component554 (1/2/2009 9:39:55 PM) comp.lang.fortran The code that follows demonstrates a problem that can occur with ifort on the assignment of a PRIVATE variable which is a derived type with an allocatable component. This program fails with the message: "A p... Gib
MPI code error raises a question3454 (5/7/2008 8:42:32 PM) comp.lang.fortran With a little help from my friends I have found the error in my MPI code that was bedeviling me with Heisenbugs. One of the arguments to MPI_RECV is an integer array status(MPI_STATUS_SIZE). In one place I'... Gib
Allocatable arrays in derived types1848 (4/29/2008 7:57:51 AM) comp.lang.fortran Consider a derived type used thus: type mytype integer :: a,b,c real :: x,y,z real, allocatable :: mydata(:) end type type(mytype), allocatable :: cell(:) type(mytype) :: acell allocate(cell(1... Gib
MPICH and Fortran90853 (4/7/2008 3:45:18 AM) comp.lang.fortran The user's guide for MPICH says that the "MPI module does not provide full Fortran 90 support; in particular, interfaces for the routines, such as MPI_Send, that take choice arguments are not provided." From... Gib
Odd omp_get_wtime()646 (10/31/2007 8:07:15 AM) comp.lang.fortran I've run into a a peculiar behaviour in XL Fortran with the OpenMP function omp_get_wtime(). I've reduced it to a simple program that shows the behaviour: module wtime_mod contains subroutine wtimer2(t) rea... Gib
String compare1031 (7/6/2007 9:48:38 PM) comp.soft-sys.matlab I developed some code on Windows that uses these statements: handles.client = 'Mac'; handles.server = 'BigPapa'; .... if (handles.client == 'PCWIN') .... if (handles.server == 'BigPapa') .... This code works fi... Gib
Translate Fortran to Java2040 (3/14/2006 10:55:40 PM) comp.lang.fortran Yes, I know. But some people I collaborate with want to make their software compiler- and platform-independent, and they don't want any compiled libraries. They'd like to use a component (about 9000 lines) ... Gib
Problem with qromb subroutine/nrerror21127 (3/23/2009 11:28:09 AM) comp.lang.fortran Dear all ; I'm trying to compute an integral with Romberg's Method. I used qromb subroutine which calls polint and trapzd. but I cannot get the answer correctly. the program stops the running with nrerror... fateme.mirjani(56)
An strange point1331 (4/1/2009 2:08:01 PM) comp.lang.fortran Dear all ; I wrote a program which has a bug when the value of u is greater than 1.4. when I tried to find the bug for values of y greater than 1.4 I saw an strange point : u=0.D0 do while (u.lt.20.D0) .... fateme.mirjani(56)
Compilation takes infinitely long748 (4/4/2009 9:55:57 AM) comp.lang.fortran Hi, I have a self-written Fortran 77 program that compiles without problems with g77 and gfortran on a Linux PC as well as on an iBook G4 Tiger/PPC. The compilation takes only a few seconds. However, on a L... ingo.thies(51)
petition against FORTRAN6059 (4/8/2009 1:45:26 PM) comp.lang.fortran Hmm... somebody sent me the following link today: http://www.fortranstatement.com/cgi-bin/petition.pl These guys don't know what they're missing! :-) Regards, Bart -- "Share what you know. Learn what you... MyFirstName.MyLastName(522)
misunderstanding about counting in Fortran1745 (4/15/2009 11:46:35 AM) comp.lang.fortran hi I get confused with simple thing. Fortan starts counts from 0. I want to allocate an array with 2 rows and for example 10 columns. so I must allocate an array with (1 , 10) , it has 2 rows , with number 0 an... nakisa.nooraee(180)
Fortran 90 Questions (array & derived type)856 (4/18/2009 3:03:11 AM) comp.lang.fortran Hi all, I have questions about Array and Derived Type. For my new project, I have to use array instead of a scratch file to store information from users. To do this, I need to create derived type, too. Howev... chocoyuu(7)
Where to put the constants?1636 (4/24/2009 2:39:24 AM) comp.lang.fortran Some of the science and engineering programs posted in this newsgroup have started out with long sections composed of constants. There are a number of preliminary computations carried out either with initializa... epc8(1259)
an intermittent error1942 (4/25/2009 1:42:56 AM) comp.lang.fortran I have statements like write (6,fmt) a,b,c,d,charfu(e,f,g) where charfu is a character function in which internal i/o takes place (e,f,g are written on charfu). sometimes this blows up and at other times it ... analyst41(232)
generate pdf from fortran #2785 (5/11/2009 3:05:19 PM) comp.lang.fortran Hi all... Im new to this group...Anybody know how to generate pdf from fortran....is thr any libraries available..I'm working on Absoft pro fortran 8.2a...I searched for pdf generating functions in it..but co... anoopedakkad(2)
best compiler1634 (9/7/2009 1:29:04 PM) comp.lang.fortran Hello friends, At last I manage my institute to buy a fortran compiler. Now it is my tusk to work on which one we should buy. We actually a scintific research institute, most of the computational tusk is on con... bnrj.rudra(343)