Exciting binaries

exciting is a computer programm written in FORTRAN. The code can be compiled into different binaries because they use different compile options or libraries therefor we have:

  • excitingser serial binary can run on 1 cpu in one thread.
  • excitingsmp uses multi threaded BLAS LAPACK and is compiled thread save.
  • excitingmpi Uses MPI fo k-point parallelism.
  • excitingmpismp combines the SMP numerics with MPI parallelism.
  • excitingdebug contains debugging symbols for debugger.
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License