next up previous contents index
Next: Running FAST Up: Compilation Previous: Compilation with Cmake   Contents   Index

Cmake work-around

If Cmake is unavailable on your system, a work-around with the Intel compilers, the mkl library and openmp is :

shell$ mkdir build

shell$ cd build

shell$ CC=icc FC=ifort CXX=icpc cmake $\backslash$
$\backslash$
-D FAST_OPENMP:BOOL=ON $\backslash$
-D FAST_USE_MKL:BOOL=ON $\backslash$
$\backslash$
-D CMAKE_INSTALL_PREFIX:PATH=/usr/local/fast $\backslash$
-D CMAKE_BUILD_TYPE:STRING=RELEASE $\backslash$
-D SIESTA_XC_DIR:PATH=$HOME/Dev/src/nossi/siesta/bzr/Obj/SiestaXC $\backslash$
-D GSL_CONFIG_EXECUTABLE:FILEPATH=/opt/intel/softs/bin/gsl-config $\backslash$
../

followed by

shell$ make

shell$ make install



Olivier Coulaud 2013-11-09