"Source: Text/System/Par.text";
"Line: 1239";
"Date: Thu Jul 13 10:19:10 2023";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/System/Par.text, line: 1239
// Example: H5E11 ()
print "Example: H5E11";
ei := GetEchoInput();
SetEchoInput(true);
// no-test
SetNthreads(32);
StartWorkers("node2", 32); // start worker with 32 threads on node2
SetVerbose("Factorization", 1);
SetVerbose("MPQS",1);
for i := 1 to 10 do
    n := Random(10^80);
    time Factorisation(n);
end for;
SetEchoInput(ei);
