Show
Ignore:
Timestamp:
09/09/08 10:06:28 (6 months ago)
Author:
doutriaux1
Message:

turned off visus for this release
updated sample log files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cdat/trunk/logs/samples/trends.LOG

    r6309 r7032  
    11running install 
    22running build 
     3running config_cc 
     4unifing config_cc, config, build_clib, build_ext, build commands --compiler options 
    35running config_fc 
     6unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options 
    47running build_src 
    58building extension "trends" sources 
    6   adding 'build/src/fortranobject.c' to sources. 
    7   adding 'build/src' to include_dirs. 
     9creating build 
     10creating build/src.linux-i686-2.5 
     11creating build/src.linux-i686-2.5/Src 
     12f2py options: [] 
     13f2py: Src/trends.pyf 
     14Reading fortran codes... 
     15        Reading file 'Src/trends.pyf' (format:free) 
     16Post-processing... 
     17        Block: trends 
     18                        Block: reg_ar1 
     19Post-processing (stage 2)... 
     20Building modules... 
     21        Building module "trends"... 
     22                Constructing wrapper function "reg_ar1"... 
     23                  rneff,result,res,cxx,rxx = reg_ar1(lag,x,y,[nmax,n1]) 
     24        Wrote C/API module "trends" to file "build/src.linux-i686-2.5/Src/trendsmodule.c" 
     25  adding 'build/src.linux-i686-2.5/fortranobject.c' to sources. 
     26  adding 'build/src.linux-i686-2.5' to include_dirs. 
     27copying /usr/local/cdat/lib/python2.5/site-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-i686-2.5 
     28copying /usr/local/cdat/lib/python2.5/site-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-i686-2.5 
    829running build_ext 
    930customize UnixCCompiler 
    1031customize UnixCCompiler using build_ext 
     32customize GnuFCompiler 
    1133Could not locate executable g77 
    1234Could not locate executable f77 
    13 customize GnuFCompiler 
     35customize IntelFCompiler 
    1436Could not locate executable ifort 
    1537Could not locate executable ifc 
     38customize LaheyFCompiler 
     39Could not locate executable lf95 
     40customize PGroupFCompiler 
     41Could not locate executable pgf90 
     42Could not locate executable pgf77 
     43customize AbsoftFCompiler 
     44Could not locate executable f90 
     45customize NAGFCompiler 
     46Could not locate executable f95 
     47customize VastFCompiler 
     48customize GnuFCompiler 
     49customize CompaqFCompiler 
     50Could not locate executable fort 
     51customize IntelItaniumFCompiler 
    1652Could not locate executable efort 
    1753Could not locate executable efc 
    18 Could not locate executable ifort 
    19 customize IntelFCompiler 
    20 customize LaheyFCompiler 
    21 customize PGroupFCompiler 
    22 customize AbsoftFCompiler 
    23 customize NAGFCompiler 
    24 customize VastFCompiler 
    25 customize CompaqFCompiler 
    26 customize IntelItaniumFCompiler 
    27 customize GnuFCompiler 
    28 customize GFortranCompiler 
    29 customize GFortranCompiler 
    30 customize GFortranCompiler using build_ext 
     54customize IntelEM64TFCompiler 
     55customize Gnu95FCompiler 
     56Found executable /usr/bin/gfortran 
     57customize Gnu95FCompiler 
     58customize Gnu95FCompiler using build_ext 
     59building 'trends' extension 
     60compiling C sources 
     61C compiler: gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC 
     62 
     63creating build/temp.linux-i686-2.5 
     64creating build/temp.linux-i686-2.5/build 
     65creating build/temp.linux-i686-2.5/build/src.linux-i686-2.5 
     66creating build/temp.linux-i686-2.5/build/src.linux-i686-2.5/Src 
     67compile 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' 
     68gcc: build/src.linux-i686-2.5/Src/trendsmodule.c 
     69gcc: build/src.linux-i686-2.5/fortranobject.c 
     70compiling Fortran sources 
     71Fortran 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 
     72Fortran f90 compiler: /usr/bin/gfortran -Wall -fno-second-underscore -fPIC -O3 -funroll-loops -march=pentium4 -mmmx -msse2 -msse -fomit-frame-pointer -malign-double 
     73Fortran 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 
     74creating build/temp.linux-i686-2.5/Src 
     75compile 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' 
     76gfortran:f77: Src/trends.f 
     77 In file Src/trends.f:379 
     78 
     79      if(x.lt.0..or.x.gt.1.)pause 'bad argument x in betai'              
     80                                                                       1 
     81Warning: Obsolete: PAUSE statement at (1) 
     82 In file Src/trends.f:428 
     83 
     84      pause 'a or b too big, or MAXIT too small in betacf'               
     85                                                                       1 
     86Warning: Obsolete: PAUSE statement at (1) 
     87 In file Src/trends.f:714 
     88 
     89  990 format(t2, 'Lag', t10, 'Autocovariance', t30,                      
     90    1 
     91Warning: Label 990 at (1) defined but not used 
     92 In file Src/trends.f:716 
     93 
     94  991 format(i3, t10, f12.5, t30, f12.5)                                 
     95    1 
     96Warning: Label 991 at (1) defined but not used 
     97Src/trends.f: In function ‘probf1’: 
     98Src/trends.f:523: warning: ‘__result_probf1’ may be used uninitialized in this function 
     99creating build/lib.linux-i686-2.5 
     100/usr/bin/gfortran -Wall -Wall -shared build/temp.linux-i686-2.5/build/src.linux-i686-2.5/Src/trendsmodule.o build/temp.linux-i686-2.5/build/src.linux-i686-2.5/fortranobject.o build/temp.linux-i686-2.5/Src/trends.o -lgfortran -o build/lib.linux-i686-2.5/trends.so 
     101running scons 
    31102running install_lib 
     103copying build/lib.linux-i686-2.5/trends.so -> /usr/local/cdat/lib/python2.5/site-packages 
    32104running install_egg_info 
    33 Removing /lgm/cdat/4.3.0.RC9/lib/python2.5/site-packages/trends-0.0.0-py2.5.egg-info 
    34 Writing /lgm/cdat/4.3.0.RC9/lib/python2.5/site-packages/trends-0.0.0-py2.5.egg-info 
     105Writing /usr/local/cdat/lib/python2.5/site-packages/trends-0.0.0-py2.5.egg-info