# Flags for compiling/linking openmp

COMP_OPENMP = -fiopenmp
LINK_OPENMP = -fiopenmp

# -----------------------------------------------------------------------------
