##########################################################################
####################### paramfile ########################################

# set the template of the paramfile
TEMPLATE="paramfile_template.txt"
# set the name of the paramfile used for each run
PARAMFILE="paramfile_JUWELS.txt"

##########################################################################
####################### run parameters ###################################

# Delete output files (Yes if 1)
DELETE_OUTPUT_FILES=0
# Output directory
OUTPUTDIR="./TEST/"
# number of particles
N=(65536)
# MPI tasks
MPI=(1 2)
# OMP threads
THREADS=(1 2 4)

##########################################################################
