Fortran 90 library (module?) for vector arithmetic in 3d Space483 (8/7/2003 1:28:17 AM) I was wondering if there exists a public domain module or library for fortran 90 that contains code for vector operations in 3d space with some common functions like adding and subtracting vectors, dot and cros... vsi(11)
linking with ifc and HDF5140 (8/7/2003 9:52:40 PM) Hi, I've got a sample program that USEs HDF5, but when I try to compile with the HDF libraries it doesn't seem to find the module. Is there some trick? I've read the man page on ifc, it seems like there's n... snowkid_23(29)
Opteron and Fortran638 (8/7/2003 12:00:54 PM) Soon you will be able to buy personal computers using the AMD Opteron chip, which can run 32-bit or 64-bit programs. What are the implications for Fortran programmers? What kinds of programs will benefit from a... beliavsky(2207)
Pointers to Strings4229 (7/30/2003 11:02:43 AM) Can anyone impress our C knowledgeable readers here with Fortran's translation of below very simple C ? My inquiry is, whats the CLOSEST looking solution to C source below that doesnt resort to use of named st... dave_frank(2243)
C strings to Fortran1155 (8/5/2003 11:37:01 PM) Ok, I know this is a common topic, but I didn't find any post that solves my current problem. I'm using Microsoft Visual C++ 6.0 (SP5), and Intel Fortran 7.1 Compiler for Windows. I'm trying to pass a C charac... ackbar(2)
Question about overloading, encapsulation and inheritance833 (8/7/2003 11:47:09 AM) Hi I was wondering if fortran 90 has any method to encapsulate functions in modules. Let me explain my problem. I have created 2 modules, Module1 and Module2. Each contains a couple of types, a couple of var... vsi(11)
challenge: remove blanks subroutine4865 (8/3/2003 1:51:53 PM) "Glen Herrmannsfeldt" wrote in message news:ZsGVa.9104$Oz4.2070@rwcrnsc54... > > > Well, it isn't so hard to write inefficient code in C. One I had to debug > once was a routine to rem... dave_frank(2243)
Re: exponentiation151 (8/7/2003 1:01:18 AM) mathieu.fregeau@polymtl.ca (Mathieu) writes: > Hello, > > I try to do this : > DOUBLE PRECISION T, P > > P = -153.02 > > T = P**(4.18D0) > > AND IT GIVES BACK THE ERROR: > SEVERE 6201 DOMAIN ERROR That's r... robin_v4(769)
Fortran Compiler for HP Itanium160 (8/7/2003 1:41:14 PM) Hi! Does anybody have experience with Fortran compilers for the HP Itanium? Specifically, are there any other compilers available for this platform besides g77? I would like to test our codes on this platfo... altnuc(6)
Re: challenge: remove blanks subroutine #5147 (8/7/2003 12:54:42 AM) "David Frank" wrote in message news: > > > I was curious to try a comparison (for this string compression) > > between SUBSTR and arrays, so I wrote some code: > > > > ... robin_v4(769)