Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.84 KB | None | 0 0
  1.  
  2. gpc-f102n002-ib0-$ make
  3. f2py --fcompiler=gfortran --noopt -c -m fortran_32 fortran_32.f90 -llapack -lgomp skip: map_border calc_weights
  4. Unknown vendor: "gfortran"
  5. running build
  6. running config_cc
  7. unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  8. running config_fc
  9. unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  10. running build_src
  11. build_src
  12. building extension "fortran_32" sources
  13. f2py options: ['skip:', 'map_border', 'calc_weights', ':']
  14. f2py:> /tmp/tmppBSPnq/src.linux-x86_64-2.7/fortran_32module.c
  15. creating /tmp/tmppBSPnq/src.linux-x86_64-2.7
  16. Reading fortran codes...
  17. Reading file 'fortran_32.f90' (format:free)
  18. rmbadname1: Replacing "type" with "type_bn".
  19. rmbadname1: Replacing "type" with "type_bn".
  20. rmbadname1: Replacing "type" with "type_bn".
  21. rmbadname1: Replacing "type" with "type_bn".
  22. rmbadname1: Replacing "type" with "type_bn".
  23. rmbadname1: Replacing "type" with "type_bn".
  24. rmbadname1: Replacing "type" with "type_bn".
  25. rmbadname1: Replacing "type" with "type_bn".
  26. rmbadname1: Replacing "type" with "type_bn".
  27. rmbadname1: Replacing "type" with "type_bn".
  28. rmbadname1: Replacing "type" with "type_bn".
  29. rmbadname1: Replacing "type" with "type_bn".
  30. rmbadname1: Replacing "type" with "type_bn".
  31. Post-processing...
  32. Block: fortran_32
  33. Block: fortran
  34. Block: sinc
  35. In: :fortran_32:fortran_32.f90:fortran:sinc
  36. get_parameters: got "unexpected EOF while parsing (<string>, line 1)" on '3.14159265358979323846d0'
  37. In: :fortran_32:fortran_32.f90:fortran:sinc
  38. analyzevars: prefix ('pure') were not used
  39. Block: dsinc
  40. In: :fortran_32:fortran_32.f90:fortran:dsinc
  41. get_parameters: got "unexpected EOF while parsing (<string>, line 1)" on '3.14159265358979323846d0'
  42. In: :fortran_32:fortran_32.f90:fortran:dsinc
  43. analyzevars: prefix ('pure') were not used
  44. Block: spline_filter1d
  45. In: :fortran_32:fortran_32.f90:fortran:spline_filter1d
  46. get_parameters: got "invalid syntax (<string>, line 1)" on '1d-15'
  47. Block: get_weight_length
  48. Block: calc_weights_deriv
  49. Block: interpol
  50. Block: interpol_deriv
  51. Post-processing (stage 2)...
  52. Block: fortran_32
  53. Block: unknown_interface
  54. Block: fortran
  55. Block: sinc
  56. Block: dsinc
  57. Block: spline_filter1d
  58. Block: get_weight_length
  59. Block: calc_weights_deriv
  60. Block: interpol
  61. Block: interpol_deriv
  62. Building modules...
  63. Building module "fortran_32"...
  64. Constructing F90 module support for "fortran"...
  65. Creating wrapper for Fortran function "sinc"("sinc")...
  66. Constructing wrapper function "fortran.sinc"...
  67. sinc = sinc(x)
  68. Creating wrapper for Fortran function "dsinc"("dsinc")...
  69. Constructing wrapper function "fortran.dsinc"...
  70. dsinc = dsinc(x)
  71. Creating wrapper for Fortran subroutine "spline_filter1d"("spline_filter1d")...
  72. Constructing wrapper function "fortran.spline_filter1d"...
  73. spline_filter1d(data,dims,axis,order,border,trans)
  74. Creating wrapper for Fortran function "get_weight_length"("get_weight_length")...
  75. Constructing wrapper function "fortran.get_weight_length"...
  76. n = get_weight_length(type_bn,order)
  77. Creating wrapper for Fortran subroutine "calc_weights_deriv"("calc_weights_deriv")...
  78. Constructing wrapper function "fortran.calc_weights_deriv"...
  79. calc_weights_deriv(type_bn,order,p,weights,off)
  80. Creating wrapper for Fortran subroutine "interpol"("interpol")...
  81. Constructing wrapper function "fortran.interpol"...
  82. interpol(idata,ishape,odata,pos,type_bn,order,border,trans)
  83. Creating wrapper for Fortran subroutine "interpol_deriv"("interpol_deriv")...
  84. Constructing wrapper function "fortran.interpol_deriv"...
  85. interpol_deriv(idata,ishape,odata,pos,type_bn,order,border,trans)
  86. Wrote C/API module "fortran_32" to file "/tmp/tmppBSPnq/src.linux-x86_64-2.7/fortran_32module.c"
  87. Fortran 90 wrappers are saved to "/tmp/tmppBSPnq/src.linux-x86_64-2.7/fortran_32-f2pywrappers2.f90"
  88. adding '/tmp/tmppBSPnq/src.linux-x86_64-2.7/fortranobject.c' to sources.
  89. adding '/tmp/tmppBSPnq/src.linux-x86_64-2.7' to include_dirs.
  90. copying /scinet/gpc/Applications/anaconda2/v4.4.0/lib/python2.7/site-packages/numpy/f2py/src/fortranobject.c -> /tmp/tmppBSPnq/src.linux-x86_64-2.7
  91. copying /scinet/gpc/Applications/anaconda2/v4.4.0/lib/python2.7/site-packages/numpy/f2py/src/fortranobject.h -> /tmp/tmppBSPnq/src.linux-x86_64-2.7
  92. adding '/tmp/tmppBSPnq/src.linux-x86_64-2.7/fortran_32-f2pywrappers2.f90' to sources.
  93. build_src: building npy-pkg config files
  94. running build_ext
  95. customize UnixCCompiler
  96. customize UnixCCompiler using build_ext
  97. customize Gnu95FCompiler
  98. Found executable /bg01/homescinet/scinet/gpc/compilers/gcc-4.8.1/bin/gfortran
  99. customize Gnu95FCompiler using build_ext
  100. building 'fortran_32' extension
  101. compiling C sources
  102. C compiler: gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  103.  
  104. creating /tmp/tmppBSPnq/tmp
  105. creating /tmp/tmppBSPnq/tmp/tmppBSPnq
  106. creating /tmp/tmppBSPnq/tmp/tmppBSPnq/src.linux-x86_64-2.7
  107. compile options: '-I/tmp/tmppBSPnq/src.linux-x86_64-2.7 -I/scinet/gpc/Applications/anaconda2/v4.4.0/lib/python2.7/site-packages/numpy/core/include -I/scinet/gpc/Applications/anaconda2/v4.4.0/include/python2.7 -c'
  108. gcc: /tmp/tmppBSPnq/src.linux-x86_64-2.7/fortran_32module.c
  109. In file included from /scinet/gpc/Applications/anaconda2/v4.4.0/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
  110. from /scinet/gpc/Applications/anaconda2/v4.4.0/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  111. from /scinet/gpc/Applications/anaconda2/v4.4.0/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
  112. from /tmp/tmppBSPnq/src.linux-x86_64-2.7/fortranobject.h:13,
  113. from /tmp/tmppBSPnq/src.linux-x86_64-2.7/fortran_32module.c:19:
  114. /scinet/gpc/Applications/anaconda2/v4.4.0/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  115. #warning "Using deprecated NumPy API, disable it by " \
  116. ^
  117. /tmp/tmppBSPnq/src.linux-x86_64-2.7/fortran_32module.c:105:12: warning: 'f2py_size' defined but not used [-Wunused-function]
  118. static int f2py_size(PyArrayObject* var, ...)
  119. ^
  120. gcc: /tmp/tmppBSPnq/src.linux-x86_64-2.7/fortranobject.c
  121. In file included from /scinet/gpc/Applications/anaconda2/v4.4.0/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
  122. from /scinet/gpc/Applications/anaconda2/v4.4.0/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  123. from /scinet/gpc/Applications/anaconda2/v4.4.0/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
  124. from /tmp/tmppBSPnq/src.linux-x86_64-2.7/fortranobject.h:13,
  125. from /tmp/tmppBSPnq/src.linux-x86_64-2.7/fortranobject.c:2:
  126. /scinet/gpc/Applications/anaconda2/v4.4.0/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  127. #warning "Using deprecated NumPy API, disable it by " \
  128. ^
  129. compiling Fortran 90 module sources
  130. Fortran f77 compiler: /bg01/homescinet/scinet/gpc/compilers/gcc-4.8.1/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fopenmp -Ofast -fPIC -ffree-line-length-none -fdiagnostics-color=always -Wno-tabs
  131. Fortran f90 compiler: /bg01/homescinet/scinet/gpc/compilers/gcc-4.8.1/bin/gfortran -Wall -g -fno-second-underscore -fopenmp -Ofast -fPIC -ffree-line-length-none -fdiagnostics-color=always -Wno-tabs
  132. Fortran fix compiler: /bg01/homescinet/scinet/gpc/compilers/gcc-4.8.1/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fopenmp -Ofast -fPIC -ffree-line-length-none -fdiagnostics-color=always -Wno-tabs
  133. compile options: '-I/tmp/tmppBSPnq/src.linux-x86_64-2.7 -I/scinet/gpc/Applications/anaconda2/v4.4.0/lib/python2.7/site-packages/numpy/core/include -I/scinet/gpc/Applications/anaconda2/v4.4.0/include/python2.7 -c'
  134. extra options: '-J/tmp/tmppBSPnq/ -I/tmp/tmppBSPnq/'
  135. gfortran:f90: fortran_32.f90
  136. gfortran: error: unrecognized command line option '-fdiagnostics-color=always'
  137. gfortran: error: unrecognized command line option '-fdiagnostics-color=always'
  138. error: Command "/bg01/homescinet/scinet/gpc/compilers/gcc-4.8.1/bin/gfortran -Wall -g -fno-second-underscore -fopenmp -Ofast -fPIC -ffree-line-length-none -fdiagnostics-color=always -Wno-tabs -I/tmp/tmppBSPnq/src.linux-x86_64-2.7 -I/scinet/gpc/Applications/anaconda2/v4.4.0/lib/python2.7/site-packages/numpy/core/include -I/scinet/gpc/Applications/anaconda2/v4.4.0/include/python2.7 -c -c fortran_32.f90 -o /tmp/tmppBSPnq/fortran_32.o -J/tmp/tmppBSPnq/ -I/tmp/tmppBSPnq/" failed with exit status 1
  139. make: *** [fortran_32.so] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement