update new files
[unres.git] / source / maxlik / src_FPy / helloworld.log
1 FPy> f2py -c -DMPI -DISNAN -DPYTHON -I. -I/opt/cray/mpt/7.3.2/gni/mpich-gnu/5.1/include --f90exec=ftn -m helloworld helloworld.f90
2
3 running build
4 running config_cc
5 unifing config_cc, config, build_clib, build_ext, build commands --compiler options
6 running config_fc
7 unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
8 running build_src
9 building extension "helloworld" sources
10 f2py options: []
11 f2py:> /tmp/tmpGgYOTj/src.linux-x86_64-2.6/helloworldmodule.c
12 creating /tmp/tmpGgYOTj
13 creating /tmp/tmpGgYOTj/src.linux-x86_64-2.6
14 rmbadname1: Replacing "rank" with "rank_bn".
15 rmbadname1: Replacing "size" with "size_bn".
16 rmbadname1: Replacing "size" with "size_bn".
17 rmbadname1: Replacing "rank" with "rank_bn".
18 Reading fortran codes...
19         Reading file 'helloworld.f90' (format:free)
20 Post-processing...
21         Block: helloworld
22                         Block: sayhello
23 Post-processing (stage 2)...
24 Building modules...
25         Building module "helloworld"...
26                 Constructing wrapper function "sayhello"...
27                   sayhello(comm)
28         Wrote C/API module "helloworld" to file "/tmp/tmpGgYOTj/src.linux-x86_64-2.6/helloworldmodule.c"
29   adding '/tmp/tmpGgYOTj/src.linux-x86_64-2.6/fortranobject.c' to sources.
30   adding '/tmp/tmpGgYOTj/src.linux-x86_64-2.6' to include_dirs.
31 copying /usr/lib64/python2.6/site-packages/numpy/f2py/src/fortranobject.c -> /tmp/tmpGgYOTj/src.linux-x86_64-2.6
32 copying /usr/lib64/python2.6/site-packages/numpy/f2py/src/fortranobject.h -> /tmp/tmpGgYOTj/src.linux-x86_64-2.6
33 running build_ext
34 customize UnixCCompiler
35 customize UnixCCompiler using build_ext
36 customize GnuFCompiler
37 Could not locate executable g77
38 Could not locate executable f77
39 customize IntelFCompiler
40 Found executable /opt/cray/craype/2.5.3/bin/ftn
41 Could not locate executable ifort
42 Could not locate executable ifc
43 customize LaheyFCompiler
44 Could not locate executable lf95
45 lahey: no Fortran 77 compiler found
46 lahey: no Fortran 77 compiler found
47 customize PGroupFCompiler
48 Could not locate executable pgf77
49 pg: no Fortran 77 compiler found
50 Could not locate executable pgf90
51 pg: no Fortran 77 compiler found
52 customize AbsoftFCompiler
53 absoft: no Fortran 77 compiler found
54 absoft: no Fortran 77 compiler found
55 customize NAGFCompiler
56 Could not locate executable f95
57 nag: no Fortran 77 compiler found
58 nag: no Fortran 77 compiler found
59 customize VastFCompiler
60 customize GnuFCompiler
61 customize CompaqFCompiler
62 Could not locate executable fort
63 compaq: no Fortran 77 compiler found
64 compaq: no Fortran 77 compiler found
65 customize IntelItaniumFCompiler
66 Could not locate executable efort
67 Could not locate executable efc
68 customize IntelEM64TFCompiler
69 customize Gnu95FCompiler
70 Found executable /opt/gcc/5.3.0/bin/gfortran
71 customize Gnu95FCompiler
72 customize Gnu95FCompiler using build_ext
73 building 'helloworld' extension
74 compiling C sources
75 C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -fwrapv -fPIC
76
77 creating /tmp/tmpGgYOTj/tmp
78 creating /tmp/tmpGgYOTj/tmp/tmpGgYOTj
79 creating /tmp/tmpGgYOTj/tmp/tmpGgYOTj/src.linux-x86_64-2.6
80 compile options: '-DMPI -DISNAN -DPYTHON -I. -I/opt/cray/mpt/7.3.2/gni/mpich-gnu/5.1/include -I/tmp/tmpGgYOTj/src.linux-x86_64-2.6 -I/usr/lib64/python2.6/site-packages/numpy/core/include -I/usr/include/python2.6 -c'
81 gcc: /tmp/tmpGgYOTj/src.linux-x86_64-2.6/helloworldmodule.c
82 gcc: /tmp/tmpGgYOTj/src.linux-x86_64-2.6/fortranobject.c
83 compiling Fortran sources
84 Fortran f77 compiler: /opt/cray/craype/2.5.3/bin/ftn -Wall -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
85 Fortran f90 compiler: ftn -Wall -fno-second-underscore -fPIC -O3 -funroll-loops
86 Fortran fix compiler: ftn -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -fPIC -O3 -funroll-loops
87 compile options: '-DMPI -DISNAN -DPYTHON -I. -I/opt/cray/mpt/7.3.2/gni/mpich-gnu/5.1/include -I/tmp/tmpGgYOTj/src.linux-x86_64-2.6 -I/usr/lib64/python2.6/site-packages/numpy/core/include -I/usr/include/python2.6 -c'
88 ftn:f90: helloworld.f90
89 /opt/cray/craype/2.5.3/bin/ftn -Wall -Wall -shared /tmp/tmpGgYOTj/tmp/tmpGgYOTj/src.linux-x86_64-2.6/helloworldmodule.o /tmp/tmpGgYOTj/tmp/tmpGgYOTj/src.linux-x86_64-2.6/fortranobject.o /tmp/tmpGgYOTj/helloworld.o -L/usr/lib64 -lpython2.6 -lgfortran -o ./helloworld.so
90 running scons
91 Removing build directory /tmp/tmpGgYOTj