Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 82.31 KB | None | 0 0
  1. $ python setup.py install_radex install_myradex build install
  2. /Users/adam/miniconda3/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires'
  3. warnings.warn(msg)
  4. running install_radex
  5. Downloading RADEX
  6. Download succeeded, or at least didn't obviously fail.
  7. Extracting RADEX source from file /Users/adam/.astropy/cache/download/py3/1defa05c60c0df7c847ebc33345310c6
  8. Reading fortran codes...
  9. Reading file 'main.f' (format:fix,strict)
  10. Reading file 'radex.inc' (format:fix)
  11. Line #25 in main.f:" integer niter ! iteration counter"
  12. updatevars: could not crack entity declaration "niter!". Ignoring.
  13. Line #26 in main.f:" integer imore ! are we running again?"
  14. updatevars: could not crack entity declaration "imore!". Ignoring.
  15. Line #26 in main.f:" integer imore ! are we running again?"
  16. updatevars: could not crack entity declaration "again?". Ignoring.
  17. Line #29 in main.f:" logical conv ! are we converged?"
  18. updatevars: could not crack entity declaration "conv!". Ignoring.
  19. Line #29 in main.f:" logical conv ! are we converged?"
  20. updatevars: attempt to change the type of "are" ("integer") to "logical". Ignoring.
  21. Line #29 in main.f:" logical conv ! are we converged?"
  22. updatevars: attempt to change the type of "we" ("integer") to "logical". Ignoring.
  23. Line #29 in main.f:" logical conv ! are we converged?"
  24. updatevars: could not crack entity declaration "converged?". Ignoring.
  25. Reading file 'background.f' (format:fix,strict)
  26. Reading file 'radex.inc' (format:fix)
  27. Reading file 'radex.inc' (format:fix)
  28. Reading file 'slatec.f' (format:fix,strict)
  29. Reading file 'matrix.f' (format:fix,strict)
  30. Reading file 'radex.inc' (format:fix)
  31. Line #25 in matrix.f:" integer niter ! iteration counter"
  32. updatevars: could not crack entity declaration "niter!". Ignoring.
  33. Line #26 in matrix.f:" integer ilev,jlev,klev ! to loop over energy levels"
  34. updatevars: could not crack entity declaration "klev!". Ignoring.
  35. Line #27 in matrix.f:" integer nplus ! to solve statistical equilibrium"
  36. updatevars: could not crack entity declaration "nplus!". Ignoring.
  37. Line #28 in matrix.f:" integer iline ! to loop over lines"
  38. updatevars: could not crack entity declaration "iline!". Ignoring.
  39. Line #29 in matrix.f:" integer m,n ! line upper/lower levels"
  40. updatevars: could not crack entity declaration "n!". Ignoring.
  41. Line #29 in matrix.f:" integer m,n ! line upper/lower levels"
  42. updatevars: could not crack entity declaration "upper/lower". Ignoring.
  43. Line #30 in matrix.f:" integer nthick ! counts optically thick lines"
  44. updatevars: could not crack entity declaration "nthick!". Ignoring.
  45. Line #31 in matrix.f:" integer nfat ! counts highly optically thick lines"
  46. updatevars: could not crack entity declaration "nfat!". Ignoring.
  47. Line #32 in matrix.f:" integer nreduce ! size of reduced rate matrix"
  48. updatevars: could not crack entity declaration "nreduce!". Ignoring.
  49. rmbadname1: Replacing "size" with "size_bn".
  50. Line #34 in matrix.f:" integer indx,dsign ! needed for NumRep equation solver"
  51. updatevars: could not crack entity declaration "dsign!". Ignoring.
  52. rmbadname1: Replacing "for" with "for_bn".
  53. Line #35 in matrix.f:" real*8 rhs(maxlev) ! RHS of rate equation"
  54. updatevars: could not crack entity declaration "rhs(maxlev)!". Ignoring.
  55. Line #35 in matrix.f:" real*8 rhs(maxlev) ! RHS of rate equation"
  56. updatevars: attempt to change the type of "of" ("integer") to "real". Ignoring.
  57. Line #35 in matrix.f:" real*8 rhs(maxlev) ! RHS of rate equation"
  58. updatevars: attempt to change the type of "rate" ("integer") to "real". Ignoring.
  59. Line #35 in matrix.f:" real*8 rhs(maxlev) ! RHS of rate equation"
  60. updatevars: attempt to change the type of "equation" ("integer") to "real". Ignoring.
  61. Line #37 in matrix.f:" real*8 yrate(maxlev,maxlev) ! rate matrix"
  62. updatevars: could not crack entity declaration "yrate(maxlev,maxlev)!". Ignoring.
  63. Line #37 in matrix.f:" real*8 yrate(maxlev,maxlev) ! rate matrix"
  64. updatevars: attempt to change the type of "rate" ("integer") to "real". Ignoring.
  65. Line #37 in matrix.f:" real*8 yrate(maxlev,maxlev) ! rate matrix"
  66. updatevars: attempt to change the type of "matrix" ("integer") to "real". Ignoring.
  67. Line #38 in matrix.f:" real*8 etr,exr ! to calculate radiative rates"
  68. updatevars: could not crack entity declaration "exr!". Ignoring.
  69. Line #38 in matrix.f:" real*8 etr,exr ! to calculate radiative rates"
  70. updatevars: attempt to change the type of "to" ("integer") to "real". Ignoring.
  71. Line #39 in matrix.f:" real*8 xt ! frequency cubed"
  72. updatevars: could not crack entity declaration "xt!". Ignoring.
  73. Line #40 in matrix.f:" real*8 hnu ! photon energy"
  74. updatevars: could not crack entity declaration "hnu!". Ignoring.
  75. Line #40 in matrix.f:" real*8 hnu ! photon energy"
  76. updatevars: attempt to change the type of "energy" ("integer") to "real". Ignoring.
  77. Line #41 in matrix.f:" real*8 bnutex ! line source function"
  78. updatevars: could not crack entity declaration "bnutex!". Ignoring.
  79. Line #41 in matrix.f:" real*8 bnutex ! line source function"
  80. updatevars: attempt to change the type of "line" ("integer") to "real". Ignoring.
  81. Line #42 in matrix.f:" real*8 cddv ! N(mol) / delta V"
  82. updatevars: could not crack entity declaration "cddv!". Ignoring.
  83. Line #42 in matrix.f:" real*8 cddv ! N(mol) / delta V"
  84. updatevars: attempt to change the type of "n" ("integer") to "real". Ignoring.
  85. Line #42 in matrix.f:" real*8 cddv ! N(mol) / delta V"
  86. updatevars: could not crack entity declaration "n(mol)/delta". Ignoring.
  87. Line #43 in matrix.f:" real*8 beta,escprob ! escape probability"
  88. updatevars: could not crack entity declaration "escprob!". Ignoring.
  89. Line #45 in matrix.f:" real*8 bnu ! Planck function"
  90. updatevars: could not crack entity declaration "bnu!". Ignoring.
  91. Line #46 in matrix.f:" real*8 uarray(maxlev,maxlev) ! reduced rate matrix"
  92. updatevars: could not crack entity declaration "uarray(maxlev,maxlev)!". Ignoring.
  93. Line #46 in matrix.f:" real*8 uarray(maxlev,maxlev) ! reduced rate matrix"
  94. updatevars: attempt to change the type of "reduced" ("integer") to "real". Ignoring.
  95. Line #46 in matrix.f:" real*8 uarray(maxlev,maxlev) ! reduced rate matrix"
  96. updatevars: attempt to change the type of "rate" ("integer") to "real". Ignoring.
  97. Line #46 in matrix.f:" real*8 uarray(maxlev,maxlev) ! reduced rate matrix"
  98. updatevars: attempt to change the type of "matrix" ("integer") to "real". Ignoring.
  99. Line #47 in matrix.f:" real*8 redcrit ! reduction criterion"
  100. updatevars: could not crack entity declaration "redcrit!". Ignoring.
  101. Line #48 in matrix.f:" real*8 sumx ! summed radiative rate"
  102. updatevars: could not crack entity declaration "sumx!". Ignoring.
  103. Line #48 in matrix.f:" real*8 sumx ! summed radiative rate"
  104. updatevars: attempt to change the type of "rate" ("integer") to "real". Ignoring.
  105. Line #49 in matrix.f:" real*8 total ! to normalize populations"
  106. updatevars: could not crack entity declaration "total!". Ignoring.
  107. Line #49 in matrix.f:" real*8 total ! to normalize populations"
  108. updatevars: attempt to change the type of "to" ("integer") to "real". Ignoring.
  109. Line #51 in matrix.f:" real*8 tsum,thistex ! to check convergence"
  110. updatevars: could not crack entity declaration "thistex!". Ignoring.
  111. Line #51 in matrix.f:" real*8 tsum,thistex ! to check convergence"
  112. updatevars: attempt to change the type of "to" ("integer") to "real". Ignoring.
  113. Line #54 in matrix.f:" logical conv ! are we converged?"
  114. updatevars: could not crack entity declaration "conv!". Ignoring.
  115. Line #54 in matrix.f:" logical conv ! are we converged?"
  116. updatevars: could not crack entity declaration "converged?". Ignoring.
  117. Reading file 'radex.inc' (format:fix)
  118. Line #329 in matrix.f:" real*8 taur !optical radius"
  119. updatevars: could not crack entity declaration "taur!optical". Ignoring.
  120. Reading file 'io.f' (format:fix,strict)
  121. Reading file 'radex.inc' (format:fix)
  122. Line #24 in io.f:" integer length ! subroutine to determine"
  123. updatevars: could not crack entity declaration "length!". Ignoring.
  124. Line #26 in io.f:" integer ipart ! loop over collision partners"
  125. updatevars: could not crack entity declaration "ipart!". Ignoring.
  126. Line #27 in io.f:" character*10 partner ! name of collision partner"
  127. updatevars: no name pattern found for entity='!'. Skipping.
  128. Line #27 in io.f:" character*10 partner ! name of collision partner"
  129. updatevars: attempt to change the type of "collision" ("integer") to "character". Ignoring.
  130. updatevars:collision: attempt to change empty charselector to {'*': '10'}. Ignoring.
  131. Line #30 in io.f:" integer id ! ID code of collision partner"
  132. updatevars: could not crack entity declaration "id!". Ignoring.
  133. Line #30 in io.f:" integer id ! ID code of collision partner"
  134. updatevars: attempt to change the type of "of" ("character") to "integer". Ignoring.
  135. Line #30 in io.f:" integer id ! ID code of collision partner"
  136. updatevars: attempt to change the type of "partner" ("character") to "integer". Ignoring.
  137. Reading file 'radex.inc' (format:fix)
  138. Line #162 in io.f:" integer ipart ! to loop over collision partners"
  139. updatevars: could not crack entity declaration "ipart!". Ignoring.
  140. Reading file 'radex.inc' (format:fix)
  141. Line #201 in io.f:" integer iline ! to loop over lines"
  142. updatevars: could not crack entity declaration "iline!". Ignoring.
  143. Line #202 in io.f:" integer m,n ! upper & lower level of the line"
  144. updatevars: could not crack entity declaration "n!". Ignoring.
  145. Line #202 in io.f:" integer m,n ! upper & lower level of the line"
  146. updatevars: no name pattern found for entity='&'. Skipping.
  147. Line #204 in io.f:" integer niter ! final number of iterations"
  148. updatevars: could not crack entity declaration "niter!". Ignoring.
  149. Line #208 in io.f:" real*8 xt ! frequency cubed"
  150. updatevars: could not crack entity declaration "xt!". Ignoring.
  151. Line #209 in io.f:" real*8 hnu ! photon energy"
  152. updatevars: could not crack entity declaration "hnu!". Ignoring.
  153. Line #210 in io.f:" real*8 bnutex ! line source function"
  154. updatevars: could not crack entity declaration "bnutex!". Ignoring.
  155. Line #210 in io.f:" real*8 bnutex ! line source function"
  156. updatevars: attempt to change the type of "line" ("integer") to "real". Ignoring.
  157. Line #211 in io.f:" real*8 ftau ! exp(-tau)"
  158. updatevars: could not crack entity declaration "ftau!". Ignoring.
  159. Line #212 in io.f:" real*8 toti ! background intensity"
  160. updatevars: could not crack entity declaration "toti!". Ignoring.
  161. Line #213 in io.f:" real*8 tbl ! black body temperature"
  162. updatevars: could not crack entity declaration "tbl!". Ignoring.
  163. Line #214 in io.f:" real*8 wh ! Planck correction"
  164. updatevars: could not crack entity declaration "wh!". Ignoring.
  165. Line #215 in io.f:" real*8 tback ! background temperature"
  166. updatevars: could not crack entity declaration "tback!". Ignoring.
  167. Line #216 in io.f:" real*8 ta ! line antenna temperature"
  168. updatevars: could not crack entity declaration "ta!". Ignoring.
  169. Line #216 in io.f:" real*8 ta ! line antenna temperature"
  170. updatevars: attempt to change the type of "line" ("integer") to "real". Ignoring.
  171. Line #217 in io.f:" real*8 tr ! line radiation temperature"
  172. updatevars: could not crack entity declaration "tr!". Ignoring.
  173. Line #217 in io.f:" real*8 tr ! line radiation temperature"
  174. updatevars: attempt to change the type of "line" ("integer") to "real". Ignoring.
  175. Line #218 in io.f:" real*8 beta,escprob ! escape probability"
  176. updatevars: no name pattern found for entity='!'. Skipping.
  177. Line #220 in io.f:" real*8 bnu ! Planck function"
  178. updatevars: could not crack entity declaration "bnu!". Ignoring.
  179. Line #221 in io.f:" real*8 kkms ! line integrated intensity (K km/s)"
  180. updatevars: could not crack entity declaration "kkms!". Ignoring.
  181. Line #221 in io.f:" real*8 kkms ! line integrated intensity (K km/s)"
  182. updatevars: attempt to change the type of "line" ("integer") to "real". Ignoring.
  183. Line #222 in io.f:" real*8 ergs ! line flux (erg / s / cm^2)"
  184. updatevars: could not crack entity declaration "ergs!". Ignoring.
  185. Line #222 in io.f:" real*8 ergs ! line flux (erg / s / cm^2)"
  186. updatevars: attempt to change the type of "line" ("integer") to "real". Ignoring.
  187. Line #227 in io.f:" real*8 wavel ! line wavelength (micron)"
  188. updatevars: could not crack entity declaration "wavel!". Ignoring.
  189. Line #227 in io.f:" real*8 wavel ! line wavelength (micron)"
  190. updatevars: attempt to change the type of "line" ("integer") to "real". Ignoring.
  191. Reading file 'readdata.f' (format:fix,strict)
  192. Reading file 'radex.inc' (format:fix)
  193. Line #25 in readdata.f:" integer ilev,jlev ! to loop over energy levels"
  194. updatevars: could not crack entity declaration "jlev!". Ignoring.
  195. Line #26 in readdata.f:" integer iline ! to loop over lines"
  196. updatevars: could not crack entity declaration "iline!". Ignoring.
  197. Line #27 in readdata.f:" integer ipart,jpart ! to loop over collision partners"
  198. updatevars: no name pattern found for entity='!'. Skipping.
  199. Line #28 in readdata.f:" integer itemp ! to loop over collision temperatures"
  200. updatevars: could not crack entity declaration "itemp!". Ignoring.
  201. Line #29 in readdata.f:" integer icoll ! to loop over collisional transitions"
  202. updatevars: could not crack entity declaration "icoll!". Ignoring.
  203. Line #31 in readdata.f:" integer dummy ! to skip part of the file"
  204. updatevars: could not crack entity declaration "dummy!". Ignoring.
  205. Line #34 in readdata.f:" integer id(maxpart) ! to identify collision partners"
  206. updatevars: could not crack entity declaration "id(maxpart)!". Ignoring.
  207. Line #40 in readdata.f:" real*8 temp(maxtemp) ! collision temperatures"
  208. updatevars: could not crack entity declaration "temp(maxtemp)!". Ignoring.
  209. Line #40 in readdata.f:" real*8 temp(maxtemp) ! collision temperatures"
  210. updatevars: attempt to change the type of "collision" ("integer") to "real". Ignoring.
  211. Line #40 in readdata.f:" real*8 temp(maxtemp) ! collision temperatures"
  212. updatevars: attempt to change the type of "temperatures" ("integer") to "real". Ignoring.
  213. Line #43 in readdata.f:" character*120 collref ! text about source of collisional data"
  214. updatevars: no name pattern found for entity='!'. Skipping.
  215. Line #43 in readdata.f:" character*120 collref ! text about source of collisional data"
  216. updatevars: attempt to change the type of "of" ("integer") to "character". Ignoring.
  217. updatevars:of: attempt to change empty charselector to {'*': '120'}. Ignoring.
  218. Line #43 in readdata.f:" character*120 collref ! text about source of collisional data"
  219. updatevars: attempt to change the type of "collisional" ("integer") to "character". Ignoring.
  220. updatevars:collisional: attempt to change empty charselector to {'*': '120'}. Ignoring.
  221. Post-processing...
  222. Block: radex
  223. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  224. Block: backrad
  225. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  226. Block: galbr
  227. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  228. Block: splcoeff
  229. Block: splintrp
  230. Block: ludcmp
  231. Block: lubksb
  232. Block: sgeir
  233. Block: r1mach
  234. Block: sasum
  235. Block: scopy
  236. Block: sdsdot
  237. Block: sgefa
  238. Block: isamax
  239. Block: saxpy
  240. Block: sscal
  241. Block: sgesl
  242. Block: sdot
  243. Block: xermsg
  244. Block: j4save
  245. Block: xercnt
  246. Block: xerhlt
  247. Block: xerprn
  248. Block: i1mach
  249. Block: xgetua
  250. Block: xersve
  251. analyzevars: character array "character*8 libtab(10)" is considered as "character libtab(10,8)"; "intent(c)" is forced.
  252. analyzevars: character array "character*8 subtab(10)" is considered as "character subtab(10,8)"; "intent(c)" is forced.
  253. analyzevars: character array "character*20 mestab(10)" is considered as "character mestab(10,20)"; "intent(c)" is forced.
  254. Block: fdump
  255. Block: matrix
  256. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  257. Block: escprob
  258. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  259. Block: getinputs
  260. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  261. Block: defaults
  262. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  263. Block: length
  264. Block: output
  265. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  266. In: io.f:output
  267. getarrlen:variable "micron" undefined
  268. Block: readdata
  269. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  270. Post-processing (stage 2)...
  271. Saving signatures to file "./radex.pyf"
  272. rmbadname1: Replacing "size" with "size_bn".
  273. rmbadname1: Replacing "for" with "for_bn".
  274. updatevars:collision: attempt to change empty charselector to {'*': '10'}. Ignoring.
  275. updatevars:of: attempt to change empty charselector to {'*': '120'}. Ignoring.
  276. updatevars:collisional: attempt to change empty charselector to {'*': '120'}. Ignoring.
  277. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  278. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  279. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  280. analyzevars: character array "character*8 libtab(10)" is considered as "character libtab(10,8)"; "intent(c)" is forced.
  281. analyzevars: character array "character*8 subtab(10)" is considered as "character subtab(10,8)"; "intent(c)" is forced.
  282. analyzevars: character array "character*20 mestab(10)" is considered as "character mestab(10,20)"; "intent(c)" is forced.
  283. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  284. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  285. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  286. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  287. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  288. analyzevars: character array "character*6 qnum(2999)" is considered as "character qnum(2999,6)"; "intent(c)" is forced.
  289. In file included from /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1824:0,
  290. from /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
  291. from /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
  292. from /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/fortranobject.h:13,
  293. from /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/fortranobject.c:2:
  294. /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  295. #warning "Using deprecated NumPy API, disable it with " \
  296. ^
  297. In file included from /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1824:0,
  298. from /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
  299. from /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
  300. from /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/fortranobject.h:13,
  301. from /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/radexmodule.c:16:
  302. /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  303. #warning "Using deprecated NumPy API, disable it with " \
  304. ^
  305. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/radexmodule.c:177:12: warning: ‘f2py_size’ defined but not used [-Wunused-function]
  306. static int f2py_size(PyArrayObject* var, ...)
  307. ^
  308. Warning: Nonconforming tab character in column 1 of line 4738
  309. Warning: Nonconforming tab character in column 1 of line 4760
  310. Warning: Nonconforming tab character in column 1 of line 4761
  311. Warning: Nonconforming tab character in column 1 of line 4762
  312. Warning: Nonconforming tab character in column 1 of line 4764
  313. Warning: Nonconforming tab character in column 1 of line 4765
  314. Warning: Nonconforming tab character in column 1 of line 4766
  315. Warning: Nonconforming tab character in column 1 of line 4790
  316. Warning: Nonconforming tab character in column 1 of line 4791
  317. Warning: Nonconforming tab character in column 1 of line 4792
  318. Warning: Nonconforming tab character in column 1 of line 4793
  319. Warning: Nonconforming tab character in column 1 of line 4829
  320. Warning: Nonconforming tab character in column 1 of line 4851
  321. Warning: Nonconforming tab character in column 1 of line 4852
  322. Warning: Nonconforming tab character in column 1 of line 4855
  323. Warning: Nonconforming tab character in column 1 of line 4957
  324. Warning: Nonconforming tab character in column 1 of line 4958
  325. Warning: Nonconforming tab character in column 1 of line 4976
  326. Warning: Nonconforming tab character in column 1 of line 4980
  327. Warning: Nonconforming tab character in column 1 of line 4981
  328. Warning: Nonconforming tab character in column 1 of line 6051
  329. Warning: Nonconforming tab character in column 1 of line 6052
  330. Warning: Nonconforming tab character in column 1 of line 6053
  331. Warning: Nonconforming tab character in column 1 of line 6055
  332. Warning: Nonconforming tab character in column 1 of line 6056
  333. Warning: Nonconforming tab character in column 1 of line 6057
  334. Warning: Nonconforming tab character in column 1 of line 6058
  335. Warning: Nonconforming tab character in column 1 of line 6059
  336. Warning: Nonconforming tab character in column 1 of line 6060
  337. Warning: Nonconforming tab character in column 1 of line 6062
  338. Warning: Nonconforming tab character in column 1 of line 6063
  339. Warning: Nonconforming tab character in column 1 of line 6064
  340. Warning: Nonconforming tab character in column 1 of line 6065
  341. Warning: Nonconforming tab character in column 1 of line 6066
  342. Warning: Nonconforming tab character in column 1 of line 6067
  343. Warning: Nonconforming tab character in column 1 of line 6068
  344. Warning: Nonconforming tab character in column 1 of line 6069
  345. Warning: Nonconforming tab character in column 1 of line 6070
  346. Warning: Nonconforming tab character in column 1 of line 6071
  347. Warning: Nonconforming tab character in column 1 of line 6072
  348. Warning: Nonconforming tab character in column 1 of line 6073
  349. Warning: Nonconforming tab character in column 1 of line 6074
  350. Warning: Nonconforming tab character in column 1 of line 6075
  351. Warning: Nonconforming tab character in column 1 of line 6076
  352. Warning: Nonconforming tab character in column 1 of line 6077
  353. Warning: Nonconforming tab character in column 1 of line 6078
  354. Warning: Nonconforming tab character in column 1 of line 6079
  355. Warning: Nonconforming tab character in column 1 of line 6081
  356. Warning: Nonconforming tab character in column 1 of line 6084
  357. Warning: Nonconforming tab character in column 1 of line 6085
  358. Warning: Nonconforming tab character in column 1 of line 6090
  359. Warning: Nonconforming tab character in column 1 of line 6091
  360. Warning: Nonconforming tab character in column 1 of line 6092
  361. Warning: Nonconforming tab character in column 1 of line 6093
  362. Warning: Nonconforming tab character in column 1 of line 6094
  363. Warning: Nonconforming tab character in column 1 of line 6095
  364. Warning: Nonconforming tab character in column 1 of line 6096
  365. Warning: Nonconforming tab character in column 1 of line 6097
  366. Warning: Nonconforming tab character in column 1 of line 6098
  367. Warning: Nonconforming tab character in column 1 of line 6099
  368. Warning: Nonconforming tab character in column 1 of line 6100
  369. Warning: Nonconforming tab character in column 1 of line 6101
  370. Warning: Nonconforming tab character in column 1 of line 6104
  371. Warning: Nonconforming tab character in column 1 of line 6118
  372. Warning: Nonconforming tab character in column 1 of line 6574
  373. Warning: Nonconforming tab character in column 1 of line 6575
  374. Warning: Nonconforming tab character in column 1 of line 6576
  375. Warning: Nonconforming tab character in column 1 of line 6577
  376. Warning: Nonconforming tab character in column 1 of line 6578
  377. Warning: Nonconforming tab character in column 1 of line 6579
  378. Warning: Nonconforming tab character in column 1 of line 6581
  379. Warning: Nonconforming tab character in column 1 of line 6582
  380. Warning: Nonconforming tab character in column 1 of line 6591
  381. Warning: Nonconforming tab character in column 1 of line 6592
  382. Warning: Nonconforming tab character in column 1 of line 6593
  383. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:492.72:
  384.  
  385. if (h.eq.0.d0) pause 'Warning: bad xin input in splintrp '
  386. 1
  387. Warning: Deleted feature: PAUSE statement at (1)
  388. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:4022.31:
  389.  
  390. real*8 xpopold(maxlev)
  391. 1
  392. Warning: Nonconforming tab character at (1)
  393. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:4395.3:
  394.  
  395. 41 write(*,21) 'Minimum and maximum output frequency [GHz] ? '
  396. 1
  397. Warning: Label 41 at (1) defined but not used
  398. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:4388.62:
  399.  
  400. $ molfile = radat(1:length(radat))//molfile(1:length(molfile))
  401. 1
  402. Warning: Character length of actual argument shorter than of dummy argument 'str' (120/200) at (1)
  403. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:4388.36:
  404.  
  405. $ molfile = radat(1:length(radat))//molfile(1:length(molfile))
  406. 1
  407. Warning: Character length of actual argument shorter than of dummy argument 'str' (120/200) at (1)
  408. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:4389.36:
  409.  
  410. write(13,20) molfile(1:length(molfile))
  411. 1
  412. Warning: Character length of actual argument shorter than of dummy argument 'str' (120/200) at (1)
  413. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:4393.36:
  414.  
  415. write(13,20) outfile(1:length(outfile))
  416. 1
  417. Warning: Character length of actual argument shorter than of dummy argument 'str' (120/200) at (1)
  418. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:4193.42:
  419.  
  420. call ludcmp(uarray,nreduce+1,maxlev,indx,dsign)
  421. 1
  422. Warning: Rank mismatch in argument 'indx' at (1) (rank-1 and scalar)
  423. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:776.12:
  424.  
  425. IND = -LOG10(MAX(R1MACH(4),DNORM/XNORM))
  426. 1
  427. Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1)
  428. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:4194.42:
  429.  
  430. call lubksb(uarray,nreduce+1,maxlev,indx,rhs)
  431. 1
  432. Warning: Rank mismatch in argument 'indx' at (1) (rank-1 and scalar)
  433. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:4211.40:
  434.  
  435. call ludcmp(yrate,nplus,maxlev,indx,dsign)
  436. 1
  437. Warning: Rank mismatch in argument 'indx' at (1) (rank-1 and scalar)
  438. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:4212.40:
  439.  
  440. call lubksb(yrate,nplus,maxlev,indx,rhs)
  441. 1
  442. Warning: Rank mismatch in argument 'indx' at (1) (rank-1 and scalar)
  443. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:4575.31:
  444.  
  445. $ //version(1:length(version))
  446. 1
  447. Warning: Character length of actual argument shorter than of dummy argument 'str' (20/200) at (1)
  448. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:547.35:
  449.  
  450. SUBROUTINE lubksb(a,n,np,indx,b)
  451. 1
  452. Warning: Unused dummy argument 'indx' at (1)
  453. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:537.25:
  454.  
  455. SUBROUTINE ludcmp(a,n,np,indx,d)
  456. 1
  457. Warning: Unused dummy argument 'a' at (1)
  458. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:537.37:
  459.  
  460. SUBROUTINE ludcmp(a,n,np,indx,d)
  461. 1
  462. Warning: Unused dummy argument 'd' at (1)
  463. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:537.35:
  464.  
  465. SUBROUTINE ludcmp(a,n,np,indx,d)
  466. 1
  467. Warning: Unused dummy argument 'indx' at (1)
  468. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:2564.30:
  469.  
  470. SUBROUTINE XERHLT (MESSG)
  471. 1
  472. Warning: Unused dummy argument 'messg' at (1)
  473. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:2502.67:
  474.  
  475. SUBROUTINE XERCNT (LIBRAR, SUBROU, MESSG, NERR, LEVEL, KONTRL)
  476. 1
  477. Warning: Unused dummy argument 'kontrl' at (1)
  478. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:2502.59:
  479.  
  480. SUBROUTINE XERCNT (LIBRAR, SUBROU, MESSG, NERR, LEVEL, KONTRL)
  481. 1
  482. Warning: Unused dummy argument 'level' at (1)
  483. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:2502.31:
  484.  
  485. SUBROUTINE XERCNT (LIBRAR, SUBROU, MESSG, NERR, LEVEL, KONTRL)
  486. 1
  487. Warning: Unused dummy argument 'librar' at (1)
  488. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:2502.46:
  489.  
  490. SUBROUTINE XERCNT (LIBRAR, SUBROU, MESSG, NERR, LEVEL, KONTRL)
  491. 1
  492. Warning: Unused dummy argument 'messg' at (1)
  493. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:2502.52:
  494.  
  495. SUBROUTINE XERCNT (LIBRAR, SUBROU, MESSG, NERR, LEVEL, KONTRL)
  496. 1
  497. Warning: Unused dummy argument 'nerr' at (1)
  498. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:2502.39:
  499.  
  500. SUBROUTINE XERCNT (LIBRAR, SUBROU, MESSG, NERR, LEVEL, KONTRL)
  501. 1
  502. Warning: Unused dummy argument 'subrou' at (1)
  503. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f: In function ‘matrix’:
  504. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:4266:0: warning: ‘cddv’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  505. $ /(fgaus*xt/aeinst(iline))
  506. ^
  507. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f: In function ‘readdata’:
  508. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:4847:0: warning: ‘nint’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  509. tlow=temp(nint)
  510. ^
  511. b'Unknown vendor: "gfortran"\nrunning build\nrunning config_cc\nunifing config_cc, config, build_clib, build_ext, build commands --compiler options\nrunning config_fc\nunifing config_fc, config, build_clib, build_ext, build commands --fcompiler options\nrunning build_src\nbuild_src\nbuilding extension "radex" sources\nf2py options: []\nf2py:> /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/radexmodule.c\ncreating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7\nReading fortran codes...\n\tReading file \'/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f\' (format:fix,strict)\n\tReading file \'radex.inc\' (format:fix)\nLine #25 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer niter ! iteration counter"\n\tupdatevars: could not crack entity declaration "niter!". Ignoring.\nLine #26 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer imore ! are we running again?"\n\tupdatevars: could not crack entity declaration "imore!". Ignoring.\nLine #26 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer imore ! are we running again?"\n\tupdatevars: could not crack entity declaration "again?". Ignoring.\nLine #29 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" logical conv ! are we converged?"\n\tupdatevars: could not crack entity declaration "conv!". Ignoring.\nLine #29 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" logical conv ! are we converged?"\n\tupdatevars: attempt to change the type of "are" ("integer") to "logical". Ignoring.\nLine #29 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" logical conv ! are we converged?"\n\tupdatevars: attempt to change the type of "we" ("integer") to "logical". Ignoring.\nLine #29 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" logical conv ! are we converged?"\n\tupdatevars: could not crack entity declaration "converged?". Ignoring.\n\tReading file \'radex.inc\' (format:fix)\n\tReading file \'radex.inc\' (format:fix)\n\tReading file \'radex.inc\' (format:fix)\nLine #3992 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer niter ! iteration counter"\n\tupdatevars: could not crack entity declaration "niter!". Ignoring.\nLine #3993 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer ilev,jlev,klev ! to loop over energy levels"\n\tupdatevars: could not crack entity declaration "klev!". Ignoring.\nLine #3994 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer nplus ! to solve statistical equilibrium"\n\tupdatevars: could not crack entity declaration "nplus!". Ignoring.\nLine #3995 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer iline ! to loop over lines"\n\tupdatevars: could not crack entity declaration "iline!". Ignoring.\nLine #3996 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer m,n ! line upper/lower levels"\n\tupdatevars: could not crack entity declaration "n!". Ignoring.\nLine #3996 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer m,n ! line upper/lower levels"\n\tupdatevars: could not crack entity declaration "upper/lower". Ignoring.\nLine #3997 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer nthick ! counts optically thick lines"\n\tupdatevars: could not crack entity declaration "nthick!". Ignoring.\nLine #3998 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer nfat ! counts highly optically thick lines"\n\tupdatevars: could not crack entity declaration "nfat!". Ignoring.\nLine #3999 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer nreduce ! size of reduced rate matrix"\n\tupdatevars: could not crack entity declaration "nreduce!". Ignoring.\nLine #4001 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer indx,dsign ! needed for NumRep equation solver"\n\tupdatevars: could not crack entity declaration "dsign!". Ignoring.\nLine #4002 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 rhs(maxlev) ! RHS of rate equation"\n\tupdatevars: could not crack entity declaration "rhs(maxlev)!". Ignoring.\nLine #4002 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 rhs(maxlev) ! RHS of rate equation"\n\tupdatevars: attempt to change the type of "of" ("integer") to "real". Ignoring.\nLine #4002 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 rhs(maxlev) ! RHS of rate equation"\n\tupdatevars: attempt to change the type of "rate" ("integer") to "real". Ignoring.\nLine #4002 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 rhs(maxlev) ! RHS of rate equation"\n\tupdatevars: attempt to change the type of "equation" ("integer") to "real". Ignoring.\nLine #4004 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 yrate(maxlev,maxlev) ! rate matrix"\n\tupdatevars: could not crack entity declaration "yrate(maxlev,maxlev)!". Ignoring.\nLine #4004 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 yrate(maxlev,maxlev) ! rate matrix"\n\tupdatevars: attempt to change the type of "rate" ("integer") to "real". Ignoring.\nLine #4004 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 yrate(maxlev,maxlev) ! rate matrix"\n\tupdatevars: attempt to change the type of "matrix" ("integer") to "real". Ignoring.\nLine #4005 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 etr,exr ! to calculate radiative rates"\n\tupdatevars: could not crack entity declaration "exr!". Ignoring.\nLine #4005 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 etr,exr ! to calculate radiative rates"\n\tupdatevars: attempt to change the type of "to" ("integer") to "real". Ignoring.\nLine #4006 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 xt ! frequency cubed"\n\tupdatevars: could not crack entity declaration "xt!". Ignoring.\nLine #4007 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 hnu ! photon energy"\n\tupdatevars: could not crack entity declaration "hnu!". Ignoring.\nLine #4007 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 hnu ! photon energy"\n\tupdatevars: attempt to change the type of "energy" ("integer") to "real". Ignoring.\nLine #4008 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 bnutex ! line source function"\n\tupdatevars: could not crack entity declaration "bnutex!". Ignoring.\nLine #4008 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 bnutex ! line source function"\n\tupdatevars: attempt to change the type of "line" ("integer") to "real". Ignoring.\nLine #4009 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 cddv ! N(mol) / delta V"\n\tupdatevars: could not crack entity declaration "cddv!". Ignoring.\nLine #4009 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 cddv ! N(mol) / delta V"\n\tupdatevars: attempt to change the type of "n" ("integer") to "real". Ignoring.\nLine #4009 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 cddv ! N(mol) / delta V"\n\tupdatevars: could not crack entity declaration "n(mol)/delta". Ignoring.\nLine #4010 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 beta,escprob ! escape probability"\n\tupdatevars: could not crack entity declaration "escprob!". Ignoring.\nLine #4012 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 bnu ! Planck function"\n\tupdatevars: could not crack entity declaration "bnu!". Ignoring.\nLine #4013 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 uarray(maxlev,maxlev) ! reduced rate matrix"\n\tupdatevars: could not crack entity declaration "uarray(maxlev,maxlev)!". Ignoring.\nLine #4013 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 uarray(maxlev,maxlev) ! reduced rate matrix"\n\tupdatevars: attempt to change the type of "reduced" ("integer") to "real". Ignoring.\nLine #4013 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 uarray(maxlev,maxlev) ! reduced rate matrix"\n\tupdatevars: attempt to change the type of "rate" ("integer") to "real". Ignoring.\nLine #4013 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 uarray(maxlev,maxlev) ! reduced rate matrix"\n\tupdatevars: attempt to change the type of "matrix" ("integer") to "real". Ignoring.\nLine #4014 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 redcrit ! reduction criterion"\n\tupdatevars: could not crack entity declaration "redcrit!". Ignoring.\nLine #4015 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 sumx ! summed radiative rate"\n\tupdatevars: could not crack entity declaration "sumx!". Ignoring.\nLine #4015 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 sumx ! summed radiative rate"\n\tupdatevars: attempt to change the type of "rate" ("integer") to "real". Ignoring.\nLine #4016 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 total ! to normalize populations"\n\tupdatevars: could not crack entity declaration "total!". Ignoring.\nLine #4016 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 total ! to normalize populations"\n\tupdatevars: attempt to change the type of "to" ("integer") to "real". Ignoring.\nLine #4018 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 tsum,thistex ! to check convergence"\n\tupdatevars: could not crack entity declaration "thistex!". Ignoring.\nLine #4018 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 tsum,thistex ! to check convergence"\n\tupdatevars: attempt to change the type of "to" ("integer") to "real". Ignoring.\nLine #4021 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" logical conv ! are we converged?"\n\tupdatevars: could not crack entity declaration "conv!". Ignoring.\nLine #4021 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" logical conv ! are we converged?"\n\tupdatevars: could not crack entity declaration "converged?". Ignoring.\n\tReading file \'radex.inc\' (format:fix)\nLine #4296 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 taur !optical radius"\n\tupdatevars: could not crack entity declaration "taur!optical". Ignoring.\n\tReading file \'radex.inc\' (format:fix)\nLine #4365 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer length ! subroutine to determine"\n\tupdatevars: could not crack entity declaration "length!". Ignoring.\nLine #4367 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer ipart ! loop over collision partners"\n\tupdatevars: could not crack entity declaration "ipart!". Ignoring.\nLine #4368 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" character*10 partner ! name of collision partner"\n\tupdatevars: no name pattern found for entity=\'!\'. Skipping.\nLine #4368 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" character*10 partner ! name of collision partner"\n\tupdatevars: attempt to change the type of "collision" ("integer") to "character". Ignoring.\nLine #4371 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer id ! ID code of collision partner"\n\tupdatevars: could not crack entity declaration "id!". Ignoring.\nLine #4371 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer id ! ID code of collision partner"\n\tupdatevars: attempt to change the type of "of" ("character") to "integer". Ignoring.\nLine #4371 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer id ! ID code of collision partner"\n\tupdatevars: attempt to change the type of "partner" ("character") to "integer". Ignoring.\n\tReading file \'radex.inc\' (format:fix)\nLine #4503 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer ipart ! to loop over collision partners"\n\tupdatevars: could not crack entity declaration "ipart!". Ignoring.\n\tReading file \'radex.inc\' (format:fix)\nLine #4542 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer iline ! to loop over lines"\n\tupdatevars: could not crack entity declaration "iline!". Ignoring.\nLine #4543 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer m,n ! upper & lower level of the line"\n\tupdatevars: could not crack entity declaration "n!". Ignoring.\nLine #4543 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer m,n ! upper & lower level of the line"\n\tupdatevars: no name pattern found for entity=\'&\'. Skipping.\nLine #4545 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer niter ! final number of iterations"\n\tupdatevars: could not crack entity declaration "niter!". Ignoring.\nLine #4549 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 xt ! frequency cubed"\n\tupdatevars: could not crack entity declaration "xt!". Ignoring.\nLine #4550 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 hnu ! photon energy"\n\tupdatevars: could not crack entity declaration "hnu!". Ignoring.\nLine #4551 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 bnutex ! line source function"\n\tupdatevars: could not crack entity declaration "bnutex!". Ignoring.\nLine #4551 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 bnutex ! line source function"\n\tupdatevars: attempt to change the type of "line" ("integer") to "real". Ignoring.\nLine #4552 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 ftau ! exp(-tau)"\n\tupdatevars: could not crack entity declaration "ftau!". Ignoring.\nLine #4553 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 toti ! background intensity"\n\tupdatevars: could not crack entity declaration "toti!". Ignoring.\nLine #4554 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 tbl ! black body temperature"\n\tupdatevars: could not crack entity declaration "tbl!". Ignoring.\nLine #4555 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 wh ! Planck correction"\n\tupdatevars: could not crack entity declaration "wh!". Ignoring.\nLine #4556 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 tback ! background temperature"\n\tupdatevars: could not crack entity declaration "tback!". Ignoring.\nLine #4557 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 ta ! line antenna temperature"\n\tupdatevars: could not crack entity declaration "ta!". Ignoring.\nLine #4557 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 ta ! line antenna temperature"\n\tupdatevars: attempt to change the type of "line" ("integer") to "real". Ignoring.\nLine #4558 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 tr ! line radiation temperature"\n\tupdatevars: could not crack entity declaration "tr!". Ignoring.\nLine #4558 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 tr ! line radiation temperature"\n\tupdatevars: attempt to change the type of "line" ("integer") to "real". Ignoring.\nLine #4559 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 beta,escprob ! escape probability"\n\tupdatevars: no name pattern found for entity=\'!\'. Skipping.\nLine #4561 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 bnu ! Planck function"\n\tupdatevars: could not crack entity declaration "bnu!". Ignoring.\nLine #4562 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 kkms ! line integrated intensity (K km/s)"\n\tupdatevars: could not crack entity declaration "kkms!". Ignoring.\nLine #4562 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 kkms ! line integrated intensity (K km/s)"\n\tupdatevars: attempt to change the type of "line" ("integer") to "real". Ignoring.\nLine #4563 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 ergs ! line flux (erg / s / cm^2)"\n\tupdatevars: could not crack entity declaration "ergs!". Ignoring.\nLine #4563 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 ergs ! line flux (erg / s / cm^2)"\n\tupdatevars: attempt to change the type of "line" ("integer") to "real". Ignoring.\nLine #4568 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 wavel ! line wavelength (micron)"\n\tupdatevars: could not crack entity declaration "wavel!". Ignoring.\nLine #4568 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 wavel ! line wavelength (micron)"\n\tupdatevars: attempt to change the type of "line" ("integer") to "real". Ignoring.\n\tReading file \'radex.inc\' (format:fix)\nLine #4718 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer ilev,jlev ! to loop over energy levels"\n\tupdatevars: could not crack entity declaration "jlev!". Ignoring.\nLine #4719 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer iline ! to loop over lines"\n\tupdatevars: could not crack entity declaration "iline!". Ignoring.\nLine #4720 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer ipart,jpart ! to loop over collision partners"\n\tupdatevars: no name pattern found for entity=\'!\'. Skipping.\nLine #4721 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer itemp ! to loop over collision temperatures"\n\tupdatevars: could not crack entity declaration "itemp!". Ignoring.\nLine #4722 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer icoll ! to loop over collisional transitions"\n\tupdatevars: could not crack entity declaration "icoll!". Ignoring.\nLine #4724 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer dummy ! to skip part of the file"\n\tupdatevars: could not crack entity declaration "dummy!". Ignoring.\nLine #4727 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" integer id(maxpart) ! to identify collision partners"\n\tupdatevars: could not crack entity declaration "id(maxpart)!". Ignoring.\nLine #4733 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 temp(maxtemp) ! collision temperatures"\n\tupdatevars: could not crack entity declaration "temp(maxtemp)!". Ignoring.\nLine #4733 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 temp(maxtemp) ! collision temperatures"\n\tupdatevars: attempt to change the type of "collision" ("integer") to "real". Ignoring.\nLine #4733 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" real*8 temp(maxtemp) ! collision temperatures"\n\tupdatevars: attempt to change the type of "temperatures" ("integer") to "real". Ignoring.\nLine #4736 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" character*120 collref ! text about source of collisional data"\n\tupdatevars: no name pattern found for entity=\'!\'. Skipping.\nLine #4736 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" character*120 collref ! text about source of collisional data"\n\tupdatevars: attempt to change the type of "of" ("integer") to "character". Ignoring.\nLine #4736 in /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:" character*120 collref ! text about source of collisional data"\n\tupdatevars: attempt to change the type of "collisional" ("integer") to "character". Ignoring.\nPost-processing...\n\tBlock: radex\n\t\t\tBlock: radex\n\t\t\tBlock: backrad\n\t\t\tBlock: galbr\n\t\t\tBlock: splcoeff\n\t\t\tBlock: splintrp\n\t\t\tBlock: ludcmp\n\t\t\tBlock: lubksb\n\t\t\tBlock: sgeir\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:r1mach\nvars2fortran: No typespec for argument "i".\n\t\t\tBlock: r1mach\n\t\t\tBlock: sasum\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:scopy\nvars2fortran: No typespec for argument "n".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:scopy\nvars2fortran: No typespec for argument "incx".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:scopy\nvars2fortran: No typespec for argument "incy".\n\t\t\tBlock: scopy\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:sdsdot\nvars2fortran: No typespec for argument "n".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:sdsdot\nvars2fortran: No typespec for argument "incx".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:sdsdot\nvars2fortran: No typespec for argument "incy".\n\t\t\tBlock: sdsdot\n\t\t\tBlock: sgefa\n\t\t\tBlock: isamax\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:saxpy\nvars2fortran: No typespec for argument "n".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:saxpy\nvars2fortran: No typespec for argument "incx".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:saxpy\nvars2fortran: No typespec for argument "incy".\n\t\t\tBlock: saxpy\n\t\t\tBlock: sscal\n\t\t\tBlock: sgesl\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:sdot\nvars2fortran: No typespec for argument "n".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:sdot\nvars2fortran: No typespec for argument "incx".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:sdot\nvars2fortran: No typespec for argument "incy".\n\t\t\tBlock: sdot\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:xermsg\nvars2fortran: No typespec for argument "nerr".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:xermsg\nvars2fortran: No typespec for argument "level".\n\t\t\tBlock: xermsg\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:j4save\nvars2fortran: No typespec for argument "iwhich".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:j4save\nvars2fortran: No typespec for argument "ivalue".\n\t\t\tBlock: j4save\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:xercnt\nvars2fortran: No typespec for argument "nerr".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:xercnt\nvars2fortran: No typespec for argument "level".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:xercnt\nvars2fortran: No typespec for argument "kontrl".\n\t\t\tBlock: xercnt\n\t\t\tBlock: xerhlt\n\t\t\tBlock: xerprn\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:i1mach\nvars2fortran: No typespec for argument "i".\n\t\t\tBlock: i1mach\n{\'attrspec\': [\'dimension(5)\']}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:xgetua\nvars2fortran: No typespec for argument "iunita".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:xgetua\nvars2fortran: No typespec for argument "n".\n\t\t\tBlock: xgetua\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:xersve\nvars2fortran: No typespec for argument "kflag".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:xersve\nvars2fortran: No typespec for argument "nerr".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:xersve\nvars2fortran: No typespec for argument "level".\n{}\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:xersve\nvars2fortran: No typespec for argument "icount".\n\t\t\tBlock: xersve\n\t\t\tBlock: fdump\n\t\t\tBlock: matrix\n\t\t\tBlock: escprob\n\t\t\tBlock: getinputs\n\t\t\tBlock: defaults\n\t\t\tBlock: length\n\t\t\tBlock: output\nIn: :radex:/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f:output\n\tgetarrlen:variable "micron" undefined\n\t\t\tBlock: readdata\nPost-processing (stage 2)...\nBuilding modules...\n\tBuilding module "radex"...\n\t\tConstructing wrapper function "backrad"...\n\t\t backrad()\n\t\tConstructing wrapper function "galbr"...\n\t\t galbr()\n\t\tConstructing wrapper function "splcoeff"...\n\t\t splcoeff(x,f,n,fp1,fpn,fpp)\n\t\tConstructing wrapper function "splintrp"...\n\t\t splintrp(xin,fin,fppin,x,fout,[n])\n\t\tConstructing wrapper function "ludcmp"...\n\t\t ludcmp(a,indx,d,[n,np])\n\t\tConstructing wrapper function "lubksb"...\n\t\t lubksb(a,n,indx,b,[np])\n\t\tConstructing wrapper function "sgeir"...\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\n\t\t sgeir(a,v,itask,ind,work,iwork,[lda,n])\n\t\tCreating wrapper for Fortran function "r1mach"("r1mach")...\n\t\tConstructing wrapper function "r1mach"...\n\t\t r1mach = r1mach(i)\n\t\tCreating wrapper for Fortran function "sasum"("sasum")...\n\t\tConstructing wrapper function "sasum"...\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\n\t\t sasum = sasum(n,sx,incx)\n\t\tConstructing wrapper function "scopy"...\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\n\t\t scopy(n,sx,incx,sy,incy)\n\t\tCreating wrapper for Fortran function "sdsdot"("sdsdot")...\n\t\tConstructing wrapper function "sdsdot"...\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\n\t\t sdsdot = sdsdot(n,sb,sx,incx,sy,incy)\n\t\tConstructing wrapper function "sgefa"...\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\n\t\t sgefa(a,n,ipvt,info,[lda])\n\t\tCreating wrapper for Fortran function "isamax"("isamax")...\n\t\tConstructing wrapper function "isamax"...\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\n\t\t isamax = isamax(n,sx,incx)\n\t\tConstructing wrapper function "saxpy"...\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\n\t\t saxpy(n,sa,sx,incx,sy,incy)\n\t\tConstructing wrapper function "sscal"...\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\n\t\t sscal(n,sa,sx,incx)\n\t\tConstructing wrapper function "sgesl"...\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\n\t\t sgesl(a,n,ipvt,b,job,[lda])\n\t\tCreating wrapper for Fortran function "sdot"("sdot")...\n\t\tConstructing wrapper function "sdot"...\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\ngetarrdims:warning: assumed shape array, using 0 instead of \'*\'\n\t\t sdot = sdot(n,sx,incx,sy,incy)\n\t\tConstructing wrapper function "xermsg"...\n\t\t xermsg(librar,subrou,messg,nerr,level)\n\t\tCreating wrapper for Fortran function "j4save"("j4save")...\n\t\tConstructing wrapper function "j4save"...\n\t\t j4save = j4save(iwhich,ivalue,iset)\n\t\tConstructing wrapper function "xercnt"...\n\t\t xercnt(librar,subrou,messg,nerr,level,kontrl)\n\t\tConstructing wrapper function "xerhlt"...\n\t\t xerhlt(messg)\n\t\tConstructing wrapper function "xerprn"...\n\t\t xerprn(prefix,npref,messg,nwrap)\n\t\tCreating wrapper for Fortran function "i1mach"("i1mach")...\n\t\tConstructing wrapper function "i1mach"...\n\t\t i1mach = i1mach(i)\n\t\tConstructing wrapper function "xgetua"...\n\t\t xgetua(iunita,n)\n\t\tConstructing wrapper function "xersve"...\n\t\t xersve(librar,subrou,messg,kflag,nerr,level,icount)\n\t\tConstructing wrapper function "fdump"...\n\t\t fdump()\n\t\tConstructing wrapper function "matrix"...\n\t\t matrix(niter,conv)\n\t\tCreating wrapper for Fortran function "escprob"("escprob")...\n\t\tConstructing wrapper function "escprob"...\n\t\t escprob = escprob(tau)\n\t\tConstructing wrapper function "getinputs"...\n\t\t getinputs()\n\t\tConstructing wrapper function "defaults"...\n\t\t defaults()\n\t\tCreating wrapper for Fortran function "length"("length")...\n\t\tConstructing wrapper function "length"...\n\t\t length = length(str)\n\t\tConstructing wrapper function "output"...\n\t\t output(niter)\n\t\tConstructing wrapper function "readdata"...\n\t\t readdata()\n\t\tConstructing COMMON block support for "impex"...\n\t\t outfile,molfile,specref\n\t\tConstructing COMMON block support for "setup"...\n\t\t radat,method,version,logfile\n\t\tConstructing COMMON block support for "imolec"...\n\t\t nlev,nline,ncoll,npart,ntemp,iupp,ilow\n\t\tConstructing COMMON block support for "rmolec"...\n\t\t amass,eterm,gstat,aeinst,eup\n\t\tConstructing COMMON block support for "cphys"...\n\t\t density,tkin,tbg,cdmol,deltav,totdens\n\t\tConstructing COMMON block support for "freq"...\n\t\t fmin,fmax\n\t\tConstructing COMMON block support for "radi"...\n\t\t xnu,taul,tex,backi,totalb,spfreq,trj\n\t\tConstructing COMMON block support for "quant"...\n\t\t qnum\n\t\tConstructing COMMON block support for "collie"...\n\t\t crate,ctot,xpop\n\t\tConstructing COMMON block support for "dbg"...\n\t\t debug\n\tWrote C/API module "radex" to file "/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/radexmodule.c"\n\tFortran 77 wrappers are saved to "/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/radex-f2pywrappers.f"\n adding \'/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/fortranobject.c\' to sources.\n adding \'/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7\' to include_dirs.\ncopying /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/f2py/src/fortranobject.c -> /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7\ncopying /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/f2py/src/fortranobject.h -> /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7\n adding \'/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/radex-f2pywrappers.f\' to sources.\nbuild_src: building npy-pkg config files\nrunning build_ext\ncustomize UnixCCompiler\ncustomize UnixCCompiler using build_ext\ncustomize Gnu95FCompiler\nFound executable /Users/adam/miniconda3/bin/gfortran\ncustomize Gnu95FCompiler using build_ext\nbuilding \'radex\' extension\ncompiling C sources\nC compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adam/miniconda3/include -arch x86_64 -I/Users/adam/miniconda3/include -arch x86_64\n\ncreating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/var\ncreating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/var/folders\ncreating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/var/folders/_r\ncreating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr\ncreating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T\ncreating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy\ncreating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7\ncompile options: \'-I/Users/adam/repos/pyradex/Radex/src -I/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7 -I/Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include -I/Users/adam/miniconda3/include/python3.7m -c\'\ngcc: /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/radexmodule.c\ngcc: /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/fortranobject.c\ncompiling Fortran sources\nFortran f77 compiler: /Users/adam/miniconda3/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -m64 -fPIC -O3 -funroll-loops\nFortran f90 compiler: /Users/adam/miniconda3/bin/gfortran -Wall -g -fno-second-underscore -m64 -fPIC -O3 -funroll-loops\nFortran fix compiler: /Users/adam/miniconda3/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -m64 -fPIC -O3 -funroll-loops\ncompile options: \'-I/Users/adam/repos/pyradex/Radex/src -I/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7 -I/Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include -I/Users/adam/miniconda3/include/python3.7m -c\'\ngfortran:f77: /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.f\ngfortran:f77: /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/radex-f2pywrappers.f\n/Users/adam/miniconda3/bin/gfortran -Wall -g -m64 -Wall -g -undefined dynamic_lookup -bundle /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/radexmodule.o /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/fortranobject.o /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpr23pkj84.o /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy/src.macosx-10.7-x86_64-3.7/radex-f2pywrappers.o -L/Users/adam/miniconda3/bin/../lib/gcc/x86_64-apple-darwin11.4.2/4.8.5 -L/Users/adam/miniconda3/bin/../lib/gcc/x86_64-apple-darwin11.4.2/4.8.5/../../.. -L/Users/adam/miniconda3/bin/../lib/gcc/x86_64-apple-darwin11.4.2/4.8.5/../../.. -lgfortran -o ./radex.cpython-37m-darwin.so\nRemoving build directory /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpsu_szjgy\n'
  512. running install_myradex
  513. rm ./*.mod ./*.o
  514. rm: ./*.mod: No such file or directory
  515. rm: ./*.o: No such file or directory
  516. make: *** [clean] Error 1
  517. gfortran -O3 -fPIC -c sub_global_variables.f90
  518. gfortran -O3 -fPIC -c sub_trivials.f90
  519. gfortran -O3 -fPIC -c nleq1.f
  520. gfortran -O3 -fPIC -c linalg_nleq1.f
  521. linalg_nleq1.f:1513.21:
  522.  
  523. CALL XERBLA('DGER ',INFO)
  524. 1
  525. Warning: Character length of actual argument shorter than of dummy argument 'srname' (5/6) at (1)
  526. gfortran -O3 -fPIC -c statistic_equilibrium.f90
  527. gfortran -O3 -fPIC -c my_radex.f90
  528. gfortran -O3 -fPIC -c opkda1.f
  529. opkda1.f:1255.43:
  530.  
  531. 1 RWORK(LACOR), IA, JA, RWORK(LWM), RWORK(LWM), IPFLAG, F, JAC)
  532. 1
  533. Warning: Type mismatch in argument 'iwk' at (1); passed REAL(8) to INTEGER(4)
  534. opkda1.f:9498.51:
  535.  
  536. 1 RWORK(LACOR), IA, JA, IC, JC, RWORK(LWM), RWORK(LWM), IPFLAG,
  537. 1
  538. Warning: Type mismatch in argument 'iwk' at (1); passed REAL(8) to INTEGER(4)
  539. gfortran -O3 -fPIC -c opkda2.f
  540. opkda2.f:938.72:
  541.  
  542. 10 ASSIGN 30 TO NEXT
  543. 1
  544. Warning: Deleted feature: ASSIGN statement at (1)
  545. opkda2.f:945.19:
  546.  
  547. 20 GO TO NEXT,(30, 50, 70, 110)
  548. 1
  549. Warning: Deleted feature: Assigned GOTO statement at (1)
  550. opkda2.f:947.72:
  551.  
  552. ASSIGN 50 TO NEXT
  553. 1
  554. Warning: Deleted feature: ASSIGN statement at (1)
  555. opkda2.f:957.72:
  556.  
  557. ASSIGN 70 TO NEXT
  558. 1
  559. Warning: Deleted feature: ASSIGN statement at (1)
  560. opkda2.f:963.72:
  561.  
  562. ASSIGN 110 TO NEXT
  563. 1
  564. Warning: Deleted feature: ASSIGN statement at (1)
  565. gfortran -O3 -fPIC -c opkdmain.f
  566. gfortran -O3 -fPIC -c wnorm.f
  567. gfortran -O3 -fPIC -c zibconst.f
  568. gfortran -O3 -fPIC -c zibmon.f
  569. gfortran -O3 -fPIC -c zibsec.f
  570. f2py -c -m wrapper_my_radex wrapper_for_python.f90 -L my_radex.o opkda1.o opkda2.o opkdmain.o statistic_equilibrium.o sub_global_variables.o sub_trivials.o nleq1.o linalg_nleq1.o wnorm.o zibconst.o zibmon.o zibsec.o
  571. running build
  572. running config_cc
  573. unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  574. running config_fc
  575. unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  576. running build_src
  577. build_src
  578. building extension "wrapper_my_radex" sources
  579. f2py options: []
  580. f2py:> /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/wrapper_my_radexmodule.c
  581. creating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7
  582. Reading fortran codes...
  583. Reading file 'wrapper_for_python.f90' (format:free)
  584. crackline: groupcounter=1 groupname={0: '', 1: 'module', 2: 'interface', 3: 'module', 4: 'subroutine'}
  585. crackline: Mismatch of blocks encountered. Trying to fix it by assuming "end" statement.
  586. Post-processing...
  587. Block: wrapper_my_radex
  588. Block: myradex_wrapper
  589. Block: config_basic
  590. In: :wrapper_my_radex:wrapper_for_python.f90:myradex_wrapper:config_basic
  591. get_useparameters: no module my_radex info used by config_basic
  592. Block: run_one_params
  593. In: :wrapper_my_radex:wrapper_for_python.f90:myradex_wrapper:run_one_params
  594. get_useparameters: no module my_radex info used by run_one_params
  595. In: :wrapper_my_radex:wrapper_for_python.f90:myradex_wrapper:run_one_params
  596. get_useparameters: no module statistic_equilibrium info used by run_one_params
  597. Post-processing (stage 2)...
  598. Block: wrapper_my_radex
  599. Block: unknown_interface
  600. Block: myradex_wrapper
  601. Block: config_basic
  602. Block: run_one_params
  603. Building modules...
  604. Building module "wrapper_my_radex"...
  605. Constructing F90 module support for "myradex_wrapper"...
  606. Variables: flag_good n_item_column about column_names molecule_name
  607. Constructing wrapper function "myradex_wrapper.config_basic"...
  608. n_levels,n_item,n_transitions = config_basic(dir_transition_rates,filename_molecule,tbg,verbose)
  609. Constructing wrapper function "myradex_wrapper.run_one_params"...
  610. energies,f_occupations,data_transitions,cooling_rate = run_one_params(tkin,dv_cgs,dens_x_cgs,ncol_x_cgs,h2_density_cgs,hi_density_cgs,oh2_density_cgs,ph2_density_cgs,hii_density_cgs,electron_density_cgs,n_levels,n_item,n_transitions,geotype)
  611. Wrote C/API module "wrapper_my_radex" to file "/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/wrapper_my_radexmodule.c"
  612. Fortran 90 wrappers are saved to "/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/wrapper_my_radex-f2pywrappers2.f90"
  613. adding '/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/fortranobject.c' to sources.
  614. adding '/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7' to include_dirs.
  615. copying /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/f2py/src/fortranobject.c -> /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7
  616. copying /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/f2py/src/fortranobject.h -> /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7
  617. adding '/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/wrapper_my_radex-f2pywrappers2.f90' to sources.
  618. build_src: building npy-pkg config files
  619. running build_ext
  620. customize UnixCCompiler
  621. customize UnixCCompiler using build_ext
  622. get_default_fcompiler: matching types: '['gnu95', 'nag', 'absoft', 'ibm', 'intel', 'gnu', 'g95', 'pg']'
  623. customize Gnu95FCompiler
  624. Found executable /Users/adam/miniconda3/bin/gfortran
  625. customize Gnu95FCompiler
  626. customize Gnu95FCompiler using build_ext
  627. building 'wrapper_my_radex' extension
  628. compiling C sources
  629. C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/adam/miniconda3/include -arch x86_64 -I/Users/adam/miniconda3/include -arch x86_64
  630.  
  631. creating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/var
  632. creating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/var/folders
  633. creating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/var/folders/_r
  634. creating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr
  635. creating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T
  636. creating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5
  637. creating /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7
  638. compile options: '-I/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7 -I/Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include -I/Users/adam/miniconda3/include/python3.7m -c'
  639. gcc: /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/wrapper_my_radexmodule.c
  640. gcc: /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/fortranobject.c
  641. In file included from /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1824:0,
  642. from /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
  643. from /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
  644. from /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/fortranobject.h:13,
  645. from /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/wrapper_my_radexmodule.c:16:
  646. /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  647. #warning "Using deprecated NumPy API, disable it with " \
  648. ^
  649. In file included from /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1824:0,
  650. from /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
  651. from /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
  652. from /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/fortranobject.h:13,
  653. from /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/fortranobject.c:2:
  654. /Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  655. #warning "Using deprecated NumPy API, disable it with " \
  656. ^
  657. /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/wrapper_my_radexmodule.c:134:12: warning: ‘f2py_size’ defined but not used [-Wunused-function]
  658. static int f2py_size(PyArrayObject* var, ...)
  659. ^
  660. compiling Fortran 90 module sources
  661. Fortran f77 compiler: /Users/adam/miniconda3/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -m64 -fPIC -O3 -funroll-loops
  662. Fortran f90 compiler: /Users/adam/miniconda3/bin/gfortran -Wall -g -fno-second-underscore -m64 -fPIC -O3 -funroll-loops
  663. Fortran fix compiler: /Users/adam/miniconda3/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -m64 -fPIC -O3 -funroll-loops
  664. compile options: '-I/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7 -I/Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include -I/Users/adam/miniconda3/include/python3.7m -c'
  665. extra options: '-J/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/ -I/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/'
  666. gfortran:f90: wrapper_for_python.f90
  667. compiling Fortran sources
  668. Fortran f77 compiler: /Users/adam/miniconda3/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -m64 -fPIC -O3 -funroll-loops
  669. Fortran f90 compiler: /Users/adam/miniconda3/bin/gfortran -Wall -g -fno-second-underscore -m64 -fPIC -O3 -funroll-loops
  670. Fortran fix compiler: /Users/adam/miniconda3/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -m64 -fPIC -O3 -funroll-loops
  671. compile options: '-I/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7 -I/Users/adam/miniconda3/lib/python3.7/site-packages/numpy/core/include -I/Users/adam/miniconda3/include/python3.7m -c'
  672. extra options: '-J/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/ -I/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/'
  673. gfortran:f90: /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/wrapper_my_radex-f2pywrappers2.f90
  674. /Users/adam/miniconda3/bin/gfortran -Wall -g -m64 -Wall -g -undefined dynamic_lookup -bundle /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/wrapper_my_radexmodule.o /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/fortranobject.o /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/wrapper_for_python.o /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5/src.macosx-10.7-x86_64-3.7/wrapper_my_radex-f2pywrappers2.o my_radex.o opkda1.o opkda2.o opkdmain.o statistic_equilibrium.o sub_global_variables.o sub_trivials.o nleq1.o linalg_nleq1.o wnorm.o zibconst.o zibmon.o zibsec.o -L -L/Users/adam/miniconda3/bin/../lib/gcc/x86_64-apple-darwin11.4.2/4.8.5 -L/Users/adam/miniconda3/bin/../lib/gcc/x86_64-apple-darwin11.4.2/4.8.5/../../.. -L/Users/adam/miniconda3/bin/../lib/gcc/x86_64-apple-darwin11.4.2/4.8.5/../../.. -lgfortran -o ./wrapper_my_radex.cpython-37m-darwin.so
  675. ld: warning: directory not found for option '-L-L/Users/adam/miniconda3/bin/../lib/gcc/x86_64-apple-darwin11.4.2/4.8.5'
  676. Removing build directory /var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmpx9mdqkx5
  677. make: `sub_trivials.o' is up to date.
  678. rm ./*.mod ./*.o
  679. running build
  680. running build_py
  681. creating build
  682. creating build/lib
  683. creating build/lib/pyradex
  684. copying pyradex/version.py -> build/lib/pyradex
  685. copying pyradex/base_class.py -> build/lib/pyradex
  686. copying pyradex/__init__.py -> build/lib/pyradex
  687. copying pyradex/core.py -> build/lib/pyradex
  688. copying pyradex/read_radex.py -> build/lib/pyradex
  689. copying pyradex/utils.py -> build/lib/pyradex
  690. copying pyradex/grid_wrapper.py -> build/lib/pyradex
  691. copying pyradex/despotic_interface.py -> build/lib/pyradex
  692. copying pyradex/synthspec.py -> build/lib/pyradex
  693. creating build/lib/pyradex/radex
  694. copying pyradex/radex/__init__.py -> build/lib/pyradex/radex
  695. creating build/lib/pyradex/tests
  696. copying pyradex/tests/test_fjdu.py -> build/lib/pyradex/tests
  697. copying pyradex/tests/test_grid.py -> build/lib/pyradex/tests
  698. copying pyradex/tests/__init__.py -> build/lib/pyradex/tests
  699. copying pyradex/tests/test_synthspec.py -> build/lib/pyradex/tests
  700. copying pyradex/tests/test_radex.py -> build/lib/pyradex/tests
  701. copying pyradex/tests/test_radex_myradex_consistency.py -> build/lib/pyradex/tests
  702. copying pyradex/tests/test_radex_install.py -> build/lib/pyradex/tests
  703. copying pyradex/tests/setup_package_data.py -> build/lib/pyradex/tests
  704. creating build/lib/pyradex/fjdu
  705. copying pyradex/fjdu/__init__.py -> build/lib/pyradex/fjdu
  706. copying pyradex/fjdu/core.py -> build/lib/pyradex/fjdu
  707. copying pyradex/radex/radex.so -> build/lib/pyradex/radex
  708. creating build/lib/pyradex/tests/data
  709. copying pyradex/tests/data/example.out -> build/lib/pyradex/tests/data
  710. warning: build_py: byte-compiling is disabled, skipping.
  711.  
  712. running install
  713. running install_lib
  714. copying build/lib/pyradex/radex/radex.so -> /Users/adam/miniconda3/lib/python3.7/site-packages/pyradex/radex
  715. warning: install_lib: byte-compiling is disabled, skipping.
  716.  
  717. running install_egg_info
  718. Removing /Users/adam/miniconda3/lib/python3.7/site-packages/pyradex-0.4.2dev-py3.7.egg-info
  719. Writing /Users/adam/miniconda3/lib/python3.7/site-packages/pyradex-0.4.2dev-py3.7.egg-info
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement