"Source: Text/System/Par.text";
"Line: 1996";
"Date: Mon May 29 16:04:52 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/System/Par.text, line: 1996
// Example: H5E24 ()
print "Example: H5E24";
ei := GetEchoInput();
SetEchoInput(true);
//no-test
SetNthreads(32);
StartWorkers("node2", 32); // start worker with 32 threads on node2
StartWorkers("node3", 32); // start worker with 32 threads on node3
StartWorkers("node4", 32); // start worker with 32 threads on node4
StartWorkers("node5", 32); // start worker with 32 threads on node5
C := BestKnownLinearCode( GF(2), 256, 56 );
ResetMinimumWeightBounds(C);
d := MinimumWeight(C);
d;
SetEchoInput(ei);
