Files
secondo/bin/Scripts/testDistAlg.sec

29 lines
644 B
Plaintext
Raw Permalink Normal View History

2026-01-23 17:03:45 +08:00
# Script to execute the commands used in the document
#
# "Distributed Query Processing in Secondo"
#
# The database on the master must contain data from
#
# nordrhein-westfalen-latest-free.shp
#
# imported using the script nrwImportShapeNew.psec
#
# The database must be open and the variables WORKERS and NSlots must
# have been set in the script testDistAlgA.sec. Monitors for the WORKERS must be
# running.
# Comment in the following lines for repeated use.
# @Scripts/testDistAlgAUndo.sec
# @Scripts/testDistAlgBUndo.sec
# Define the file transfer port
let ftport = 1334
@@Scripts/testDistAlgA.sec
@@Scripts/testDistAlgB.sec