|
Public review - new intrinsic procdures New intrinsic procedures There are a large number of new intrinsic functions in the proposed new standard. In the last few standards there have been a few as well. But in the past many of the new names were long and unlikely to cause legacy codes any naming conflicts. Sure, some (like NEW_LINE) were problemat... 5 Jul 2008 03:21
Public review The regular fireworks are over. Let me see if I can light up a few of my own. Following (in separate articles) are the public review comments I'm sending in. I've tried to keep the number down, and I've tried to keep the comments short. I'll be sending them in sometime Sunday. -- J. Giles "I conclude th... 5 Jul 2008 03:21
bug with ifort + openmp : allocatable array not allocated after allocation The following code should allocate an allocatable shared array inside the parallel construct using SINGLE clause. It generates a run time error with ifort 10.1: forrtl: severe (408): fort: (8): Attempt to fetch from allocatable variable USEDD when it is not allocated It *IS* allocated at the end of the routine... 9 Jul 2008 06:30
write matrix Hi! How do I print matrix in FORTRAN 77? I have a quadratic matrix D(n, n) and I do print it this way: do i = 1, n write(*, '(1x, 1000g10.5)') (D(i, j), j = 1, n) enddo But I don't know what does it mean. Actually what is 1000 constant for (before the g letter)? If I reduce it ... 4 Jul 2008 13:05
the g0 edit descriptor If anyone here can answer, I won't send the following as an F2008 public review response: I can't really tell in the document whether g0 is allowed to be g0.d (that is, a digits part). If it can, then it's likely to become one of my favorite features. -- J. Giles "I conclude that there are two ways of c... 4 Jul 2008 13:05
Foray Build Tool Project Started drewmccormack(a)mac.com wrote: I have started a project at Google to develop the new Foray (formerly TCBuild) Fortran build tool: http://code.google.com/p/foraytool/ Foray is designed specifically for Fortran projects, and has a lot of nice advanced features, similar to Scons. It is written in Py... 11 Jul 2008 13:01
Get system time I am trying to get the system date and time using the following code Integer time Integer stime Character rdate(64) stime = time() call ctime(stime, rdate) write (*,100) rdate 100 format (a32) stop end However, I am getting an erro... 3 Jul 2008 15:36
ftcl dear friends (and specially Arjen), i am trying to "learn" ftcl. the example directory of the disribution needs 'config.mk' which does not included the distribution. can any1 provide me the file? ... 3 Jul 2008 12:30
"system" extension on Windows Hi all, I work on a Monte-Carlo simulation tool, which is based on the fortran extension "system". At the core of the simulation, there is a loop which calls an external program which simulates one particular randomized set of parameters : do i=1,100000 sysres = system("externaltool.exe") enddo T... 7 Jul 2008 10:25
FYI/OT: [Fwd: ANN: Units of measurement for Ada v2.7] On 3 jul, 03:01, Gary Scott <garylsc...(a)sbcglobal.net> wrote: Kinda nice...I think I'd be happy with little more than a bunch of standardized named constants. Dmitry A. Kazakov wrote: The library provides an implementation of dimensioned values for Ada. Unit checks are made at run-time, if not opt... 3 Jul 2008 04:18 |