Now another problem...
The sun Workshop compiler !!!
In the Workshop Building windows, I try to build the Entire project or the target
the error is :
----------------------
dmake : Fatal Error in reader :
/users/MyName/projects/MyProject/.make.dependency.5418.0,line3: Unexpected end of line...
hey.... thks for your help... I managed to compile this module...
Now another problem...
The sun Workshop compiler !!!
In the Workshop Building windows, I try to build the Entire project or the target
the error is :
----------------------
dmake : Fatal Error in reader ...
try to allocate artie in the main program
allocate(artie(nats))
and declare in the subroutine :
TYPE(particle), dimension(*) , intent(out) :: artie
let me know
flav256
hi, thank you.... That was not so tricky...
In fact, I changed the allocation statment... Now, I allocate my tab_ array in the main program... and that s ok!
Now, another error...
In my linux version I declared a type :
-----
module m_extract
use m_general
implicit none
type t_cell...
The error appears for these two lines :
real(8),dimension(:),allocatable,intent(out) :: tab_doub
integer,dimension(:),allocatable,intent(out) :: tab_inte
in the subroutine Read_tab
allocatable and intent or not compatible with the sun compiler, there is not problem with the linux lahey fortran...
Hi!
I have written a fortran program on a linux machine. I compiled this code with the fortran 6.5 Lahey compiler. It works fine.
Now I m trying to import this code on a sun machine. I don t manage to compile the same code with the fortran workshop for sun.
1- Is there any way to compile...
Hello,
I'm using Lahey Fortran compiler lf9561 on Linux.
I compile the program with the lahey automake feature... I can execute it on the same machine...
Now, I m trying to distribute my program : I mean, I want to run it on an other linux machine, which does not have the lahey compiler...
hi,
I compile my code with Lahey Compiler LF95 on Linux...
As everybody, I have some runtime errors... ending the program with Memory Fault or Coredump...
How can I ask the compiler to make the program specify the last line read before the Memory Fault error...?
So that I can go straight to...
You should try to read in the string (as you do it in a file)
character(80) :: line
character(20) :: subseq
read(*,*) line
read(line,'(a20)') subseq
! for the first 20 character of the string 'line'
subseq=line(23:43)
ciao
running fortran under Sun-UNIX
I'd like to read an unformatted data file (output from another software). This file is quite big (~900Mo) and I don t want to convert it.
The aim is to find a keyword in the file, read the following values, go to the next occurence of the keyword, read the...
i found a web page dealing with your problem :
http://www.atnf.csiro.au/computing/software/sol2docs/manuals/fortran/prog_guide/2_io.html
could be useful (getarg)
ciao
F
one solution is to read an input file containing the name of input output file
another way is
C:\Myprogram < inputfile.in outputfile.out
I m using such a program... but I don t know exactly how to use these parameters in the code
hope this can help you a bit
flav
I d like to make a fortran 90 code that print on the screen something like a star turning on itself...
with these characters :
- / | \ - / |
on the same place, each characters should appear one after one...
I though :
--------------------------
do i=1,8000
write(*,'(a1)',advance='NO') '\'...
hi,
I have a problem trying to compile a fortran code
I m using the following command :
/usr/ccs/bin/make all
i encounter the following error
---------------------------------------------
{.....}
folding.o obj.f90/biform.o obj.f90/linpdbl.o obj.f90/znull.o obj.f90/hmaqct.o -leclint -lPEM -lfai...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.