I will use the cmake and ccmake. The autoconf/automake implementation was used directly inside the AMDiS source directory (i.e. the directory you get through svn). To use the CMake buildsystem, I recommend a different directory structure for building and compiling AMDiS. The script getamdis_cmake.sh, which can be found on
/home/joe/work/
, the AMDiS source directory is/home/joe/work/amdis/AMDiS
. To configure and compile AMDiS I recommend to create a directory/home/joe/work/amdis_build
and run
cd /home/joe/work/amdis_build
cmake -DCMAKE_INSTALL_PREFIX=/home/joe/programs/ ../amdis/AMDiS
make ; make install
The last command will install AMDiS to /home/joe/programs fast and simple configuration configuration with options If you only want to build with standard options, you can simply run