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

Revision 7032, 4.6 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 "eqmsu" 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/eqmsu.pyf
14 Reading fortran codes...
15         Reading file 'Src/eqmsu.pyf' (format:free)
16 Post-processing...
17         Block: eqmsu
18                         Block: loop_thru_dims
19 Post-processing (stage 2)...
20 Building modules...
21         Building module "eqmsu"...
22                 Constructing wrapper function "loop_thru_dims"...
23                   arrayout = loop_thru_dims(critw,arrayin,weights,heightp,heightm,temp,tempout,tempw,[nmsu,nlev,nic,nextra])
24         Wrote C/API module "eqmsu" to file "build/src.linux-i686-2.5/Src/eqmsumodule.c"
25   adding 'build/src.linux-i686-2.5/fortranobject.c' to sources.
26   adding 'build/src.linux-i686-2.5' to include_dirs.
27 copying /usr/local/cdat/lib/python2.5/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-i686-2.5
28 copying /usr/local/cdat/lib/python2.5/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-i686-2.5
29 running build_py
30 creating build/lib.linux-i686-2.5
31 creating build/lib.linux-i686-2.5/MSU
32 copying Lib/__init__.py -> build/lib.linux-i686-2.5/MSU
33 copying Lib/MSU.py -> build/lib.linux-i686-2.5/MSU
34 running build_ext
35 customize UnixCCompiler
36 customize UnixCCompiler using build_ext
37 customize GnuFCompiler
38 Could not locate executable g77
39 Could not locate executable f77
40 customize IntelFCompiler
41 Could not locate executable ifort
42 Could not locate executable ifc
43 customize LaheyFCompiler
44 Could not locate executable lf95
45 customize PGroupFCompiler
46 Could not locate executable pgf90
47 Could not locate executable pgf77
48 customize AbsoftFCompiler
49 Could not locate executable f90
50 customize NAGFCompiler
51 Could not locate executable f95
52 customize VastFCompiler
53 customize GnuFCompiler
54 customize CompaqFCompiler
55 Could not locate executable fort
56 customize IntelItaniumFCompiler
57 Could not locate executable efort
58 Could not locate executable efc
59 customize IntelEM64TFCompiler
60 customize Gnu95FCompiler
61 Found executable /usr/bin/gfortran
62 customize Gnu95FCompiler
63 customize Gnu95FCompiler using build_ext
64 building 'eqmsu' extension
65 compiling C sources
66 C compiler: gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
67
68 creating build/temp.linux-i686-2.5
69 creating build/temp.linux-i686-2.5/build
70 creating build/temp.linux-i686-2.5/build/src.linux-i686-2.5
71 creating build/temp.linux-i686-2.5/build/src.linux-i686-2.5/Src
72 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'
73 gcc: build/src.linux-i686-2.5/fortranobject.c
74 gcc: build/src.linux-i686-2.5/Src/eqmsumodule.c
75 compiling Fortran sources
76 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
77 Fortran f90 compiler: /usr/bin/gfortran -Wall -fno-second-underscore -fPIC -O3 -funroll-loops -march=pentium4 -mmmx -msse2 -msse -fomit-frame-pointer -malign-double
78 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
79 creating build/temp.linux-i686-2.5/Src
80 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'
81 gfortran:f77: Src/msuweight.f
82 Src/msuweight.f: In function ‘loop_thru_dims’:
83 Src/msuweight.f:243: warning: unused variable ‘equiv’
84 /usr/bin/gfortran -Wall -Wall -shared build/temp.linux-i686-2.5/build/src.linux-i686-2.5/Src/eqmsumodule.o build/temp.linux-i686-2.5/build/src.linux-i686-2.5/fortranobject.o build/temp.linux-i686-2.5/Src/msuweight.o -lgfortran -o build/lib.linux-i686-2.5/eqmsu.so
85 running scons
86 running install_lib
87 creating /usr/local/cdat/lib/python2.5/site-packages/MSU
88 copying build/lib.linux-i686-2.5/MSU/__init__.py -> /usr/local/cdat/lib/python2.5/site-packages/MSU
89 copying build/lib.linux-i686-2.5/MSU/MSU.py -> /usr/local/cdat/lib/python2.5/site-packages/MSU
90 copying build/lib.linux-i686-2.5/eqmsu.so -> /usr/local/cdat/lib/python2.5/site-packages
91 byte-compiling /usr/local/cdat/lib/python2.5/site-packages/MSU/__init__.py to __init__.pyc
92 byte-compiling /usr/local/cdat/lib/python2.5/site-packages/MSU/MSU.py to MSU.pyc
93 running install_egg_info
94 Writing /usr/local/cdat/lib/python2.5/site-packages/MSU-0.0.0-py2.5.egg-info
Note: See TracBrowser for help on using the browser.