Since 5/3/2012 10:14:54 AM, nospom has written 1 articles and participated in 124 conversations. nospom signature: nospom
nospom's articles:
Items(1) /1
Pointers in Fortran 77736 (7/12/2009 1:44:13 AM) comp.lang.fortran Hello. I am trying to find a reasonably portable method to declare storage for a small number of pointers in Fortran 77. The issue is correctly matching the byte size of pointer variables for a certain librar... Dave
Locate function for logical array24136 (1/23/2011 8:03:34 PM) comp.lang.fortran I am seeking a function that is like the "index" function for strings,
except for a 1-D logical array. Is there an intrinsic function or more
elegant coding method to do this, rather than an explicit loop? ... Dave
unformatted files (again)23120 (8/6/2010 3:28:15 PM) comp.lang.fortran From a cursory search, I know questions like this have been asked
before, but I wanted to ask something more pointed. I know that when
you write an unformatted file in fortran, it sticks a "header" before
y... Gideon
gfortran/ifort format issues in files16111 (7/4/2010 9:17:33 AM) comp.lang.fortran I'm in the process of modifying a program that was previously compiled with ifortran so that it will work with gfortran as well (Windows is my testbed), and I have discovered that files written by the ifort-c... philipp.weidmann(2)
Is there a Fortran equivalent of C's #ifdef ??20115 (10/3/2009 8:43:02 PM) comp.lang.fortran I'm trying to write three shell scripts, which determine if the C/C++/Fortran compilers are GNU, Sun, IBM. HP etc. The code below is makes use of the C pre-processor and checks for what macros are defined. C... foo25(218)
reading config file3369 (9/15/2009 12:23:29 PM) comp.lang.fortran Hello all, After switching jobs and now mainly being programming in Octave, it is nice to be back for asking yet another questions here to good old clf :-) I would like to read a configuration file that could... MyFirstName.MyLastName(522)
versioning of subprograms1434 (9/12/2009 4:53:03 PM) comp.lang.fortran We have all faced situations when we are trying out different versions of trying to do something. When I don't want to throw away older versions, I leave them lying around after renaming subroutine proc1 to su... analyst41(232)
Compiler or coder bug?1857 (9/12/2009 8:45:15 AM) comp.lang.fortran Hi, Apparently associated with the recent addition and use of the following syntactic sugar^1 function, function strip( string ) character(*), intent(in) :: string character(len(trim(adjustl(stri... Bil.Kleb(900)