Since 5/3/2012 8:42:32 AM, leed2005 has written 5 articles and participated in 6 conversations. leed2005 signature: leed2005
leed2005's articles:
Items(5) /1
The dgetri subroutine from Lapack return segment failure543 (9/22/2009 12:31:48 PM) comp.lang.fortran !My test program is listed as follow: !----------------------------------------------------------------- program main implicit none integer, parameter :: n =3D 3 integer, parameter :: lda =3D n real, dimension(... leed
how to allocate a array in subroutine541 (5/15/2009 7:27:43 AM) comp.lang.fortran Variable a is a allocatable one- or multi- dimension array. The size of a is dicided in subroutine inital. I hope to allocate and initial a in subroutine inital. The compiler prompt error. So, any idea is wel... leed
Does the gerror function exist in fortran dialect F432 (3/8/2009 8:51:04 AM) comp.lang.fortran I can use gerror function in gfortran and g95. If I set -std=F in g95 compile parameter, It will prompt that the gerror function undifined. So, my question is how to use gerror function in fortran dialect F. ... leed
control the write not to next line370 (1/8/2008 12:38:04 PM) comp.lang.fortran I found two ways to control the write command not to next line. I know the "advance" is advance feature after f90. But I am puzzled of "\". So somebody can explain what "\" does when write command is executing.... leed
what dose "character layer*(*)" mean?353 (11/19/2007 2:36:56 AM) comp.lang.fortran Hi, everybody. I saw a statement like this: "character layer*(*)" in a subroutine from someone's source file. I am puzzled for this. Anyone know about this, explain it for me please. Thanks. ... leed
leed2005's replies:
Items(5) /1
what dose "character layer*(*)" mean?353 (11/19/2007 2:36:56 AM) comp.lang.fortran Hi, everybody. I saw a statement like this: "character layer*(*)" in a subroutine from someone's source file. I am puzzled for this. Anyone know about this, explain it for me please. Thanks. ... leed2005(11)
control the write not to next line370 (1/8/2008 12:38:04 PM) comp.lang.fortran I found two ways to control the write command not to next line. I know the "advance" is advance feature after f90. But I am puzzled of "\". So somebody can explain what "\" does when write command is executing.... leed2005(11)
Does the gerror function exist in fortran dialect F432 (3/8/2009 8:51:04 AM) comp.lang.fortran I can use gerror function in gfortran and g95. If I set -std=F in g95 compile parameter, It will prompt that the gerror function undifined. So, my question is how to use gerror function in fortran dialect F. ... leed2005(11)
how to allocate a array in subroutine541 (5/15/2009 7:27:43 AM) comp.lang.fortran Variable a is a allocatable one- or multi- dimension array. The size of a is dicided in subroutine inital. I hope to allocate and initial a in subroutine inital. The compiler prompt error. So, any idea is wel... leed2005(11)
The dgetri subroutine from Lapack return segment failure543 (9/22/2009 12:31:48 PM) comp.lang.fortran !My test program is listed as follow: !----------------------------------------------------------------- program main implicit none integer, parameter :: n =3D 3 integer, parameter :: lda =3D n real, dimension(... leed2005(11)