First  |  Prev |  Next  |  Last
Pages: 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
how to control process priority from compaq visual fortran
Hi does somebody know how to control priority (under windows XP) of a process built Compaq Visual Fortran (CVF) version 6.6.B ? Thanks ... 10 Apr 2008 07:46
cant' print the contents of a character*(*) string in gdb thatis passed in a fortran subroutine
pggodin(a)gmail.com wrote: When using gfortran and gdb 6.8 I cant' print a character*(*) string in gdb that is passed in a fortran subroutine. Doesn't anybody know a workaround for this. I don't have 6.8, but the version I have prints out arguments when a breakpoint is reached. It seems, though, that i... 8 Apr 2008 02:48
cant' print the contents of a character*(*) string in gdb that is passed in a fortran subroutine
When using gfortran and gdb 6.8 I cant' print a character*(*) string in gdb that is passed in a fortran subroutine. Doesn't anybody know a workaround for this. Thanks, Phil ... 7 Apr 2008 17:48
Doubt about formula transcription
hey guys, im with a little problem when im transcripting a math formula from maple to fortran, because when i put a solution on the equation, i got a result diferent from zero. The formula is: 2*arctan(sin(a)*cos(a)/(.8-cos(a)^2))-4/9*Pi ; I've transcripted to fortran as: 2*atan((sin(a)*cos(a))/(0.8- cos(a)**... 6 May 2008 22:21
f2003 or F2003 ?
Simple question (as I am mentioning it in my thesis...): what is the most `official' abbreviation for 'Fortran 2003 compiler'? Should one write `f2003 compiler' or `F2003 compiler'? Thanks, Bart -- "Share what you know. Learn what you don't." ... 11 Apr 2008 16:42
Write to file: need a variable format specifier
Hello, I'm trying to write data sets to an ASCII file. As the length of these data sets can vary, I need some sort of variable format for the write statement. I tried the following open(unit=101,file='test_data/test.out', status='new', iostat=ios) write(tes,"('''(' ,I2,'E20.6)''' )"), x do i=1,z do j=1... 7 Apr 2008 11:59
EXTERNAL statement for subroutines: is it ever needed?
Hi, I don't understand the use of the EXTERNAL statement. When I call an external subroutine from a program unit, it seems like the code compiles without problems, even if the external subroutine is in another file. So would I need EXTERNAL? Thanks, Best Regards, deltaquattro ... 7 Apr 2008 08:49
glibc??
In a program I am working on I get this message when it runs: *** glibc detected *** ./a.out: free(): invalid next size (normal): 0x080e0f78 *** ======= Backtrace: ========= [...] It does compile OK. This happens after some variables are deallocated in a subroutine and before the next statement after the subr... 17 Apr 2008 04:23
Preventing file sharing
On Mon, 24 Mar 2008 05:20:29 -0700 (PDT), "johnharwood(a)arrakis.es" <johnharwood(a)arrakis.es> wrote: Although I suspect that this may be a Windows question, maybe somebody has been here before! Using IVF and Windows XP Professional, if a file is opened with the specifier NOSHARED and then I attempt to ... 7 Apr 2008 08:49
MPICH and Fortran90
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 my point of view this is regrettable, since I want to send and receive data of derived type. I will ... 9 Apr 2008 17:07
First  |  Prev |  Next  |  Last
Pages: 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28