Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 814 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 814 Bytes

DRIE Models

This repository contains geometric models for several different DRIE processes.

Dependencies

Usage

The CMake configuration automatically checks if ViennaLS is installed. If CMake is unable to find it, the dependency will be built from source with the buildDependencies target.

mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/your/ViennaLS/install/
make buildDependencies # this will install all dependencies and might take a while
cmake .. # this is only necessary if ViennaLS is installed with make buildDependencies
make

Execute the models by running:

./DEM2D
./DEM3D
./DREM3D
./DREAM

Note: The size of the DREM model has been reduced, so it can be executed on most common processors.