|
Native Fortran 77 - CGI interface howto On Jul 2, 10:27 pm, Brian Salter-Duke <b_d...(a)bigpond.net.invalid> wrote: On Wed, 2 Jul 2008 10:22:23 -0700 (PDT), feenberg <feenb...(a)gmail.com> wrote: I have been working on converting a local fortran 77 program to run as a cgi program under the Apache webserver on our FreeBSD machine. No perl and n... 8 Jul 2008 17:12
FYI/OT: [Fwd: ANN: Units of measurement for Ada v2.7] 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 optimized out by the compiler. SI and irregular measurement units are sup... 2 Jul 2008 23:12
public comment on fortran 2008 Dan Nagle <dannagle(a)verizon.net> wrote: You may submit a public comment on the committee draft of the proposed Fortran 2008 standard by sending an email to f2008-ballot-comments-ext(a)sun.com Just FYI, the following is what I just submitted to that address. This shouldn't be any great shock to those who ha... 15 Jul 2008 16:27
Fortran numerical server using Com server wizard. I have a large mainly numerical application for Win32 that employs a dll written in F95/2003 code and has about 300 entry points attached to a GUI developed in an old GUI language. I need to move to 64 bit to obtain more memory space for the calculations. The GUI is mainly outside my control and will remain 32... 2 Jul 2008 17:03
Native Fortran 77 - CGI interface howto I have been working on converting a local fortran 77 program to run as a cgi program under the Apache webserver on our FreeBSD machine. No perl and no special libraries are required to do what we need, and the fortran code is compact and straightforward. I have posted some explanation and examples at: http://w... 3 Jul 2008 22:46
newbie: problem with TRANSPOSE G'day everyone Using CVF 6.6 under Windows XP Pro: I'm writing a COM DLL. I have two 2D allocatable arrays of VARIANT. In one routine, I load data into the first array as VT_BSTRs using SysAllocStringLen. In another routine, I TRANSPOSE that array into the second 2D array. In a third routine, I store the conte... 7 Jul 2008 07:21
error during write Dear all; I run a big program and after about 8hour I see this error: forrtl: Stale NFS file handle forrtl: severe (38): error during write, unit 91, file /home/mirjani/ Amn/kvmdat Image PC Routine Line Source wannier.exe 080AAEE3 Unknown Unknown ... 2 Jul 2008 09:49
error during write Dear all; I run a big program and after about 8hour I see this error: forrtl: Stale NFS file handle forrtl: severe (38): error during write, unit 91, file /home/mirjani/ Amn/kvmdat Image PC Routine Line Source wannier.exe 080AAEE3 Unknown Unknown Un... 2 Jul 2008 12:55
IMPURE ELEMENTALs I'm in the middle of writing some comments for the 2008 public review, and I'd like some discussion on this one before I submit it. I don't see the value in having IMPURE ELEMENTAL procedures. There are no examples in the draft standard and the only example in the document describing new features can be rewritt... 3 Jul 2008 15:36
Calling user-specified functions This is probably a trivial question! The context is evaluation of Bayesian priors. My program will contain several pure functions that evaluate priors at user parameters, e.g., pure function dnormal(mu, sigma) pure function dtriangular(l,c,r) and so on. The user's input file will contain, among other t... 3 Jul 2008 16:37 |