]> https://gitweb.dealii.org/ - candi.git/commitdiff
opensuse fixes 103/head
authorTimo Heister <timo.heister@gmail.com>
Tue, 16 Oct 2018 19:23:12 +0000 (15:23 -0400)
committerTimo Heister <timo.heister@gmail.com>
Tue, 16 Oct 2018 20:13:43 +0000 (16:13 -0400)
- missing python2
- missing g++ (devel_C_C++ only installs cpp)
- add documentation for mpi wrappers
- trilinos also wants libmetis to work (not sure why)

deal.II-toolchain/packages/trilinos.package
deal.II-toolchain/platforms/supported/opensuse15.platform

index 168cadc6f2b50d5869a98e006cf280ee96884a0e..53e73f3664135650201cb6513d990c1ef3044888 100644 (file)
@@ -113,7 +113,7 @@ if [ ! -z "${PARMETIS_DIR}" ]; then
         ${CONFOPTS} \
         ${TRILINOS_PARMETIS_CONFOPTS} \
         -D TPL_ENABLE_ParMETIS:BOOL=ON \
-        -D TPL_ParMETIS_LIBRARIES:FILEPATH=${PARMETIS_DIR}/lib/libparmetis.${LDSUFFIX} \
+        -D TPL_ParMETIS_LIBRARIES:FILEPATH='${PARMETIS_DIR}/lib/libparmetis.${LDSUFFIX};${PARMETIS_DIR}/lib/libmetis.${LDSUFFIX}' \
         -D TPL_ParMETIS_INCLUDE_DIRS:PATH=${PARMETIS_DIR}/include"
 fi
 
index 8e1df3522f922a30f95db342858c361f729df9dc..cf9e25d60e19de055837ebeb02c9a2c489940b40 100644 (file)
@@ -6,13 +6,18 @@
 # > su -c 'zypper -n install -t pattern devel_basis devel_C_C++'
 #
 # > su -c 'zypper -n install \
-#          gcc-fortran subversion git cmake \
+#          python gcc gcc-c++ gcc-fortran subversion git cmake \
 #          openmpi3 openmpi3-devel blas-devel lapack-devel'
 #
 # optional packages:
 # Modules doxygen graphviz graphviz-devel devel_qt4 splint
 #
 # Then reboot and run candi again.
+#
+# You need to specify the compilers, use the mpi-selector tool, or
+# source the mpi implementation before running candi using
+#
+# . /usr/lib64/mpi/gcc/openmpi3/bin/mpivars.sh
 ##
 
 #

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.