Skip to content

Commit

Permalink
Removed two more examples from grpauto.tst
Browse files Browse the repository at this point in the history
Now it runs withing the memory limits in `make teststandard`
(-o 1g) and takes about 2000s with no packages (still with
info message about alternating recognition).
  • Loading branch information
Alexander Konovalov committed Nov 30, 2016
1 parent 1b54805 commit dcaa4b2
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions tst/teststandard/grpauto.tst
Original file line number Diff line number Diff line change
Expand Up @@ -53,32 +53,6 @@ fail
gap> IsomorphismGroups(G,PcGroupCode(CodePcGroup(G),Size(G)))=fail;
false

#
# maximalAbelian took memory
#
gap> G:=PcGroupCode(
> 4241001241648612707217598260832611111859648363850009814061412466747,
> 18144);;
gap> H:=PcGroupCode(
> 8452751797183492013365034036870074746315874486014489856228688347195,
> 18144);;
gap> IsomorphismGroups(G,H);
fail
gap> IsomorphismGroups(G,PcGroupCode(CodePcGroup(G),Size(G)))=fail;
false

#
# Full GL on module needs to be reduced
#
gap> G:=PcGroupCode(1083775118752032412701115313901099867559962870543,
> 11664);;
gap> H:=PcGroupCode(542004979975587406537467217880858737939706807055,
> 11664);;
gap> IsomorphismGroups(G,H);
fail
gap> IsomorphismGroups(G,PcGroupCode(CodePcGroup(G),Size(G)))=fail;
false

#
gap> G:=PcGroupCode(731609193963915469349479836674438288113664000126400,
> 15744);;
Expand Down

2 comments on commit dcaa4b2

@olexandr-konovalov
Copy link
Member

@olexandr-konovalov olexandr-konovalov commented on dcaa4b2 Dec 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hulpke please note this commit. These tests are still preserved in benchmark/grpauto in PR #966.

@olexandr-konovalov
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hulpke started to tests this now with Jenkins. Tests fully passes without packages, but with packages it trips over IsomorphismGroups(H,K); call in

 #
 # hard-iso2
 #
 gap> G:=PcGroupCode(409374400436488159632156475187687419052272443300404477\
 > 8304456449542618727,11664);;
 gap> H:=PcGroupCode(409362703022669659121228158166302826716273465648729361\
 > 3630709080224464487,11664);;
 gap> K:=PcGroupCode(409374400436488159632788450059215346119864636722303267\
 > 1585655861072658023,11664);;
 gap> IsomorphismGroups(G,H);
 fail
 gap> IsomorphismGroups(G,K);
 fail
 gap> IsomorphismGroups(H,K);
 fail
 gap> IsomorphismGroups(G,PcGroupCode(CodePcGroup(G),Size(G)))=fail;
 false

with Error, reached the pre-set memory limit (change it with the -o command line option) message.

Please sign in to comment.