Re: [DuMux] (no subject)

2021-11-17 Thread Kilian Weishaupt
Dear Vuong Van, did you modify anything in your CMakeLists.txt file? You said the test ran successfully so the executable in |dumux/dumux/build-cmake/test/porousmediumflow/1p" was build successfully?| |Best wishes Kilian | On 18.11.21 07:53, Pham, Vuong Van wrote: Dear Kilian, Still

Re: [DuMux] (no subject)

2021-11-17 Thread Pham, Vuong Van
Dear Kilian, Still following the Cmake command (i.e., make name_of_executable), I attempted to do so in the Ubuntu command window, however I received this error as attached: [cid:image001.png@01D7DC16.B4CEC540] The picture indicated that for some reasons the command

Re: [DuMux] (no subject)

2021-11-17 Thread Kilian Weishaupt
Dear Vuong Van, I'm glad the installation worked now. 1.) CMakeLists.txt is a configuration file read by CMake, a build system generator. If configured correctly, you compile your source code just by calling make name_of_the_executable If you make any changes to CMakeLists.txt, a simple

Re: [DuMux] Unknown CMake command "add_dune_alugrid_flags"

2021-11-17 Thread Christoph GrĂ¼ninger
Hi Ranjeet, this is strange, because add_dumux_test is not part of DuMuX 3.2. It was removed after DuMuX 3.1. As the error message is confusing my, I have to more general questions: - Did you delete your build directory (by default dumux/build-cmake) and rerun dunecontrol? - Have you updated

Re: [DuMux] (no subject)

2021-11-17 Thread Kilian Weishaupt
Dear Vuong Van, we recently updated our wiki for installing Dumux under Windows 10. There seems to be an issue with git clone which can be fixed as described in the wiki. https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/wikis/Windows-Subsystem-for-DuMux Please let us know if that

[DuMux] Unknown CMake command "add_dune_alugrid_flags"

2021-11-17 Thread Ranjeet kumar
Hi Currently, I am using dumux3.2 and it works fine. I am trying to update it to dumux3.4 but I am getting an error: CMake Error at cmake/modules/DumuxTestMacros.cmake:63 (add_dune_alugrid_flags): Unknown CMake command "add_dune_alugrid_flags".Call Stack (most recent call first):