"Source: Text/System/Par.text";
"Line: 1557";
"Date: Thu Jul 13 10:19:10 2023";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/System/Par.text, line: 1557
// Example: H5E15 ()
print "Example: H5E15";
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
L := Lattice(LatticeDatabase(),"Leech");
D := DirectSum([L, L, L, L, L]);
w := (D.9+D.24+D.31+D.44+D.67+D.60+D.75+D.82+D.97)/2;
Time cv, m := ClosestVectors(D, w);
#cv;
SetEchoInput(ei);
