- missing python2
- missing g++ (devel_C_C++ only installs cpp)
- add documentation for mpi wrappers
- trilinos also wants libmetis to work (not sure why)
${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
# > 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