Skip to content

#1551 dunecontrol converts MPICC variable to CC

Metadata

Property Value
Reported by Markus Blatt (markus@dr-blatt.de)
Reported at Jan 9, 2015 15:43
Type Bug Report
Version 2.3
Operating System Unspecified / All
Last edited by Markus Blatt (markus@dr-blatt.de)
Last edited at Jan 9, 2015 18:51
Closed by Markus Blatt (markus@dr-blatt.de)
Closed at Jan 9, 2015 18:51
Closed in version Unknown
Resolution Fixed
Comment with 884486c which translates MPICC to the corresponding CMake variable.

Description

CONFIGURE_FLAGS="CXX=g++-4.7 MPICC=$HOME/extlib/openmpi-1.6/bin/mpicc CXXFLAGS='-O3 -g0' --with-alugrid=blub --with-metisbla" ./dune-common/bin/dunecontrol configure ----- using default flags $CONFIGURE_FLAGS from environment ----- WARNING: could not find module dune-multidomain, module is also unknown to pkg-config. Maybe you need to adjust PKG_CONFIG_PATH! dune-multidomain is suggested by dumux Skipping dune-multidomain! --- going to build dune-common dune-geometry dune-grid dune-localfunctions dune-istl dune-typetree dune-alugrid dune-pdelab dumux dune-pdelab-howto dune-grid-dev-howto esco2014 dune-grid-howto baller dune-amg-scalability partition-test tester --- ----- using default flags $CONFIGURE_FLAGS from environment ----- --- calling configure for dune-common --- CXX=g++-4.7 CC=/home/mblatt/extlib/openmpi-1.6/bin/mpicc CXXFLAGS='-O3 -g0' cmake -DCMAKE_MODULE_PATH="" -DCMAKE_DISABLE_FIND_PACKAGE_MPI=TRUE "/home/mblatt/src/dune/current/dune-common"

This happens if peoole like me do shell programming, sigh.