Advertisement
Guest User

Untitled

a guest
Aug 12th, 2014
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.64 KB | None | 0 0
  1. ELMER installation directory:
  2. /usr/local/ElmerRev6822
  3. compiling module fem
  4. #############################
  5. /home/evan/FROZEN/Elmer/elmerfem/fem
  6. Making clean in tests
  7. make[1]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/tests'
  8. make[1]: Nothing to be done for `clean'.
  9. make[1]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/tests'
  10. Making clean in src
  11. make[1]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src'
  12. Making clean in modules
  13. make[2]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/modules'
  14. rm -f *.o *.mod *.f90 *.F *.fpp *~ *.a *.so *.dll \#*
  15. make[2]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/modules'
  16. Making clean in binio
  17. make[2]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio'
  18. Making clean in test
  19. make[3]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio/test'
  20. test -z "writetest readtest" || rm -f writetest readtest
  21. rm -f writetest.out
  22. rm -f *.o
  23. make[3]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio/test'
  24. Making clean in .
  25. make[3]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio'
  26. test -z "*.mod" || rm -f *.mod
  27. test -z "libbinio.a" || rm -f libbinio.a
  28. rm -f *.o
  29. make[3]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio'
  30. make[2]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio'
  31. Making clean in viewaxis
  32. make[2]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/viewaxis'
  33. test -z "libviewaxis.a" || rm -f libviewaxis.a
  34. rm -f *.o
  35. make[2]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/viewaxis'
  36. Making clean in view3d
  37. make[2]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/view3d'
  38. test -z "libview3d.a" || rm -f libview3d.a
  39. rm -f *.o
  40. make[2]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/view3d'
  41. Making clean in .
  42. make[2]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src'
  43. test -z "SC2Elmer" || rm -f SC2Elmer
  44. rm -f *.o *.mod *.f90 *.F *.fpp *~ *.a *.so *.dll \#* mpif mpif.h ElmerSolver ElmerSolver_mpi GebhardtFactors ViewFactors
  45. rm -f *.o
  46. make[2]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src'
  47. make[1]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src'
  48. Making clean in .
  49. make[1]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem'
  50. test -z "a.out" || rm -f a.out
  51. make[1]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem'
  52. checking build system type... x86_64-unknown-linux-gnu
  53. checking host system type... x86_64-unknown-linux-gnu
  54. checking target system type... x86_64-unknown-linux-gnu
  55. checking for a BSD-compatible install... /usr/bin/install -c
  56. checking whether build environment is sane... yes
  57. checking for a thread-safe mkdir -p... /bin/mkdir -p
  58. checking for gawk... gawk
  59. checking whether make sets $(MAKE)... yes
  60. checking whether to enable maintainer-specific portions of Makefiles... no
  61. checking for style of include used by make... GNU
  62. checking for gcc... mpicc
  63. checking for C compiler default output file name... a.out
  64. checking whether the C compiler works... yes
  65. checking whether we are cross compiling... no
  66. checking for suffix of executables...
  67. checking for suffix of object files... o
  68. checking whether we are using the GNU C compiler... yes
  69. checking whether mpicc accepts -g... yes
  70. checking for mpicc option to accept ISO C89... none needed
  71. checking dependency style of mpicc... gcc3
  72. checking for special C compiler options needed for large files... no
  73. checking for _FILE_OFFSET_BITS value needed for large files... no
  74. checking for ftello... yes
  75. checking for fseeko... yes
  76. checking for answer to meaning of life... 42
  77. checking for default compilation flags... optimized
  78. checking whether we are using the GNU C compiler... (cached) yes
  79. checking whether mpicc accepts -g... (cached) yes
  80. checking for mpicc option to accept ISO C89... (cached) none needed
  81. checking dependency style of mpicc... (cached) gcc3
  82. checking whether we are using the GNU C++ compiler... yes
  83. checking whether mpicxx accepts -g... yes
  84. checking dependency style of mpicxx... gcc3
  85. checking whether we are using the GNU Fortran compiler... yes
  86. checking whether mpif90 accepts -g... yes
  87. checking whether we are using the GNU Fortran 77 compiler... yes
  88. checking whether mpif90 accepts -g... yes
  89. checking for ranlib... ranlib
  90. checking for ar... ar
  91. checking for ar flags... cru
  92. checking whether we are using the Microsoft C compiler... no
  93. checking for /lib/cpp... yes
  94. checking for C++ linker flags... checking how to run the C preprocessor... /lib/cpp
  95. checking for grep that handles long lines and -e... /bin/grep
  96. checking for egrep... /bin/grep -E
  97. checking for ANSI C header files... yes
  98. checking for sys/types.h... yes
  99. checking for sys/stat.h... yes
  100. checking for stdlib.h... yes
  101. checking for string.h... yes
  102. checking for memory.h... yes
  103. checking for strings.h... yes
  104. checking for inttypes.h... yes
  105. checking for stdint.h... yes
  106. checking for unistd.h... yes
  107. checking for 64 bit compilation flags... let's see what happens
  108. checking for 64 bit CFLAGS... -m64 -fPIC
  109. checking for 64 bit FCFLAGS... -m64 -fPIC
  110. checking for 64 bit CXXFLAGS... -m64 -fPIC
  111. checking for 64 bit FFLAGS... -m64 -fPIC
  112. checking for void*... yes
  113. checking size of void*... 8
  114. checking to see if we got 64 bits... oh yes
  115. checking how to get verbose linking output from mpif90... -v
  116. checking for Fortran 77 libraries of mpif90... -L/usr/lib -L/usr/include/trilinos/lib -L/usr//lib -L/usr/lib/openmpi/lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lbelostpetra -lbelosepetra -lbelos -lml -lifpack -lamesos -lgaleri -lisorropia -lepetraext -ltpetrainout -ltpetra -ltriutils -lzoltan -lepetra -lkokkoslinalg -lkokkosnodeapi -lkokkos -lteuchosremainder -lteuchoscomm -lteuchoscore -lteuchosnumerics -lteuchosparameterlist -lmpi_f90 -lmpi_f77 -lmpi -ldl -lhwloc -lgfortran -lm -lquadmath -lpthread
  117. checking for dummy main to link with Fortran 77 libraries... none
  118. checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore
  119. checking how to get verbose linking output from mpif90... -v
  120. checking for Fortran libraries of mpif90... -L/usr/lib -L/usr/include/trilinos/lib -L/usr//lib -L/usr/lib/openmpi/lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lbelostpetra -lbelosepetra -lbelos -lml -lifpack -lamesos -lgaleri -lisorropia -lepetraext -ltpetrainout -ltpetra -ltriutils -lzoltan -lepetra -lkokkoslinalg -lkokkosnodeapi -lkokkos -lteuchosremainder -lteuchoscomm -lteuchoscore -lteuchosnumerics -lteuchosparameterlist -lmpi_f90 -lmpi_f77 -lmpi -ldl -lhwloc -lgfortran -lm -lquadmath -lpthread
  121. checking for dummy main to link with Fortran libraries... none
  122. checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
  123. checking for Fortran char* mangling scheme... char_ptr
  124. checking if fortran implements CONTIGUOUS attribute... yes
  125. checking if fortran implements allocatable character strings... yes
  126. checking for fortran intrinsic etime... found
  127. checking for fortran intrinsic flush... found
  128. checking for shl_load in -ldld... no
  129. checking for shl_load... no
  130. checking for shl_findsym... no
  131. checking for dlopen in -ldl... yes
  132. checking for dlopen... yes
  133. checking for dlsym... yes
  134. checking for dlerror... yes
  135. checking for dlclose... yes
  136. checking for mpi-directory...
  137. checking for mpi-lib-directory...
  138. checking for mpi-inc-directory...
  139. checking for mpi-library...
  140. checking for mpi-include...
  141. checking for compilation of an MPI program... seems ok
  142. checking for mpf90... no
  143. checking for mpxlf90... no
  144. checking for saxpy_ in -L/usr/lib -lblas... checking for in ... yes
  145. checking for cheev_ in -L/usr/lib -llapack... yes
  146. checking for huti_d_gmres_ in -lhuti... yes
  147. checking for eio_init_ in -leiof... yes
  148. checking for dseupd_ in -larpack... yes
  149. checking for pdneupd_ in -lparpack... no
  150. configure: WARNING: No parallel arpack found.
  151. checking for HYPRE_IJMatrixCreate in -lHYPRE... no
  152. checking for HYPRE_IJMatrixCreate in -lHYPRE_IJ_mv... yes
  153. checking for dmumps_ in -I/usr/include -L/usr/lib -ldmumps_ptscotch -lmumps_common_ptscotch... no
  154. checking for dmumps_ in -ldmumps... yes
  155. checking for umfpack_di_defaults in -lumfpack... yes
  156. checking for mtc_init in -lmatc... yes
  157. checking for main in -lm... yes
  158. configure: error: The MPI version needs parpack. Disabling MPI.
  159. make all-recursive
  160. make[1]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem'
  161. Making all in src
  162. make[2]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src'
  163. Making all in view3d
  164. make[3]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/view3d'
  165. gcc -DHAVE_CONFIG_H -I. -I../.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT ViewFactors.o -MD -MP -MF .deps/ViewFactors.Tpo -c -o ViewFactors.o ViewFactors.c
  166. gcc -DHAVE_CONFIG_H -I. -I../.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT TestModel.o -MD -MP -MF .deps/TestModel.Tpo -c -o TestModel.o TestModel.c
  167. gcc -DHAVE_CONFIG_H -I. -I../.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT LineUtil.o -MD -MP -MF .deps/LineUtil.Tpo -c -o LineUtil.o LineUtil.c
  168. gcc -DHAVE_CONFIG_H -I. -I../.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT TriangleUtil.o -MD -MP -MF .deps/TriangleUtil.Tpo -c -o TriangleUtil.o TriangleUtil.c
  169. TestModel.c: In function ‘MakeTestModelCubic’:
  170. TestModel.c:254:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  171. fprintf( stderr, "SIZE: %d\n", NElements*sizeof(Geometry_t) );
  172. ^
  173. TestModel.c: In function ‘MakeTestModelLinear’:
  174. TestModel.c:304:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  175. fgets( str,100,fp );
  176. ^
  177. TestModel.c:309:13: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  178. fgets( str,100, fp );
  179. ^
  180. TestModel.c:319:13: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  181. fgets( str,100, fp );
  182. ^
  183. mv -f .deps/LineUtil.Tpo .deps/LineUtil.Po
  184. gcc -DHAVE_CONFIG_H -I. -I../.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT BiLinearUtil.o -MD -MP -MF .deps/BiLinearUtil.Tpo -c -o BiLinearUtil.o BiLinearUtil.c
  185. mv -f .deps/TriangleUtil.Tpo .deps/TriangleUtil.Po
  186. gcc -DHAVE_CONFIG_H -I. -I../.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT BiQuadraticUtil.o -MD -MP -MF .deps/BiQuadraticUtil.Tpo -c -o BiQuadraticUtil.o BiQuadraticUtil.c
  187. mv -f .deps/TestModel.Tpo .deps/TestModel.Po
  188. gcc -DHAVE_CONFIG_H -I. -I../.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT BiCubicUtil.o -MD -MP -MF .deps/BiCubicUtil.Tpo -c -o BiCubicUtil.o BiCubicUtil.c
  189. mv -f .deps/ViewFactors.Tpo .deps/ViewFactors.Po
  190. gcc -DHAVE_CONFIG_H -I. -I../.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT RayTrace.o -MD -MP -MF .deps/RayTrace.Tpo -c -o RayTrace.o RayTrace.c
  191. mv -f .deps/BiLinearUtil.Tpo .deps/BiLinearUtil.Po
  192. gcc -DHAVE_CONFIG_H -I. -I../.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT VectorUtil.o -MD -MP -MF .deps/VectorUtil.Tpo -c -o VectorUtil.o VectorUtil.c
  193. mv -f .deps/BiQuadraticUtil.Tpo .deps/BiQuadraticUtil.Po
  194. gcc -DHAVE_CONFIG_H -I. -I../.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT LUDecomp.o -MD -MP -MF .deps/LUDecomp.Tpo -c -o LUDecomp.o LUDecomp.c
  195. mv -f .deps/VectorUtil.Tpo .deps/VectorUtil.Po
  196. gcc -DHAVE_CONFIG_H -I. -I../.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT 2d_4node.o -MD -MP -MF .deps/2d_4node.Tpo -c -o 2d_4node.o 2d_4node.c
  197. mv -f .deps/BiCubicUtil.Tpo .deps/BiCubicUtil.Po
  198. gcc -DHAVE_CONFIG_H -I. -I../.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT 16node_quad.o -MD -MP -MF .deps/16node_quad.Tpo -c -o 16node_quad.o 16node_quad.c
  199. mv -f .deps/16node_quad.Tpo .deps/16node_quad.Po
  200. gcc -DHAVE_CONFIG_H -I. -I../.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT second.o -MD -MP -MF .deps/second.Tpo -c -o second.o second.c
  201. mv -f .deps/LUDecomp.Tpo .deps/LUDecomp.Po
  202. mv -f .deps/2d_4node.Tpo .deps/2d_4node.Po
  203. mv -f .deps/second.Tpo .deps/second.Po
  204. mv -f .deps/RayTrace.Tpo .deps/RayTrace.Po
  205. rm -f libview3d.a
  206. ar cru libview3d.a ViewFactors.o TestModel.o LineUtil.o TriangleUtil.o BiLinearUtil.o BiQuadraticUtil.o BiCubicUtil.o RayTrace.o VectorUtil.o LUDecomp.o 2d_4node.o 16node_quad.o second.o
  207. ranlib libview3d.a
  208. make[3]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/view3d'
  209. Making all in viewaxis
  210. make[3]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/viewaxis'
  211. g++ -DHAVE_CONFIG_H -I. -I../.. -DHAVE_TRILINOS -I/usr/include/trilinos/lib -I/usr/include/trilinos/include -m64 -fPIC -fPIC -MT viewfact.o -MD -MP -MF .deps/viewfact.Tpo -c -o viewfact.o viewfact.cpp
  212. mv -f .deps/viewfact.Tpo .deps/viewfact.Po
  213. rm -f libviewaxis.a
  214. ar cru libviewaxis.a viewfact.o
  215. ranlib libviewaxis.a
  216. make[3]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/viewaxis'
  217. Making all in binio
  218. make[3]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio'
  219. Making all in test
  220. make[4]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio/test'
  221. make[4]: Nothing to be done for `all'.
  222. make[4]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio/test'
  223. make[4]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio'
  224. gcc -DHAVE_CONFIG_H -I. -I../.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT binio.o -MD -MP -MF .deps/binio.Tpo -c -o binio.o binio.c
  225. gfortran -I. -I.. -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c -o kinds.o kinds.f90
  226. Warning: Nonexistent include directory "binio"
  227. gfortran -I. -I.. -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c -o biniomod.o biniomod.f90
  228. Warning: Nonexistent include directory "binio"
  229. mv -f .deps/binio.Tpo .deps/binio.Po
  230. rm -f libbinio.a
  231. ar cru libbinio.a binio.o kinds.o biniomod.o
  232. ranlib libbinio.a
  233. make[4]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio'
  234. make[3]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio'
  235. Making all in .
  236. make[3]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src'
  237. gcc -DHAVE_CONFIG_H -I. -I.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT SC2Elmer.o -MD -MP -MF .deps/SC2Elmer.Tpo -c -o SC2Elmer.o SC2Elmer.c
  238. cp mpif_stub.h mpif.h
  239. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS NavierStokes.src > NavierStokes.f90
  240. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS DefUtils.src > DefUtils.f90
  241. cp mpif_stub.h mpif
  242. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS PElementMaps.src > PElementMaps.f90
  243. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS Types.src > Types.f90
  244. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS iso_varying_string.src > iso_varying_string.f90
  245. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS Messages.src > Messages.f90
  246. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS Adaptive.src > Adaptive.f90
  247. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS CRSMatrix.src > CRSMatrix.f90
  248. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS GeneralUtils.src > GeneralUtils.f90
  249. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS Lists.src > Lists.f90
  250. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS CoordinateSystems.src > CoordinateSystems.f90
  251. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS Interpolation.src > Interpolation.f90
  252. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS ElementDescription.src > ElementDescription.f90
  253. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS PElementBase.src > PElementBase.f90
  254. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS Integration.src > Integration.f90
  255. SC2Elmer.c: In function ‘scan’:
  256. SC2Elmer.c:49:12: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  257. fgets( buf, MAX_LEN, fp );
  258. ^
  259. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS LinearAlgebra.src > LinearAlgebra.f90
  260. SC2Elmer.c: In function ‘main’:
  261. SC2Elmer.c:289:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
  262. fscanf( fp_grp, "%d %lf", &groups, &ang );
  263. ^
  264. SC2Elmer.c:295:15: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
  265. fscanf( fp_grp, "%lf %lf", &groups_x[i], &groups_y[i] );
  266. ^
  267. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS SParIterComm.src > SParIterComm.f90
  268. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS SParIterGlobals.src > SParIterGlobals.f90
  269. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS ModelDescription.src > ModelDescription.f90
  270. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS MeshUtils.src > MeshUtils.f90
  271. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS ParallelUtils.src > ParallelUtils.f90
  272. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS SParIterSolver.src > SParIterSolver.f90
  273. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS IterSolve.src > IterSolve.f90
  274. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS ListMatrix.src > ListMatrix.f90
  275. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS BandMatrix.src > BandMatrix.f90
  276. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS IterativeMethods.src > IterativeMethods.f90
  277. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS SParIterPrecond.src > SParIterPrecond.f90
  278. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS ElementUtils.src > ElementUtils.f90
  279. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS DirectSolve.src > DirectSolve.f90
  280. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS BandwidthOptimize.src > BandwidthOptimize.f90
  281. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS HashTable.src > HashTable.f90
  282. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS SolverUtils.src > SolverUtils.f90
  283. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS Multigrid.src > Multigrid.f90
  284. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS ClusteringMethods.src > ClusteringMethods.f90
  285. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS Smoothers.src > Smoothers.f90
  286. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS EigenSolve.src > EigenSolve.f90
  287. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS ParallelEigenSolve.src > ParallelEigenSolve.f90
  288. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS TimeIntegrate.src > TimeIntegrate.f90
  289. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS MaterialModels.src > MaterialModels.f90
  290. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS Differentials.src > Differentials.f90
  291. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS NavierStokesGeneral.src > NavierStokesGeneral.f90
  292. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS NavierStokesCylindrical.src > NavierStokesCylindrical.f90
  293. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS DiffuseConvectiveAnisotropic.src > DiffuseConvectiveAnisotropic.f90
  294. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS DiffuseConvectiveGeneralAnisotropic.src > DiffuseConvectiveGeneralAnisotropic.f90
  295. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS Stress.src > Stress.f90
  296. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS StressGeneral.src > StressGeneral.f90
  297. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS BlockSolve.src > BlockSolve.f90
  298. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS SolveBand.src > SolveBand.f90
  299. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS Radiation.src > Radiation.f90
  300. mv -f .deps/SC2Elmer.Tpo .deps/SC2Elmer.Po
  301. gcc -DHAVE_CONFIG_H -I. -I.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT fft.o -MD -MP -MF .deps/fft.Tpo -c -o fft.o fft.c
  302. gcc -DHAVE_CONFIG_H -I. -I.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT Load.o -MD -MP -MF .deps/Load.Tpo -c -o Load.o Load.c
  303. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS FreeSurface.src > FreeSurface.f90
  304. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS Maxwell.src > Maxwell.f90
  305. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS MaxwellAxiS.src > MaxwellAxiS.f90
  306. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS MaxwellGeneral.src > MaxwellGeneral.f90
  307. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS Walls.src > Walls.f90
  308. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS SolveSBand.src > SolveSBand.f90
  309. gcc -DHAVE_CONFIG_H -I. -I.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT CPUTime.o -MD -MP -MF .deps/CPUTime.Tpo -c -o CPUTime.o CPUTime.c
  310. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS MainUtils.src > MainUtils.f90
  311. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS solve_cmplx.src > solve_cmplx.f90
  312. Load.c: In function ‘systemc_’:
  313. Load.c:161:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
  314. system( str );
  315. ^
  316. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS solve_real.src > solve_real.f90
  317. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS MGPrec.src > MGPrec.f90
  318. mv -f .deps/CPUTime.Tpo .deps/CPUTime.Po
  319. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS LUDecomposition.src > LUDecomposition.f90
  320. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS RadiationFactors.src > RadiationFactors.f90
  321. gcc -DHAVE_CONFIG_H -I. -I.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT f_stubs.o -MD -MP -MF .deps/f_stubs.Tpo -c -o f_stubs.o f_stubs.c
  322. In file included from /usr/include/string.h:640:0,
  323. from Load.c:42:
  324. In function ‘strncat’,
  325. inlined from ‘loadfunction_’ at Load.c:298:26:
  326. /usr/include/x86_64-linux-gnu/bits/string3.h:150:3: warning: call to __builtin___strncat_chk might overflow destination buffer [enabled by default]
  327. return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
  328. ^
  329. In function ‘strncat’,
  330. inlined from ‘loadfunction_’ at Load.c:301:26:
  331. /usr/include/x86_64-linux-gnu/bits/string3.h:150:3: warning: call to __builtin___strncat_chk might overflow destination buffer [enabled by default]
  332. return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
  333. ^
  334. In function ‘strncat’,
  335. inlined from ‘loadfunction_’ at Load.c:324:31:
  336. /usr/include/x86_64-linux-gnu/bits/string3.h:150:3: warning: call to __builtin___strncat_chk might overflow destination buffer [enabled by default]
  337. return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
  338. ^
  339. In function ‘strncat’,
  340. inlined from ‘loadfunction_’ at Load.c:327:31:
  341. /usr/include/x86_64-linux-gnu/bits/string3.h:150:3: warning: call to __builtin___strncat_chk might overflow destination buffer [enabled by default]
  342. return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
  343. ^
  344. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS ExchangeCorrelations.src > ExchangeCorrelations.f90
  345. gcc -DHAVE_CONFIG_H -I. -I.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT SolveHypre.o -MD -MP -MF .deps/SolveHypre.Tpo -c -o SolveHypre.o SolveHypre.c
  346. mv -f .deps/f_stubs.Tpo .deps/f_stubs.Po
  347. g++ -DHAVE_TRILINOS -I/usr/include/trilinos/lib -I/usr/include/trilinos/include -m64 -fPIC -fPIC -c SolveTrilinos.cxx
  348. mv -f .deps/Load.Tpo .deps/Load.Po
  349. gcc -DHAVE_CONFIG_H -I. -I.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT SolveSuperLU.o -MD -MP -MF .deps/SolveSuperLU.Tpo -c -o SolveSuperLU.o SolveSuperLU.c
  350. SolveHypre.c: In function ‘solvehypre1_’:
  351. SolveHypre.c:561:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘double *’ [-Wformat=]
  352. hypre_dppara[0], hypre_dppara[1], hypre_dppara[2], hypre_dppara[3], hypre_dppara[4]);
  353. ^
  354. SolveHypre.c:561:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘double’ [-Wformat=]
  355. SolveHypre.c:561:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘double’ [-Wformat=]
  356. SolveHypre.c:561:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘double’ [-Wformat=]
  357. SolveHypre.c:561:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 7 has type ‘double’ [-Wformat=]
  358. SolveHypre.c:825:7: warning: passing argument 2 of ‘HYPRE_ParCSRLGMRESSetPrecond’ from incompatible pointer type [enabled by default]
  359. (HYPRE_PtrToSolverFcn) HYPRE_EuclidSetup, precond);
  360. ^
  361. mv -f .deps/SolveSuperLU.Tpo .deps/SolveSuperLU.Po
  362. In file included from SolveHypre.c:50:0:
  363. /usr/include/HYPRE_parcsr_ls.h:2106:11: note: expected ‘HYPRE_PtrToParSolverFcn’ but argument is of type ‘HYPRE_Int (*)(struct hypre_Solver_struct *, struct hypre_Matrix_struct *, struct hypre_Vector_struct *, struct hypre_Vector_struct *)’
  364. HYPRE_Int HYPRE_ParCSRLGMRESSetPrecond(HYPRE_Solver solver,
  365. ^
  366. SolveHypre.c:825:7: warning: passing argument 3 of ‘HYPRE_ParCSRLGMRESSetPrecond’ from incompatible pointer type [enabled by default]
  367. (HYPRE_PtrToSolverFcn) HYPRE_EuclidSetup, precond);
  368. ^
  369. In file included from SolveHypre.c:50:0:
  370. /usr/include/HYPRE_parcsr_ls.h:2106:11: note: expected ‘HYPRE_PtrToParSolverFcn’ but argument is of type ‘HYPRE_Int (*)(struct hypre_Solver_struct *, struct hypre_Matrix_struct *, struct hypre_Vector_struct *, struct hypre_Vector_struct *)’
  371. HYPRE_Int HYPRE_ParCSRLGMRESSetPrecond(HYPRE_Solver solver,
  372. ^
  373. SolveHypre.c:828:7: warning: passing argument 2 of ‘HYPRE_ParCSRLGMRESSetPrecond’ from incompatible pointer type [enabled by default]
  374. (HYPRE_PtrToSolverFcn) HYPRE_ParaSailsSetup, precond);
  375. ^
  376. In file included from SolveHypre.c:50:0:
  377. /usr/include/HYPRE_parcsr_ls.h:2106:11: note: expected ‘HYPRE_PtrToParSolverFcn’ but argument is of type ‘HYPRE_Int (*)(struct hypre_Solver_struct *, struct hypre_Matrix_struct *, struct hypre_Vector_struct *, struct hypre_Vector_struct *)’
  378. HYPRE_Int HYPRE_ParCSRLGMRESSetPrecond(HYPRE_Solver solver,
  379. ^
  380. SolveHypre.c:828:7: warning: passing argument 3 of ‘HYPRE_ParCSRLGMRESSetPrecond’ from incompatible pointer type [enabled by default]
  381. (HYPRE_PtrToSolverFcn) HYPRE_ParaSailsSetup, precond);
  382. ^
  383. In file included from SolveHypre.c:50:0:
  384. /usr/include/HYPRE_parcsr_ls.h:2106:11: note: expected ‘HYPRE_PtrToParSolverFcn’ but argument is of type ‘HYPRE_Int (*)(struct hypre_Solver_struct *, struct hypre_Matrix_struct *, struct hypre_Vector_struct *, struct hypre_Vector_struct *)’
  385. HYPRE_Int HYPRE_ParCSRLGMRESSetPrecond(HYPRE_Solver solver,
  386. ^
  387. SolveHypre.c:831:7: warning: passing argument 2 of ‘HYPRE_ParCSRLGMRESSetPrecond’ from incompatible pointer type [enabled by default]
  388. (HYPRE_PtrToSolverFcn) HYPRE_BoomerAMGSetup, precond);
  389. ^
  390. In file included from SolveHypre.c:50:0:
  391. /usr/include/HYPRE_parcsr_ls.h:2106:11: note: expected ‘HYPRE_PtrToParSolverFcn’ but argument is of type ‘HYPRE_Int (*)(struct hypre_Solver_struct *, struct hypre_Matrix_struct *, struct hypre_Vector_struct *, struct hypre_Vector_struct *)’
  392. HYPRE_Int HYPRE_ParCSRLGMRESSetPrecond(HYPRE_Solver solver,
  393. ^
  394. SolveHypre.c:831:7: warning: passing argument 3 of ‘HYPRE_ParCSRLGMRESSetPrecond’ from incompatible pointer type [enabled by default]
  395. (HYPRE_PtrToSolverFcn) HYPRE_BoomerAMGSetup, precond);
  396. ^
  397. In file included from SolveHypre.c:50:0:
  398. /usr/include/HYPRE_parcsr_ls.h:2106:11: note: expected ‘HYPRE_PtrToParSolverFcn’ but argument is of type ‘HYPRE_Int (*)(struct hypre_Solver_struct *, struct hypre_Matrix_struct *, struct hypre_Vector_struct *, struct hypre_Vector_struct *)’
  399. HYPRE_Int HYPRE_ParCSRLGMRESSetPrecond(HYPRE_Solver solver,
  400. ^
  401. gcc -DHAVE_CONFIG_H -I. -I.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT umf4_f77wrapper.o -MD -MP -MF .deps/umf4_f77wrapper.Tpo -c -o umf4_f77wrapper.o umf4_f77wrapper.c
  402. mv -f .deps/umf4_f77wrapper.Tpo .deps/umf4_f77wrapper.Po
  403. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS VankaCreate.src > VankaCreate.f90
  404. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS ParticleUtils.src > ParticleUtils.f90
  405. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS Feti.src > Feti.f90
  406. gcc -DHAVE_CONFIG_H -I. -I.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT cholmod.o -MD -MP -MF .deps/cholmod.Tpo -c -o cholmod.o cholmod.c
  407. mv -f .deps/fft.Tpo .deps/fft.Po
  408. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS InterpolateMeshToMesh.src > InterpolateMeshToMesh.f90
  409. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS BackwardError.src > BackwardError.f90
  410. mv -f .deps/cholmod.Tpo .deps/cholmod.Po
  411. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS SolverActivate_x.src > SolverActivate_x.f90
  412. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS ElmerSolver.src > ElmerSolver.f90
  413. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS Solver.src > Solver.f90
  414. gcc -DHAVE_CONFIG_H -I. -I.. -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -MT mpi_stubs.o -MD -MP -MF .deps/mpi_stubs.Tpo -c -o mpi_stubs.o mpi_stubs.c
  415. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS ViewFactors.src > ViewFactors.f90
  416. /lib/cpp -DHAVE_TRILINOS -DCONTIG=",CONTIGUOUS" -DALLOC_CHAR=1 -P -traditional-cpp -I. -I/usr/local/ElmerRev6822/include -DFULL_INDUCTION -DUSE_ARPACK -DHAVE_MUMPS GebhardtFactors.src > GebhardtFactors.f90
  417. gcc -O -m64 -fPIC -fPIC -I/usr/local/ElmerRev6822/include -L. -L/usr/lib -L/usr/include/trilinos/lib -lbelostpetra -lbelosepetra -lbelos -lml -lifpack -lamesos -lgaleri -lisorropia -lepetraext -ltpetrainout -ltpetra -ltriutils -lzoltan -lepetra -lkokkoslinalg -lkokkosnodeapi -lkokkos -lteuchosremainder -lteuchoscomm -lteuchoscore -lteuchosnumerics -lteuchosparameterlist -L/usr/local/ElmerRev6822/lib -o SC2Elmer SC2Elmer.o -L. -ldl -L/usr/local/ElmerRev6822/lib -lm
  418. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c iso_varying_string.f90
  419. Warning: Nonexistent include directory "../binio"
  420. mv -f .deps/SolveHypre.Tpo .deps/SolveHypre.Po
  421. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c Messages.f90
  422. Warning: Nonexistent include directory "../binio"
  423. mv -f .deps/mpi_stubs.Tpo .deps/mpi_stubs.Po
  424. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c Walls.f90
  425. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c solve_real.f90
  426. Warning: Nonexistent include directory "../binio"
  427. Warning: Nonexistent include directory "../binio"
  428. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c ExchangeCorrelations.f90
  429. Warning: Nonexistent include directory "../binio"
  430. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c Types.f90
  431. Warning: Nonexistent include directory "../binio"
  432. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c PElementMaps.f90
  433. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c GeneralUtils.f90
  434. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c CoordinateSystems.f90
  435. Warning: Nonexistent include directory "../binio"
  436. Warning: Nonexistent include directory "../binio"
  437. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c LinearAlgebra.f90
  438. Warning: Nonexistent include directory "../binio"
  439. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c SParIterGlobals.f90
  440. Warning: Nonexistent include directory "../binio"
  441. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c SolveBand.f90
  442. Warning: Nonexistent include directory "../binio"
  443. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c SolveSBand.f90
  444. Warning: Nonexistent include directory "../binio"
  445. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c solve_cmplx.f90
  446. Warning: Nonexistent include directory "../binio"
  447. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c LUDecomposition.f90
  448. Warning: Nonexistent include directory "../binio"
  449. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c PElementBase.f90
  450. Warning: Nonexistent include directory "../binio"
  451. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c Integration.f90
  452. Warning: Nonexistent include directory "../binio"
  453. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c SParIterComm.f90
  454. Warning: Nonexistent include directory "../binio"
  455. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c BandMatrix.f90
  456. Warning: Nonexistent include directory "../binio"
  457. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c ElementDescription.f90
  458. Warning: Nonexistent include directory "../binio"
  459. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c SParIterPrecond.f90
  460. Warning: Nonexistent include directory "../binio"
  461. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c Interpolation.f90
  462. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c BandwidthOptimize.f90
  463. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c StressGeneral.f90
  464. Warning: Nonexistent include directory "../binio"
  465. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c Maxwell.f90
  466. Warning: Nonexistent include directory "../binio"
  467. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c MaxwellAxiS.f90
  468. Warning: Nonexistent include directory "../binio"
  469. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c MaxwellGeneral.f90
  470. Warning: Nonexistent include directory "../binio"
  471. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c Lists.f90
  472. Warning: Nonexistent include directory "../binio"
  473. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c CRSMatrix.f90
  474. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c HashTable.f90
  475. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c TimeIntegrate.f90
  476. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c Differentials.f90
  477. Warning: Nonexistent include directory "../binio"
  478. Warning: Nonexistent include directory "../binio"
  479. Warning: Nonexistent include directory "../binio"
  480. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c ListMatrix.f90
  481. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c IterativeMethods.f90
  482. Warning: Nonexistent include directory "../binio"
  483. Warning: Nonexistent include directory "../binio"
  484. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c IterSolve.f90
  485. Warning: Nonexistent include directory "../binio"
  486. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c SParIterSolver.f90
  487. Warning: Nonexistent include directory "../binio"
  488. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c ParallelUtils.f90
  489. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c DirectSolve.f90
  490. Warning: Nonexistent include directory "../binio"
  491. Warning: Nonexistent include directory "../binio"
  492. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c ElementUtils.f90
  493. Warning: Nonexistent include directory "../binio"
  494. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c BackwardError.f90
  495. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c Solver.f90
  496. Warning: Nonexistent include directory "../binio"
  497. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c MeshUtils.f90
  498. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c Stress.f90
  499. Warning: Nonexistent include directory "../binio"
  500. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c ModelDescription.f90
  501. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c ClusteringMethods.f90
  502. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c Smoothers.f90
  503. Warning: Nonexistent include directory "../binio"
  504. Warning: Nonexistent include directory "../binio"
  505. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c Multigrid.f90
  506. Warning: Nonexistent include directory "../binio"
  507. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c EigenSolve.f90
  508. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c ParallelEigenSolve.f90
  509. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c MGPrec.f90
  510. Warning: Nonexistent include directory "../binio"
  511. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c SolverUtils.f90
  512. Warning: Nonexistent include directory "../binio"
  513. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c Adaptive.f90
  514. Warning: Nonexistent include directory "../binio"
  515. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c DefUtils.f90
  516. Warning: Nonexistent include directory "../binio"
  517. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c MaterialModels.f90
  518. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c BlockSolve.f90
  519. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c Radiation.f90
  520. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c FreeSurface.f90
  521. Warning: Nonexistent include directory "../binio"
  522. Warning: Nonexistent include directory "../binio"
  523. Warning: Nonexistent include directory "../binio"
  524. Warning: Nonexistent include directory "../binio"
  525. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c VankaCreate.f90
  526. Warning: Nonexistent include directory "../binio"
  527. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c ParticleUtils.f90
  528. Warning: Nonexistent include directory "../binio"
  529. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c Feti.f90
  530. Warning: Nonexistent include directory "../binio"
  531. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c InterpolateMeshToMesh.f90
  532. Warning: Nonexistent include directory "../binio"
  533. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c ViewFactors.f90
  534. Warning: Nonexistent include directory "../binio"
  535. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c NavierStokes.f90
  536. Warning: Nonexistent include directory "../binio"
  537. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c NavierStokesGeneral.f90
  538. Warning: Nonexistent include directory "../binio"
  539. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c NavierStokesCylindrical.f90
  540. Warning: Nonexistent include directory "../binio"
  541. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c DiffuseConvectiveAnisotropic.f90
  542. Warning: Nonexistent include directory "../binio"
  543. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c DiffuseConvectiveGeneralAnisotropic.f90
  544. Warning: Nonexistent include directory "../binio"
  545. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c MainUtils.f90
  546. Warning: Nonexistent include directory "../binio"
  547. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c RadiationFactors.f90
  548. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c SolverActivate_x.f90
  549. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c ElmerSolver.f90
  550. gfortran -O -m64 -fPIC -fPIC -I. -Ibinio -I../binio -I/usr/include -c GebhardtFactors.f90
  551. Warning: Nonexistent include directory "../binio"
  552. Warning: Nonexistent include directory "../binio"
  553. Warning: Nonexistent include directory "../binio"
  554. Warning: Nonexistent include directory "../binio"
  555. rm -f libelmersolver.so
  556. g++ -m64 -fPIC -Wl,-rpath=/usr/local/ElmerRev6822/lib -shared -L. -L/usr/lib -L/usr/include/trilinos/lib -lbelostpetra -lbelosepetra -lbelos -lml -lifpack -lamesos -lgaleri -lisorropia -lepetraext -ltpetrainout -ltpetra -ltriutils -lzoltan -lepetra -lkokkoslinalg -lkokkosnodeapi -lkokkos -lteuchosremainder -lteuchoscomm -lteuchoscore -lteuchosnumerics -lteuchosparameterlist -L/usr/local/ElmerRev6822/lib -Wl,-soname,libelmersolver-7.0.so -o libelmersolver-7.0.so NavierStokes.o NavierStokesGeneral.o NavierStokesCylindrical.o Lists.o DiffuseConvectiveAnisotropic.o DiffuseConvectiveGeneralAnisotropic.o PElementMaps.o PElementBase.o ElementDescription.o Integration.o ModelDescription.o GeneralUtils.o Stress.o StressGeneral.o LinearAlgebra.o CoordinateSystems.o ListMatrix.o CRSMatrix.o BandMatrix.o BandwidthOptimize.o BlockSolve.o MaterialModels.o DirectSolve.o IterSolve.o IterativeMethods.o TimeIntegrate.o Types.o SolveBand.o ElementUtils.o Radiation.o fft.o Load.o Differentials.o FreeSurface.o Maxwell.o MaxwellAxiS.o MaxwellGeneral.o Walls.o SolverUtils.o SolveSBand.o CPUTime.o Interpolation.o MainUtils.o Adaptive.o EigenSolve.o HashTable.o MeshUtils.o SParIterGlobals.o SParIterComm.o SParIterPrecond.o SParIterSolver.o Messages.o Multigrid.o Smoothers.o ClusteringMethods.o ParallelUtils.o ParallelEigenSolve.o solve_cmplx.o solve_real.o MGPrec.o DefUtils.o LUDecomposition.o RadiationFactors.o f_stubs.o ExchangeCorrelations.o SolveHypre.o SolveTrilinos.o SolveSuperLU.o iso_varying_string.o umf4_f77wrapper.o VankaCreate.o ParticleUtils.o Feti.o cholmod.o InterpolateMeshToMesh.o BackwardError.o SolverActivate_x.o ElmerSolver.o -L. -ldl -L/usr/local/ElmerRev6822/lib -lm -larpack -lHYPRE_Euclid -lHYPRE_parcsr_ls -lHYPRE_ParaSails -lHYPRE_IJ_mv -ldmumps -lumfpack -lamd -lhuti -lmatc -leiof -L. -ldl -L/usr/local/ElmerRev6822/lib -lm -L/usr/lib -llapack -L/usr/lib -lblas -L/usr/lib -L/usr/include/trilinos/lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lbelostpetra -lbelosepetra -lbelos -lml -lifpack -lamesos -lgaleri -lisorropia -lepetraext -ltpetrainout -ltpetra -ltriutils -lzoltan -lepetra -lkokkoslinalg -lkokkosnodeapi -lkokkos -lteuchosremainder -lteuchoscomm -lteuchoscore -lteuchosnumerics -lteuchosparameterlist -lgfortran -lm -lquadmath -L/usr/lib -L/usr/include/trilinos/lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lbelostpetra -lbelosepetra -lbelos -lml -lifpack -lamesos -lgaleri -lisorropia -lepetraext -ltpetrainout -ltpetra -ltriutils -lzoltan -lepetra -lkokkoslinalg -lkokkosnodeapi -lkokkos -lteuchosremainder -lteuchoscomm -lteuchoscore -lteuchosnumerics -lteuchosparameterlist -lgfortran -lm -lquadmath -L. -Lbinio -lbinio
  557. ln -s libelmersolver-7.0.so libelmersolver.so
  558. gfortran -m64 -fPIC -Wl,-rpath=/usr/local/ElmerRev6822/lib -L. -L/usr/lib -L/usr/include/trilinos/lib -lbelostpetra -lbelosepetra -lbelos -lml -lifpack -lamesos -lgaleri -lisorropia -lepetraext -ltpetrainout -ltpetra -ltriutils -lzoltan -lepetra -lkokkoslinalg -lkokkosnodeapi -lkokkos -lteuchosremainder -lteuchoscomm -lteuchoscore -lteuchosnumerics -lteuchosparameterlist -L/usr/local/ElmerRev6822/lib \
  559. -o ElmerSolver Solver.o mpi_stubs.o \
  560. -L. -lelmersolver
  561. gfortran -m64 -fPIC -Wl,-rpath=/usr/local/ElmerRev6822/lib -L. -L/usr/lib -L/usr/include/trilinos/lib -lbelostpetra -lbelosepetra -lbelos -lml -lifpack -lamesos -lgaleri -lisorropia -lepetraext -ltpetrainout -ltpetra -ltriutils -lzoltan -lepetra -lkokkoslinalg -lkokkosnodeapi -lkokkos -lteuchosremainder -lteuchoscomm -lteuchoscore -lteuchosnumerics -lteuchosparameterlist -L/usr/local/ElmerRev6822/lib \
  562. -o ViewFactors ViewFactors.o mpi_stubs.o \
  563. -L. -lelmersolver viewaxis/libviewaxis.a view3d/libview3d.a -L/usr/lib -lblas
  564. gfortran -m64 -fPIC -Wl,-rpath=/usr/local/ElmerRev6822/lib -L. -L/usr/lib -L/usr/include/trilinos/lib -lbelostpetra -lbelosepetra -lbelos -lml -lifpack -lamesos -lgaleri -lisorropia -lepetraext -ltpetrainout -ltpetra -ltriutils -lzoltan -lepetra -lkokkoslinalg -lkokkosnodeapi -lkokkos -lteuchosremainder -lteuchoscomm -lteuchoscore -lteuchosnumerics -lteuchosparameterlist -L/usr/local/ElmerRev6822/lib \
  565. -o GebhardtFactors GebhardtFactors.o mpi_stubs.o \
  566. -L. -lelmersolver viewaxis/libviewaxis.a view3d/libview3d.a
  567. ./libelmersolver.so: undefined reference to `Epetra_MpiComm::Epetra_MpiComm(./lib
  568. lmersolver.so: undefined reference to `Epetra_MpiComm::Epetra_MpiComm(int)'
  569. collect2:*** [ElmerSolver] Error 1
  570. make[3]: *** Waiting for unfinished jobs....
  571. make[3]: *** [GebhardtFactors] Error 1
  572. ./libelmersolver.so: undefined reference to `Epetra_MpiComm::Epetra_MpiComm(int)'
  573. collect2: error: ld returned 1 exit status
  574. make[3]: *** [ViewFactors] Error 1
  575. make[3]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src'
  576. make[2]: *** [all-recursive] Error 1
  577. make[2]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src'
  578. make[1]: *** [all-recursive] Error 1
  579. make[1]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem'
  580. make: *** [all] Error 2
  581. Making install in src
  582. make[1]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src'
  583. Making install in view3d
  584. make[2]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/view3d'
  585. make[3]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/view3d'
  586. make[3]: Nothing to be done for `install-exec-am'.
  587. make[3]: Nothing to be done for `install-data-am'.
  588. make[3]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/view3d'
  589. make[2]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/view3d'
  590. Making install in viewaxis
  591. make[2]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/viewaxis'
  592. make[3]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/viewaxis'
  593. make[3]: Nothing to be done for `install-exec-am'.
  594. make[3]: Nothing to be done for `install-data-am'.
  595. make[3]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/viewaxis'
  596. make[2]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/viewaxis'
  597. Making install in binio
  598. make[2]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio'
  599. Making install in test
  600. make[3]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio/test'
  601. make[4]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio/test'
  602. make[4]: Nothing to be done for `install-exec-am'.
  603. make[4]: Nothing to be done for `install-data-am'.
  604. make[4]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio/test'
  605. make[3]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio/test'
  606. make[3]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio'
  607. make[4]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio'
  608. mkdir -p /usr/local/ElmerRev6822/share/elmersolver/include
  609. /usr/bin/install -c *.mod /usr/local/ElmerRev6822/share/elmersolver/include
  610. make[4]: Nothing to be done for `install-data-am'.
  611. make[4]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio'
  612. make[3]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio'
  613. make[2]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src/binio'
  614. Making install in .
  615. make[2]: Entering directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src'
  616. gfortran -m64 -fPIC -Wl,-rpath=/usr/local/ElmerRev6822/lib -L. -L/usr/lib -L/usr/include/trilinos/lib -lbelostpetra -lbelosepetra -lbelos -lml -lifpack -lamesos -lgaleri -lisorropia -lepetraext -ltpetrainout -ltpetra -ltriutils -lzoltan -lepetra -lkokkoslinalg -lkokkosnodeapi -lkokkos -lteuchosremainder -lteuchoscomm -lteuchoscore -lteuchosnumerics -lteuchosparameterlist -L/usr/local/ElmerRev6822/lib \
  617. -o ElmerSolver Solver.o mpi_stubs.o \
  618. -L. -lelmersolver
  619. ./libelmersolver.so: undefined reference to `Epetra_MpiComm::Epetra_MpiComm(int)'
  620. collect2: error: ld returned 1 exit status
  621. make[2]: *** [ElmerSolver] Error 1
  622. make[2]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src'
  623. make[1]: *** [install-recursive] Error 1
  624. make[1]: Leaving directory `/home/evan/FROZEN/Elmer/elmerfem/fem/src'
  625. make: *** [install-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement