Menu

Instruction to compile JDFTx in Debian 8

2015-05-08
2015-05-08
  • Michele Renda

    Michele Renda - 2015-05-08

    Here are the commands needed to compile JDFTx in Debian 8. I hope it helps someone to save some time.

    Regards
    Michele Renda
    ===============================================================================

    sudo aptitude install subversion cmake build-essential libgsl0-dev libfftw3-dev libblas-dev liblapack-dev libatlas-base-dev libopenmpi-dev openmpi-bin

    svn co https://svn.code.sf.net/p/jdftx/code/trunk/jdftx

    cd build
    cmake ..
    make

     
  • Ravishankar Sundararaman

    Thanks Michele, we'll incorporate this into our Compiling page soon.