With this short page, I will show you, how to use the cmake buildsystem with AMDiS. The introduction consists of two main parts:
With this short page, I will show you, how to use the cmake buildsystem with AMDiS. The introduction consists of two main parts:
<ol>
<ol>
<li><ahref="#compiling"> compiling and installing AMDiS with CMake </a></li>
<li><ahref="#compiling"> compiling and installing AMDiS with CMake </a></li>
<li><ahref="#using"> using the cmake installed AMDiS in your project </a></li>
<li><ahref="#using"> using the cmake installed AMDiS in your project </a></li>
<li><ahref="#faq"> some frequently asked questions </a></li>
<li><ahref="#faq"> some frequently asked questions </a></li>
...
@@ -37,7 +37,7 @@ cd ${HOME}/work/amdis_build </pre>
...
@@ -37,7 +37,7 @@ cd ${HOME}/work/amdis_build </pre>
The simplest configuration of AMDiS, i.e. without umfpack and parallelization, only sets the install destination to the directory "${HOME}/programs/". To do this, you have to call cmake with your install destination and the AMDiS source directory as commandline arguments
The simplest configuration of AMDiS, i.e. without umfpack and parallelization, only sets the install destination to the directory "${HOME}/programs/". To do this, you have to call cmake with your install destination and the AMDiS source directory as commandline arguments