"Source: Text/System/Par.text";
"Line: 1377";
"Date: Thu Jul 13 10:19:10 2023";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/System/Par.text, line: 1377
// Example: H5E12 ()
print "Example: H5E12";
ei := GetEchoInput();
SetEchoInput(true);
//no-test
SetNthreads(32);
L := Lattice(LatticeDatabase(), 64, 6);
time sv6 := ShortVectors(L, 6);
#sv6;
SetEchoInput(ei);
