"Source: Text/System/Par.text";
"Line: 1107";
"Date: Thu Jul 13 10:19:10 2023";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/System/Par.text, line: 1107
// Example: H5E9 ()
print "Example: H5E9";
ei := GetEchoInput();
SetEchoInput(true);
// no-test
StartWorkers("node2", 16); // start worker with 16 threads on node2
StartWorkers("node3", 16); // start worker with 16 threads on node3
StartWorkers("node2", 16: Magma := "/usr/local/bin/magma");
StartWorkers("node3", 16: Magma := "/usr/local/bin/magma");
SetEchoInput(ei);
