[Octopus-users] what does this error mean?
listemily at eml.cc
listemily at eml.cc
Fri Feb 2 15:20:59 WET 2007
I had this same same error when I tried to compile 2.0.1 with absoft
f90. (See the October and November 2006 archives:
http://www.tddft.org/pipermail/octopus-users/ .) I tried some things
with the help of people on the list, but never got this combo working.
I switched to the newest version of Octopus and the intel fortran
compiler and intel math kernel libraries, and that worked for me
(http://www.tddft.org/pipermail/octopus-users/2006-November/000637.html).
Good luck!
:) Emily
----- Original message -----
From: "蒋臣威" <cwjiang1983 at gmail.com>
To: octopus-users at tddft.org
Date: Fri, 2 Feb 2007 22:51:17 +0800
Subject: [Octopus-users] what does this error mean?
Dear octopus users:
I want to install octopus 2.0.1 on Suse linux, my
fortran
compiler is absoft f90. I have set "FC=f90, FCFLAGS='-O3 -YEXT_NAMES=LCS
-YEXT_SFX'" before ran configure. But when I ran make, this error
occurred:
...........
f90 -O3 -YEXT_NAMES=LCS -YEXT_SFX=_ -c -o profiling.o profiling_oct.f90
f90 -O3 -YEXT_NAMES=LCS -YEXT_SFX=_ -c -o blas.o blas_oct.f90
f90 -O3 -YEXT_NAMES=LCS -YEXT_SFX=_ -c -o linalg_basic.o
linalg_basic_oct.f90
f90 -O3 -YEXT_NAMES=LCS -YEXT_SFX=_ -c -o linalg_adv.o
linalg_adv_oct.f90
f90 -O3 -YEXT_NAMES=LCS -YEXT_SFX=_ -c -o math.o math_oct.f90
f90 -O3 -YEXT_NAMES=LCS -YEXT_SFX=_ -c -o multicomm.o multicomm_oct.f90
f90 -O3 -YEXT_NAMES=LCS -YEXT_SFX=_ -c -o ode_solver.o
ode_solver_oct.f90
module ode_solver_m
^
cf90-855 af90fe: ERROR ODE_SOLVER_M, File = ode_solver.F90, Line = 22,
Column =
8
The compiler has detected errors in module "ODE_SOLVER_M". No module
informat
ion file will be created for this module.
*** glibc detected *** /home/jiang/absoft10.0/bin/af90fe: double free or
corrupt
ion (!prev): 0x08471170 ***
======= Backtrace: =========
/lib/libc.so.6[0x401746e1]
/lib/libc.so.6(cfree+0x89)[0x40175d79]
/lib/libc.so.6(fclose+0x136)[0x40165646]
/home/jiang/absoft10.0/bin/af90fe[0x8239ef9]
/home/jiang/absoft10.0/bin/af90fe[0x808998e]
/home/jiang/absoft10.0/bin/af90fe[0x8087a88]
/lib/libc.so.6(__libc_start_main+0xdc)[0x40125f9c]
/home/jiang/absoft10.0/bin/af90fe(ldexp+0x45)[0x804a2a1]
======= Memory map: ========
08048000-082c7000 r-xp 00000000 08:06 11272518
/home/jiang/absoft10.0/bin/af90
fe
082c7000-0843e000 rwxp 0027f000 08:06 11272518
/home/jiang/absoft10.0/bin/af90
fe
0843e000-08539000 rwxp 0843e000 00:00 0 [heap]
40000000-4001b000 r-xp 00000000 08:05 98508 /lib/ld-2.5.so
4001b000-4001d000 rwxp 0001a000 08:05 98508 /lib/ld-2.5.so
4001d000-4001e000 r-xp 4001d000 00:00 0 [vdso]
4001e000-4001f000 rwxp 4001e000 00:00 0
4001f000-40043000 r-xp 00000000 08:05 98523 /lib/libm-2.5.so
40043000-40045000 rwxp 00023000 08:05 98523 /lib/libm-2.5.so
40045000-400f9000 r-xp 00000000 08:05 678306
/usr/lib/libstdc++.so.5.0.7
400f9000-400fe000 rwxp 000b3000 08:05 678306
/usr/lib/libstdc++.so.5.0.7
400fe000-40104000 rwxp 400fe000 00:00 0
40104000-4010e000 r-xp 00000000 08:05 98560 /lib/libgcc_s.so.1
4010e000-40110000 rwxp 00009000 08:05 98560 /lib/libgcc_s.so.1
40110000-40238000 r-xp 00000000 08:05 98515 /lib/libc-2.5.so
40238000-40239000 r-xp 00128000 08:05 98515 /lib/libc-2.5.so
40239000-4023b000 rwxp 00129000 08:05 98515 /lib/libc-2.5.so
4023b000-4023f000 rwxp 4023b000 00:00 0
40240000-40244000 rwxp 40240000 00:00 0
40300000-40321000 rwxp 40300000 00:00 0
40321000-40400000 ---p 40321000 00:00 0
bf824000-bf83b000 rwxp bf824000 00:00 0 [stack]
f90fe failed.
make[2]: *** [ode_solver.o] error 1
make[2]: Leaving directory `/home/jiang/softwares/octopus-2.0.1/src'
make[1]: *** [all-recursive] error 1
make[1]: Leaving directory `/home/jiang/softwares/octopus-2.0.1'
Did someone meet samilar problems, and could you tell me how to solve
it?
Best regards
Chenwei
make: *** [all] error 2
More information about the Octopus-users
mailing list