Hi, according to the config.log there was no --with-ug option used.
Quoting from a previosus mail: > 7 ./dune-common/bin/dunecontrol --module=dune-grid configure > --with-ug=$home/downloads/ug-3.11.0 I would think that one cannot pass arguments to configure like this. Basically there are two options to pass specific flags via dune_control 1. with the environment variable CONFIGURE_FLAGS: either CONFIGURE_FLAGS="-with-ug=/whatever/directory/ug/is/installed" ./dune-common/bin/dunecontrol --module=dune-grid configure 2. With an options file: echo 'CONFIGURE_FLAGS="-with-ug=/whatever/directory/ug/is/installed"' > myfile.opts ./dune-common/bin/dunecontrol --module=dune-grid --opts=myfile.opts configure Please be aware that you need to rebuild dune-grid and reconfigure and rebuild dumux for the changes to be applied, e.g. by ./dune-common/bin/dunecontrol --module=dune-grid,dumux --opts=myfile.opts configure : make clean all HTH and cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858
signature.asc
Description: Digital signature
_______________________________________________ Dumux mailing list [email protected] https://listserv.uni-stuttgart.de/mailman/listinfo/dumux
