root/cdat/trunk/logs/samples/shgrid.LOG

Revision 7032, 6.1 kB (checked in by doutriaux1, 6 months ago)

turned off visus for this release
updated sample log files

Line 
1 running install
2 running build
3 running config_cc
4 unifing config_cc, config, build_clib, build_ext, build commands --compiler options
5 running config_fc
6 unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
7 running build_src
8 building extension "shgridmodule" sources
9 creating build
10 creating build/src.linux-i686-2.5
11 creating build/src.linux-i686-2.5/Src
12 f2py options: []
13 f2py: Src/shgridmodule.pyf
14 Reading fortran codes...
15         Reading file 'Src/shgridmodule.pyf' (format:free)
16 Post-processing...
17         Block: shgridmodule
18                         Block: shgrid
19                         Block: shgetnp
20                         Block: shseti
21                         Block: shgeti
22 Post-processing (stage 2)...
23 Building modules...
24         Building module "shgridmodule"...
25                 Constructing wrapper function "shgrid"...
26                   ff,ier = shgrid(x,y,z,f,xo,yo,zo,iwk,rwk,[n,nxo,nyo,nzo])
27                 Constructing wrapper function "shgetnp"...
28                   np,ier = shgetnp(px,py,pz,x,y,z,iflag,iwk,rwk,[n])
29                 Constructing wrapper function "shseti"...
30                   shseti(pnam,ival)
31                 Constructing wrapper function "shgeti"...
32                   ival = shgeti(pnam)
33         Wrote C/API module "shgridmodule" to file "build/src.linux-i686-2.5/Src/shgridmodulemodule.c"
34   adding 'build/src.linux-i686-2.5/fortranobject.c' to sources.
35   adding 'build/src.linux-i686-2.5' to include_dirs.
36 copying /usr/local/cdat/lib/python2.5/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-i686-2.5
37 copying /usr/local/cdat/lib/python2.5/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-i686-2.5
38 running build_py
39 creating build/lib.linux-i686-2.5
40 creating build/lib.linux-i686-2.5/sh
41 copying Lib/__init__.py -> build/lib.linux-i686-2.5/sh
42 copying Lib/sh.py -> build/lib.linux-i686-2.5/sh
43 running build_ext
44 customize UnixCCompiler
45 customize UnixCCompiler using build_ext
46 customize GnuFCompiler
47 Could not locate executable g77
48 Could not locate executable f77
49 customize IntelFCompiler
50 Could not locate executable ifort
51 Could not locate executable ifc
52 customize LaheyFCompiler
53 Could not locate executable lf95
54 customize PGroupFCompiler
55 Could not locate executable pgf90
56 Could not locate executable pgf77
57 customize AbsoftFCompiler
58 Could not locate executable f90
59 customize NAGFCompiler
60 Could not locate executable f95
61 customize VastFCompiler
62 customize GnuFCompiler
63 customize CompaqFCompiler
64 Could not locate executable fort
65 customize IntelItaniumFCompiler
66 Could not locate executable efort
67 Could not locate executable efc
68 customize IntelEM64TFCompiler
69 customize Gnu95FCompiler
70 Found executable /usr/bin/gfortran
71 customize Gnu95FCompiler
72 customize Gnu95FCompiler using build_ext
73 building 'shgridmodule' extension
74 compiling C sources
75 C compiler: gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
76
77 creating build/temp.linux-i686-2.5
78 creating build/temp.linux-i686-2.5/build
79 creating build/temp.linux-i686-2.5/build/src.linux-i686-2.5
80 creating build/temp.linux-i686-2.5/build/src.linux-i686-2.5/Src
81 compile options: '-Ibuild/src.linux-i686-2.5 -I/usr/local/cdat/lib/python2.5/site-packages/numpy/core/include -I/usr/local/cdat/include/python2.5 -c'
82 gcc: build/src.linux-i686-2.5/Src/shgridmodulemodule.c
83 gcc: build/src.linux-i686-2.5/fortranobject.c
84 compiling Fortran sources
85 Fortran f77 compiler: /usr/bin/gfortran -Wall -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops -march=pentium4 -mmmx -msse2 -msse -fomit-frame-pointer -malign-double
86 Fortran f90 compiler: /usr/bin/gfortran -Wall -fno-second-underscore -fPIC -O3 -funroll-loops -march=pentium4 -mmmx -msse2 -msse -fomit-frame-pointer -malign-double
87 Fortran fix compiler: /usr/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -fPIC -O3 -funroll-loops -march=pentium4 -mmmx -msse2 -msse -fomit-frame-pointer -malign-double
88 creating build/temp.linux-i686-2.5/Src
89 compile options: '-Ibuild/src.linux-i686-2.5 -I/usr/local/cdat/lib/python2.5/site-packages/numpy/core/include -I/usr/local/cdat/include/python2.5 -c'
90 gfortran:f77: Src/sh3grd.f
91 gfortran:f77: Src/shblda.f
92 gfortran:f77: Src/shgeti.f
93 gfortran:f77: Src/shgetnp.f
94 gfortran:f77: Src/shgrid.f
95 gfortran:f77: Src/shrot.f
96 gfortran:f77: Src/shsetup.f
97 gfortran:f77: Src/sh3val.f
98 gfortran:f77: Src/sherr.f
99 gfortran:f77: Src/shgetnp3.f
100 Src/shgetnp3.f: In function ‘shgetnp3’:
101 Src/shgetnp3.f:171: warning: ‘lmin’ may be used uninitialized in this function
102 Src/shgetnp3.f:172: warning: ‘rsmin’ may be used uninitialized in this function
103 gfortran:f77: Src/shgivens.f
104 gfortran:f77: Src/shqshep.f
105  In file Src/shqshep.f:463
106
107       CALL SHERR (9,'SHQSHEP - collinear input, no unique solution',45)
108                                                                        1
109 Warning: Line truncated at (1)
110 Src/shqshep.f: In function ‘shqshep’:
111 Src/shqshep.f:135: warning: ‘neq’ may be used uninitialized in this function
112 gfortran:f77: Src/shseti.f
113 gfortran:f77: Src/shstore3.f
114 /usr/bin/gfortran -Wall -Wall -shared build/temp.linux-i686-2.5/build/src.linux-i686-2.5/Src/shgridmodulemodule.o build/temp.linux-i686-2.5/build/src.linux-i686-2.5/fortranobject.o build/temp.linux-i686-2.5/Src/sh3grd.o build/temp.linux-i686-2.5/Src/shblda.o build/temp.linux-i686-2.5/Src/shgeti.o build/temp.linux-i686-2.5/Src/shgetnp.o build/temp.linux-i686-2.5/Src/shgrid.o build/temp.linux-i686-2.5/Src/shrot.o build/temp.linux-i686-2.5/Src/shsetup.o build/temp.linux-i686-2.5/Src/sh3val.o build/temp.linux-i686-2.5/Src/sherr.o build/temp.linux-i686-2.5/Src/shgetnp3.o build/temp.linux-i686-2.5/Src/shgivens.o build/temp.linux-i686-2.5/Src/shqshep.o build/temp.linux-i686-2.5/Src/shseti.o build/temp.linux-i686-2.5/Src/shstore3.o -lgfortran -o build/lib.linux-i686-2.5/shgridmodule.so
115 running scons
116 running install_lib
117 creating /usr/local/cdat/lib/python2.5/site-packages/sh
118 copying build/lib.linux-i686-2.5/sh/__init__.py -> /usr/local/cdat/lib/python2.5/site-packages/sh
119 copying build/lib.linux-i686-2.5/sh/sh.py -> /usr/local/cdat/lib/python2.5/site-packages/sh
120 copying build/lib.linux-i686-2.5/shgridmodule.so -> /usr/local/cdat/lib/python2.5/site-packages
121 byte-compiling /usr/local/cdat/lib/python2.5/site-packages/sh/__init__.py to __init__.pyc
122 byte-compiling /usr/local/cdat/lib/python2.5/site-packages/sh/sh.py to sh.pyc
123 running install_egg_info
124 Writing /usr/local/cdat/lib/python2.5/site-packages/sh-0.0.0-py2.5.egg-info
Note: See TracBrowser for help on using the browser.