Hi all,
I finally got trilinos installed and the cmake compiler got a few steps further. I have since ditched Debian for Kubuntu. I am closing out this thread. I need to create a new on and start with another error.
Search found 108 matches
- 18 Sep 2017, 09:26
- Forum: Installation & compilation
- Topic: Errors running cmake
- Replies: 13
- Views: 8607
- 13 Sep 2017, 23:29
- Forum: Installation & compilation
- Topic: Errors running cmake
- Replies: 13
- Views: 8607
Re: Errors running cmake. Round 2
I gave up on trying to compile Elmer on a Debian system. I loaded my virtual machine with Ubuntu 17.04 and am trying again to install Elmer from source code. I get the following compile error: CMake Error at CMakeLists.txt:146 (FIND_PACKAGE): Could not find a package configuration file provided by &...
- 10 Sep 2017, 02:42
- Forum: Installation & compilation
- Topic: Errors running cmake
- Replies: 13
- Views: 8607
Re: Errors running cmake
Thank you for your reply. I'm running cmake-gui to compile Elmer. I have the source directory set to /home/gary/Elmer/elmerfem and the build directory set to /home/gary/Elmer/build. There is a ton of .c and .h files in /home/gary/Elmer/elmerfem/elmergrid/src/metis. I assume that this is the metis so...
- 07 Sep 2017, 00:02
- Forum: Installation & compilation
- Topic: Errors running cmake
- Replies: 13
- Views: 8607
Re: Errors running cmake
Amemdment: I tried turning off mumps to see I could get a clean compile but now get the following error: Checking whether /usr/bin/f95 supports EXECUTE_COMMAND_LINE Checking whether /usr/bin/f95 supports EXECUTE_COMMAND_LINE -- yes You have called ADD_LIBRARY for library CMakeFiles without any sourc...
- 06 Sep 2017, 19:15
- Forum: Installation & compilation
- Topic: Errors running cmake
- Replies: 13
- Views: 8607
Re: Errors running cmake
Thanks for the reply. But where do I get an older copy of Metis? Also, how old? I couldn't find a copy on GitHub. For some of the work I wish to do with Elmer I am going to be pushing my computer power to the limit and need all of the speed I can get. Further the Debian repository is really rough to...
- 06 Sep 2017, 09:36
- Forum: Installation & compilation
- Topic: Errors running cmake
- Replies: 13
- Views: 8607
Re: Errors running cmake
Amendment 2 It turns out, after doing a lot of digging I found that Hypre is only useful for massively parallel computers. My 4 processor system doesn't apply. I shut off Hypre and the Hypre errors went away. But I now get the errror: Checking if ParMetis library is needed by Mumps -- yes CMake Erro...
- 30 Aug 2017, 20:12
- Forum: Installation & compilation
- Topic: Errors running cmake
- Replies: 13
- Views: 8607
Re: Errors running cmake
Amendment: cmake can't find hypre even though it is installed. In Debian Stretch the library is installed in /usr/lib/x86_64-linux-gnu/ and as libHYPRE_*******.so files. This is not the usual place for lib files. Where does cmake look for the lib files. I have looked at the CMakeLists.txt file but c...
- 25 Aug 2017, 21:58
- Forum: Installation & compilation
- Topic: Errors running cmake
- Replies: 13
- Views: 8607
Errors running cmake
Elmer version - latest git download Debian 9 (Stretch) Linux OS KDE Desktop KVM virtual-machine I am having trouble getting a clean cmake run on the Elmer git download. I modified the CMakeLists.txt file to allow the compiling of ElmerGUI and a couple of other modules. My present concern is the mess...
- 22 Aug 2017, 00:21
- Forum: Installation & compilation
- Topic: Installation from git on Debian Stretch
- Replies: 2
- Views: 2454
Re: Installation from git on Debian Stretch
First, there is no launchpad in Debian 9 Second, I got the git download done and modified the CMakeLists.txt file by turning on everything but ice. I than ran cmake and got the following error: Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the followi ng output: Change Dir: /home/...
- 10 Aug 2017, 02:48
- Forum: Installation & compilation
- Topic: Installation from git on Debian Stretch
- Replies: 2
- Views: 2454
Installation from git on Debian Stretch
Hi all; I'm really new at this Elmer thing and am very confused about several points. 1) The following apps? are turned off in the CMakeLists.txt file: NKL, MUMPS, HYPRE, ELMERGUI, ELMER TESTER, ELMER LOGGER, TRILINOS, FETI4I, ELMERPOST AND CONTRIB. Why??? (Especially ELMERGUI) 2) The following list...