Package: gfortran-4.4
Version: 4.4.3-3
Severity: important
Tags: l10n
I have compiled the following fortran 95 program
program test
double precision a(1000)
a(1)=1
write(6,*) a(1)
stop
end
with the command
gfortran -fopenmp
and I get the following error message (If I try to e
Finally I have installed the gcc-snapshot 20091228-2
and I have compiled the test.f but I get a segmentation fault.
stef...@debsim2:~/prova$ /usr/lib/gcc-snapshot/bin/gfortran -fopenmp -o
test test.f
stef...@debsim2:~/prova$ ./test
Segmentation fault
Thanks and best regards
Stefano Sim
Package: gfortran-4.4
Version: 4.4.1-6
Severity: important
I have used gfortran-4.4 to compile various fortran programs. The programs run
correctly without
the -fopenmp flag. If I compile these programs with gfortran-4.2 and with the
flag -fopenmp,
the programs run correctly. Nevertheless, if
Package: gfortran
Version: 4:4.3.1-2
Severity: normal
A program compiled with the option -fopenmp does not run. It simply
gives a segmentation fault. If the program is compiled without the
-fopenmp option, it runs without errors.
The program (called prov.f90) is the following
PROGRAM ELMAT
IM
4 matches
Mail list logo