"Source: Text/System/Par.text";
"Line: 1085";
"Date: Mon May 29 16:04:52 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/System/Par.text, line: 1085
// 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);
