Since 5/3/2012 12:45:30 AM, rge216973 has written 9 articles and participated in 129 conversations. rge216973 signature: rge216973
rge216973's articles:
Items(9) /1
Question about COMMON636 (3/10/2005 1:22:56 PM) comp.lang.fortran Greetings, I'm trying to parallelise a code which makes extensive use of large local arrays. It's not hard to cause these arrays to exceed the available stacksize, and my current efforts to persuade the batc... Richard
Problem with INTENT1234 (2/22/2005 2:27:41 PM) comp.lang.fortran Greetings, I think I've found a compiler bug, but I'd just like to check before I complain.... Am I right in thinking that there are *NO* circumstances under which an INTENT(IN) variable can be assigned to?... Richard
Tree Problem1132 (6/15/2004 1:41:40 PM) comp.lang.fortran Greetings, I'm trying to build a tree structure, and one thing I'm finding I need to do often is recusively apply a subroutine to every node in the tree (unsurprisingly...). I'm trying to write myself a gene... Richard
Large array problems with ifort371 (5/3/2004 9:58:12 AM) comp.lang.fortran Greetings, I'm having trouble with enlarging an array in a program I've written. When I run the program, gdb spits out the following: warning: (Internal error: pc 0x804e35e in read in psymtab, but not in sy... Richard
Embedding CVS Information3224 (2/19/2004 3:18:23 PM) comp.lang.fortran Greetings, I've just discovered how to embed CVS information into text files, and I'd like to have a nicely portable way of doing this. Well, I realise that ultimately, it's non-portable, but I'm wondering i... Richard
More ifc 8 woes837 (1/26/2004 3:15:14 PM) comp.lang.fortran And I'm back.... A temporary work around for the file problem I mentioned about half an hour ago (although I'd still like to get it fixed properly, since excessing makefile magic is a Bad Thing). Now, ifort ... Richard
ifc 8 / ifort problem057 (1/26/2004 2:50:58 PM) comp.lang.fortran Greetings, I'm running into trouble compiling some of my code with ifc 8. Since I have '.f95' file name extensions, I need to use -Tf with the Intel compiler. Under ifc 7, I can do /usr/opt/intel/compiler70... Richard
Sun Compiler Bug?540 (11/27/2003 10:09:35 AM) comp.lang.fortran Greetings, I've found a possible bug in the Sun compiler.... however, before I start making threatening noises at Sun I'd just like to check it is a bug. A sample program is: MODULE MyModule IMPLICIT NON... Richard
PARAMETER Arrays139 (10/10/2003 12:59:04 PM) comp.lang.fortran Greetings, I've run into a problem with initialising a PARAMETER array. The offending statement is as follows: REAL (KIND=QP), PARAMETER :: b(5,1:6) = RESHAPE( & (/ & 0.0_Q... Richard
ifort to detect undefined variables?1958 (8/8/2005 5:36:14 PM) comp.lang.fortran Hi there, I'm quite annoied that the intel fortran compiler on linux I'm using can not detect the undefined variables which will cause a lot of unpredictable error and cost me a lot time to find it out. Anyon... navysky74(15)
preprocessor1538 (7/12/2005 4:12:29 PM) comp.lang.fortran Anyone suggest how to make fortran portable using a preprocessor, and which preprocessor to use? I can't seem to find a good tutorial about this. I was thinking of using the GNU cpp cause that runs on differen... Wizumwalt(114)
How to halt a running program without losing data?3845 (7/11/2005 12:49:34 PM) comp.lang.fortran Hi. Let's say you have a Fortran program that's running. You don't know how long it would take to complete it's run, or how long you're really prepared to let it go for. The obvious solution would be to add in... nonexistent2032(188)
Pi.48164 (7/5/2005 9:51:32 AM) comp.lang.fortran Hi, do you know whether pi-constant (3.1415927...) is embedded in Fortran. I mean, can I call this constant in double precision? ... kurdayon(125)
endian test3739 (7/3/2005 7:19:01 PM) comp.lang.fortran Hi Can anyone tell me if it is possible to test the endianness of a system using pure fortran? I can do this in C by writing a number to a pointer and then reading the first bit from it's address, but I'd l... fake468(112)
moduel VS parameters839 (6/30/2005 6:32:18 AM) comp.lang.fortran I got one code from another guy which has forty parameters for each subroutine call. I do not like it, so I make modules and then everything is passed through modules. Now I have a problem. The original subrou... yuanliu1(11)
MODULEand USE versus Argument Passing2235 (6/29/2005 1:56:43 PM) comp.lang.fortran Given a Subprogram that gets called millions of times, we know that there is (CPU) overhead for subprogram linkage. My question is, independent of compilers, which is more efficient in practice: passing a lis... SkipKnobleLESS1(689)
f77 vs f9016110 (6/17/2005 12:39:34 AM) comp.lang.fortran Hi All! I was wondering if there are any relative benefits of using f77 over f90. Surely, f90 has nicer features and is an extensible language. But is there any cost associated with it, particularly in terms ... adarsh(69)
forall/where and openmp369 (6/10/2005 11:41:03 PM) comp.lang.fortran Hi, Just wanted to check: is it OK to mix OpenMP parallelisation and compiler parallelisation (using forall etc.) in Fortran 95? Is it compiler dependent? I presume having a forall inside a '!$omp parallel do'... ubasu(28)
Fortran and simple tree recursion2547 (5/24/2005 7:47:05 AM) comp.lang.fortran Hi, It may sound a bit strange, but I am trying to find the proper language/compiler for a special type of tree recursion, and I've been thinking about Fortran (which I'm not at all familiar with ...). I ha... bader(22)