Author's Blogs
Posted Enero 11th 20130
In the beginning, there was only one source form for FORTRAN (as it was then known) programs. Each statement was exactly 72 characters long - no more, no less. (See note below.) Columns 1-5 were for statement labels, whole line comments were indicated with a C in ...
Posted Mayo 11th 20121
Spend any time in the comp.lang.fortran newsgroup, or other places where programming languages are discussed, and you’ll soon see a new “Which is better, Fortran or C?” thread show up. These never fail to produce heated comments from people who should know better. My answer is that neither is “ ...
Posted Enero 5th 20124
Nearly 11 years ago (!) I wrote an item for the Visual Fortran Newsletter on explicit interfaces in Fortran. In recent weeks, I have had to refer quite a few customers to this article, suggesting that many ...
Posted Diciembre 23rd 20113
In some of my earlier posts I've discussed new features in the Fortran language that might be unfamiliar to some. But this time I'm going to go the other way and describe some really old language features - so old that many newer Fortran programmers are mystified when they see them - but these ...
Posted Septiembre 22nd 20117
In this blog, I refer to myself as "Doctor Fortran". It's a joke that started more than ten years ago when I decided to write an "advice column" for what was then the Digital Visual Fortran Newsletter. Everyone liked it so much I stuck with it, but I've always been aware of the people who ...
Posted Septiembre 6th 20114
Let us return to those thrilling days of yesteryear. Yes, I mean November 2010 when Intel® Parallel Studio XE was first released. This suite of high-performance computing development tools included new versions of the Intel C++ and Fortran compiler products, (now renamed "Composer XE"), and ...
Posted Octubre 20th 20108
It is a beautiful autumn day here in Southern New Hampshire. The air is clear and crisp, the sun is bright and the trees have (finally!) brought out some color, which I can see looking out the window near my cube. But soon, I will pack up the rest of my things and leave that view, and the cube, ...
Posted Septiembre 2nd 20092
One of the various responsibilities I have is for the compiler samples (both Fortran and C++). For Intel Visual Fortran, we have a lot of samples - for the other compilers, fewer. The Windows Fortran samples are a mixed lot; some came to us from Microsoft Fortran Powerstation (with or without ...
Posted Julio 10th 200911
My earlier post, "I've Come Here For An Argument", was very popular with my fellow support engineers, as it provided a convenient answer to questions they frequently receive. (For ...
Posted Julio 1st 20094
Recently, a customer wrote in our User Forums that he wanted to write out the values of an array, all in one line, where the number of elements was not known at compile time. His first attempt at this was:write (30,'(2x,f8.2)') array and he was dismayed ...
