First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
abort on end-of-file
When Oracle Solaris Fortran terminates execution because of an end-of-file condition, it writes a message to standard error and then calls the C library routine abort. The C routine abort tries to close all open files and then raises SIGABRT. If there is no signal handler for SIGABRT, the OS will normally try to ... 19 May 2010 02:49
getting 64-bit fortran to work on a friend's laptop
James van Buskirk describes in detail how to get a 32-bit dos window to open in the right spot and with the right properties: I poled around a little and found that the thumb drive letter can be given by %cd:~0,2% So I followed this procedure to install 32-bit gfortran on a thumb drive: Find ... 16 May 2010 17:55
Looking for some advice on string passing and dealing with hardcoded constants
On Fri, 14 May 2010 06:01:23 -0700 (PDT), ndl_91 <nicolas.lardjane(a)gmail.com> wrote: On 12 mai, 04:29, ivan martin <i.mar...(a)invalid.com> wrote: Greetings all, following dpb's advice from my previous question: 'calling a subroutine with a "string constant"': I have the need for it for when I run int... 14 May 2010 11:40
Between hard code writing hours
Hello, everybody! I know, my message is off topic. But I think, that it will be intresting for everyone in this discussion. I am talking about a site www.myletterworld.com. It helps creatively relax between hard code writing hours. Metal Storm ... 13 May 2010 18:15
Pointers to overlapping data as dummy argumemts
If I store something through a pointer dummy argument, is it OK if this modifies data accessible through another pointer dummy argument? Here's some example code: module m implicit none contains subroutine foo(a,b) real, dimension(:), pointer :: a,b a(1) = 1.0 b(1) = 2.0 end subroutine f... 13 May 2010 22:39
use of EQUIVALENCE for a dynamical assignment of data
Hi to all, I am trying to search a solution of this problem. I use fortran to solve a set of equations in an iterative loop. My data are 12 matrixes like this COMPLEX*16 Z1(4096,2048) In each loop, after other operations, I need to perform a FFT calling an external library that needs the data as a single r... 12 May 2010 20:19
Looking for some advice on string passing and dealing with hardcodedconstants
On 5/11/2010 7:29 PM, ivan martin wrote: Greetings all, following dpb's advice from my previous question: 'calling a subroutine with a "string constant"': <quote> As you say, however, it doesn't make a whole lot of sense to code a constant as the argument in the call; it would seem more logical for... 12 May 2010 01:34
Looking for some advice on string passing and dealing with hardcoded constants
Greetings all, following dpb's advice from my previous question: 'calling a subroutine with a "string constant"': <quote> As you say, however, it doesn't make a whole lot of sense to code a constant as the argument in the call; it would seem more logical for that to be a variable read in or somehow else set.... 14 May 2010 13:54
Gnuplot from array
Let's suppose I produced 2 arrays REAL, DIMENSION (0:MAX_SIZE) :: T,Y where max_size is an appropriate integer. May you suggest a code that create a GRAPH.PLT to see a T (x axis)- Y(y axis) plot by gnuplot ? I would export T and Y in a single file called DATA.DAT too. May you proposed codes? ... 14 May 2010 09:28
XP Pro vs Win2k: Installing CVF 6.6
I had CVF 6.6, 6.6C installed under Win 2k Pro. I then tried to install CVF 6.6 under Win XP PRO. Neither setup nor x86setup works. Trying to install Intel VF is not a solution. Any suggestions? ... 10 May 2010 19:52
First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37