"Source: Text/System/Par.text";
"Line: 479";
"Date: Mon May 29 16:04:52 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/System/Par.text, line: 479
// Example: H5E4 ()
print "Example: H5E4";
ei := GetEchoInput();
SetEchoInput(true);
G := PermutationGroup(ATLASGroup("O8m2"));
K := GF(17);
L := AbsolutelyIrreducibleModules(G, K);
[Dimension(M): M in L];
SetNthreads(1); SetGPU(false);
time L := AbsolutelyIrreducibleModules(G, K);
SetNthreads(24); SetGPU(false);
time L := AbsolutelyIrreducibleModules(G, K);
SetNthreads(1); SetGPU(true);
time L := AbsolutelyIrreducibleModules(G, K);
SetEchoInput(ei);
