Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 600 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 600 Bytes

EMPIRE

Enhanced MultiPhysics Interface Research Engine

EMPIRE Here are some videos what EMPIRE can do click

Building

export CC=icc

  • export CXX=icpc
  • cd build
  • cmake ..
  • There are the following make targets available:
    • make (compilation and linking)
    • make clean (remove object files and executable including all folders)
    • make doc (generates documentation) html main file is /EMPEROR/doc/html/index.html
    • make cleandoc (removes documentation)