Skip to content
Oleg Rubel edited this page Feb 18, 2022 · 21 revisions
  1. Clone the repository

    git clone https://github.com/rubel75/fold2Bloch-Wien2k

  2. Enter the directory

    cd fold2Bloch-Wien2k

  3. Compile the program using makefile. By default, the makefile is set up for Intel Fortran compiler ifort. To compile, simply execute:

    make

    For GNU Fortran, you need to edit the makefile and uncomment lines

    # gfortran compiler
    #FC = gfortran
    #FLFLAGS = # none
    #FCFLAGS = -ffree-form
    
Clone this wiki locally