|
First
|
Prev |
Next
|
Last
Pages: 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226
intel fortran: linker error Hello, we have a program that used to compile with intel fortran 8.0 but when compiling it with intel 9.0 i have those errors at the linkage stage: [dma(a)mebsuta SIMECAFLD]$ make ifort -I. SIMECA.F90 -o SIMECA.o -c -save ifort -I. long_onde.F90 -o long_onde.o -c -save ifort -I. helium.F90 -o helium.o -c -... 6 Oct 2006 10:50
A question about deallocate() and others in Fortran Hi, Nice to be here. I am a beginer in Fortran, So I want to know the following: What is the difference between the deallocate() and nullify() function in Fortran 90? And what is the difference among the allocate(), => and = operator for the pointer variable? I meet some quite serious problem in my program. The... 5 Oct 2006 18:04
Problem linking Intel Math Kernel Library I'm not a particularly savy linux user, but I have managed to install Intel Fortran, C++, and MKL on my PC's linux partition (Ubuntu 6.0.6). Now I want to use the free Fortran package PROPACK to do singular value decompositions of large sparse matrices. Using the make file included with PROPACK works fine until it... 3 Oct 2006 09:58
can internal procedures be overloaded? Hi there. I am learning Fortran, and come up with this dumb question now. ... 2 Oct 2006 15:01
text processing Can anyone tell me how one can find the end of a line of text that comes from a sequential file in f77? The trailing blanks when reading a line is annoying, for instance c234567 character*80 line open(1,file='data.txt') read(1,1)line 1 format(a) stop end where the data ... 29 Sep 2006 17:53
Stack size, and warnings 1. My recursive program now runs, but when I increase the size of the job, I get an "IOT trap", which I am told is likely to be stack overflow. I am using the Intel 90/95 compiler, and I work under Suse Linux 10.1. I think I need to write something into the .bashrc file; what should this be, please? 2. The routi... 3 Oct 2006 09:58
comment and IBM xlf Hello, I have Fortran 90 code and want to include a file (config.h) with C-style comments, like /* */. When I try compile the file with IBM XLF 10.1 Compiler I get the following error messages: ---snip--- "../../config.h", line 1.0: 1515-005 (S) Continuation line is not permitted at beginning of program or... 29 Sep 2006 09:06
silverfrost IDE I took my first swing at fortran since when Reagan was president, and think that I did ok with the IDE from silverfrost f95. With the IDE, I'm trying to make a dll that gets picked up by VB. Elsethread (subject: general query), e.p. chandler suggested the following make file for this dll in a fortran that loo... 27 Sep 2006 01:56
Apology to comp.lang.fortran Sorry I lost it here this weekend. I was tired, frustrated, under presure (mostly applied by myself) and in a lot of pain with a bad back that they tell me I'm pretty well stuck with without surgery which they say could make it better or worse. I was a bad person and I'm sorry. Steve Lionel and Lawson Wakefield ... 28 Sep 2006 04:57
factorial n! program Hi. My teacher gave us a program to do factorial (n!). But it does not work fine... it always give -12 as resoult. what do i have to do? i'm not shure but i could have misread 1 in i or viceversa from the blackboard. Will you help me? and please, can anyone explain in a simple way the function of DO? Here th... 2 Oct 2006 04:47 |