First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Intel Fortran
Les, Yes, I read the post from the gentleman from intel. But apparently you didn't - << there is a / vms option which changes some defaults to be even more compatible with the VMS compilers - adding support for octal constants using " syntax, for example." >> Do you see anywhere in his post where he tells ... 10 Jun 2010 12:14
Intel Fortran etc.
<<<Sometimes. Do note that using nonstandard syntax is a way to signicantly increase the frustration part. Some of us learned that lesson a long time ago. (See the quote in my signature). Yes, I realize it wasn't you who wrote the nonstandard syntax; you just get to pay some of the cost in frustration. I did ... 10 Jun 2010 11:06
FCC VAX VMS Fortran program AMDIST
By popular demand, here is one of my FCC programs that Is generating Gfortran errors, two to be exact. Incompatible type in DATA statement at <1>: Attempted conversion of type integer to type character. <during initialiation> The second error is just like this one, except for the <during initialization>... 10 Jun 2010 15:39
Intel Fortran compiler
I am new to this compiler having it on my computer for less than 24 hours. I'm truly frustrated with the documentation. I have opened Visual Studio 2008 and created a new project called console1 and a few lines of Fortran source is automatically included therein. It prints out "hello World" Icompiled this m... 9 Jun 2010 22:00
Allocating, Deallocating and Reallocating
I'm using Fortran 95 ( it may be a while before I'm up to a compiler for 2003 or 2008 ). Say that I do something like the following: n = 10000 ALLOCATE( x(n) ) ::::::::::: do stuff :::::::::::: I now need x(:) to hold more data than I've allocated space for. I could do something like this: n ... 10 Jun 2010 21:15
the meaning
On Apr 13, 3:39 am, "Gim, OS" <domi...(a)mmu.ac.kr> wrote:   0.00047  0.00047   0.1#QNBE+01   0.00094  0.00094   0.1#QNBE+01   0.00141  0.00141   0.1#QNBE+01    0.01276  0.01268   0.1#QNBE+01   0.01324  0.01315   0.1#QNBE+01   0.01372  0.01362   0.1#QNBE+01   0.01419  0.01408   0.1#QNBE+01   0.014... 9 Jun 2010 15:18
New Intel Visual Fortran user
Hello: last evening, I loaded my new computer from Ebay with Intel Visual Fortran, so while I am a crusty programmer, I'm a newbee to Intel. I hope that there is someone in the group who could answer some basic questions, the answers to which, I have not yet found in the documentation. Here they are : 1, I ha... 9 Jun 2010 17:33
How to deal with "missing points" in arrays
Hi, this is really more of a "numerical computing" question, so I cross- post to sci.math.num.analysis too. I decided to post on comp.lang.fortran, anyway, because here is full of computational scientists and anyway there are some sides of the issue specifically related to Fortran language. The problem is thi... 15 Jun 2010 16:30
VAX VMS Fortran Source
To Ken and others, Thanks for responding to my recent posts. I'm new to this list, and am running into a lot of frustration with these FCC Fortran source code listings. If you know of an FTP drop box someplace, I would be happy to give you, and others here in the group, access to the source code that I'm tryi... 9 Jun 2010 17:33
gfortran
I need a resource that eplains how to use gfortran to debug a compilable fortran program with logic problems. Several of my programs from the FCC give me errors like the following : AM_ GWAV 1 <--- This is the real Main INTEGER S 2 <-- This statement is in a Subroutine after the ... 9 Jun 2010 14:11
First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30