First  |  Prev |  Next  |  Last
Pages: 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
Fortran Debugger help for a newbie using Windows
Hello, I'm currently running FORTRAN 77 code with Force 2.0.8 (an IDE for the g77 compiler). This compiler allows me to link to the GDB debugger (Insight). When I try to debug the code, I can see the assembly line code which is not all that helpful. When I try to open the source file with the program (I set the ... 25 Jun 2008 20:09
Instralling g95 for Red Hat Linux
Hi All I am wondering if any one can help me on how to instrall g95 for Linux! These are the steps I followed: 1. I created folder: WRF then subfolder:g95 2. I downloaded the i686-pc-linux-gnu-g95 from http://www.ftp.g95.org/ and pasted in wrf\g95 3. I used the following commends: [Mahmoudi(a)mahmoudi-ecd ~]... 30 Jun 2008 18:55
Copying files
Is there a way to copy files in Fortran to be readable by different units? ... 25 Jun 2008 23:14
Question about name conflicts in Fortran
Hi all, I have a question about the name collisions between generics and procedures in Fortran. I would like to know whether a generic is allowed to have the same name as a non-related subroutine. I have looked in the ISO-1539 but could not find the relevant constraint. Please tell me where it is if you known it... 27 Jun 2008 19:21
newbie: array input
Hi, I'm having an array problem. I want to input whole row at one command (M(500,7) something like this M(i,:)=(var1,var2, ... ,var7). Hope it is possible. Thanks for any suggestions PKajak ... 2 Jul 2008 11:53
newbie: rotate 2D array
G'day everyone, Yes, it's me again. Suppose I have a 2D array: 1 2 3 4 5 6 7 8 9 0 0 0 What do I have to do to turn it 90 degrees to the right, ending up with 9 5 1 0 6 2 0 7 3 0 8 4 Am I correct in guessing some variation on CSHIFT and RESHAPE, or is it... 25 Jun 2008 05:44
"3D Fast Fourier Transform of a step function"
Dear all ; I found a subroutine for "Fast Fourier Transform of a step function" but in 1D. (you can see it at below) Would you please guide me what changes should I do to convert it to 3D? I don't understand exactly what happens in this subroutine! Your help is greatly appreciated. Best Wishes, Fatemeh ----... 28 Jun 2008 14:44
Problem with IF Statement Using Complex Variables
On Fri, 13 Jun 2008 15:12:41 -0700, nospam(a)see.signature (Richard Maine) wrote: <snip: basic question about FP> I ight suggest googling for "What Every Computer Scientist Should Know About Floatting Point Arithmetic". (That title is from memory; I might have gotten a word wrong, but it is awfuly close to tha... 24 Jun 2008 03:05
save statement in a module
On Tue, 10 Jun 2008 02:35:51 -0800, glen herrmannsfeldt <gah(a)ugcs.caltech.edu> wrote: <snip about COMMON, SAVE, and the main program> Just to complicate things more, some versions of unix have the 'sticky bit': http://en.wikipedia.org/wiki/Sticky_bit In this case, static storage of a program does ... 7 Jul 2008 02:16
Sun F90 Question
I have an existing code base written (maybe 10 years ago) using Sun's F77, version 4.2, compiler and I would like to "upgrade" the code to FORTRAN 90. Should be straight forward since Sun's f90, version 1.2, is also installed on the same machine. Porting and compiling was as easy as expected but I immediately... 25 Jun 2008 09:50
First  |  Prev |  Next  |  Last
Pages: 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47