# ----- MAKE FILE DEFINITIONS FOR wlcov CODE -----
# Mario A. Rodriguez-Meza, Ciudad de Mexico, 01.05.2026
#

#
# Change setting variables below as it is convient to you.
#
#B
# Default GSL public (not the internal sources version, not included).
#   always set it as 1
USEGSL = 1
#E

# For an OpenMP machine could be important to set (maximum number of threads to use):
# export OMP_NUM_THREADS=8
# Set following line to 1 for OPENMP parallel version, or 0 to switch it off
#   until now, set it to 0
OPENMPMACHINE = 1
#
# If you have at least one addon then set to 1:
ADDONSON = 1
#

#
# Machine definitions. Edit this file according to your needs
MACHINES_DIR = ./
include $(MACHINES_DIR)Makefile_machine

# Note:  Be careful in the options to set 1 or 0 without further space
#        or a comment starting with #...

