"Source: Text/System/Par.text";
"Line: 1685";
"Date: Mon May 29 16:04:52 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/System/Par.text, line: 1685
// Example: H5E17 ()
print "Example: H5E17";
ei := GetEchoInput();
SetEchoInput(true);
//no-test
// Parallel computation (32 threads)
SetNthreads(32);
L := Lattice( LatticeDatabase(), 64, 6);
time m := Minimum(L); m;
SetEchoInput(ei);
