|
TRIM. Hi all, I am trying to compile a f77 code inside HadRat9. But I have problems with the funciton TRIM that is not recognized by the compiler. command line: g77 -o fprog.o -c fprog.f warning: hostName = TRIM(hostName)//CHAR(0) Reference to unimplemented intrinsic 'TRIM' at (^) (assumed EXTERNAL) another erro... 12 Nov 2005 19:41
DATA statement in g77 Hi, I am more of an IDL coder, but I am using an external fortan code that is having trouble compiling with g77 on a sun machine. I have included what I think are the pertinent parts of the code and the error message that comes up when I try to compile it. ****code snipet**** Subroutine KT_2003_sub1(ctime,R,thet... 4 Nov 2005 15:49
Implicit None + systemqq Hi guys. Following some advice I got to keep the "Implicit none" statement in my programs, I've found that it conflicts with the "systemqq" command. The error I get is: Error: This name does not have a type, and must have an explicit type. [SYSTEMQQ] result = systemqq('test') Commenting out the "Implicit ... 3 Nov 2005 06:25
Gauss-Lobatto Quadrature over a Tetrahedron Hello all, I am sure some of you are very familiar with Gaussian Quadrature formulas, hence the question. Is there a reference that may possibly list the quadrature points and weights for Gauss-Lobatto quadrature over a tetrahedron? A piece of code is OK too. I need to use them in my finite element code. Th... 5 Nov 2005 01:10
DRAIN-2DX compile Does anyonne manage to compile the source code of DRAIN-2dx given in http://nisee.berkeley.edu/software/drain2dx/ ? If yes can you share your knowledge with me? Thanks ... 22 Sep 2005 05:31
Warning: Because of COMMON............... I am trying to compile the source code of DRAIN-2DX (an engineering free software availiable in nisee site).However I am getting 1231 warning messages of the following type: Warning: Because of COMMON, the alignment of object is inconsistent with its type [PKG] 9 FR0(2),CR0(2),FRA(2,2),CRA(2,2),CPIN(2,2),FPIN(2,... 21 Sep 2005 14:39
Why is Fortran not case-sensitive? Hi, I am wondering if there is a good reason why Fortran is not case-sensitive. I have to admit that I personally cannot think of strong enough reasons to justify why Fortran should be case-sensitive either. Although I am happy with the current Fortran standard, it seems to me (sometimes) that being case-sen... 29 Sep 2005 23:37
building a project and creating a dynamik link library hi, i am using Digital Visual Fortran 6.0 , and i have a few questions: 1- when i want to build a project, it gives me an error like that Linking... LINK : fatal error LNK1104: cannot open file "dfor.lib" Error executing link.exe. to correct this, i go Projects Settings=>Link=>Category(Input)=>Addition... 22 Sep 2005 01:56
calling lapack routine from C++ Hi All I have a LAPACK library compiled with intel fortran compiler 9. I can call the library functions from fortran. I am trying to call the LAPACK functions from c++ and currently getting the following error. Can anyone please help me solving the linking error? Thanks ~/temp/lapack_from_C++> g++ ma... 2 Sep 2005 14:49
Need help for two-dimentional integration Actually it is one standard fourier transform integration for kx and ky. Inner integral (kx)is infinit and outer limit of integral (ky)is function of kx. I am not familiar with such programm, so is there anybody having experience on such kind of programm? Thanks a lot. ... 13 Jul 2005 03:45 |