"Source: Text/System/Par.text";
"Line: 501";
"Date: Thu Jul 13 10:19:10 2023";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/System/Par.text, line: 501
// 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);
