Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/hpcgap/demo/parorbit/jobskeep/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 1 kB image not shown  

Quelle  HN2seq   Sprache: unbekannt

 
Spracherkennung für: vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

hpcgap -S -m 64g
Read("/scratch/neunhoef/hpcgap/demo/parorbit/seqorbit.g");
Read("/scratch/neunhoef/hpcgap/demo/parorbit/HNdata2.g");
n := 8;
t := DoManySeqOrbit(gens,v,OnRightRO,
  AtomicRecord(rec( hashlen := NextPrimeInt( 3000000 ))),n);
AppendTo("results.txt","sequential, ",n," simultaneously: ",t,"\n");
---
hpcgap -S -m 64g
Read("/scratch/neunhoef/hpcgap/demo/parorbit/seqorbit.g");
Read("/scratch/neunhoef/hpcgap/demo/parorbit/HNdata2.g");
n := 16;
t := DoManySeqOrbit(gens,v,OnRightRO,
  AtomicRecord(rec( hashlen := NextPrimeInt( 3000000 ))),n);
AppendTo("results.txt","sequential, ",n," simultaneously: ",t,"\n");
---
hpcgap -S -m 64g
Read("/scratch/neunhoef/hpcgap/demo/parorbit/seqorbit.g");
Read("/scratch/neunhoef/hpcgap/demo/parorbit/HNdata2.g");
n := 32;
t := DoManySeqOrbit(gens,v,OnRightRO,
  AtomicRecord(rec( hashlen := NextPrimeInt( 3000000 ))),n);
AppendTo("results.txt","sequential, ",n," simultaneously: ",t,"\n");
---
hpcgap -S -m 64g
Read("/scratch/neunhoef/hpcgap/demo/parorbit/seqorbit.g");
Read("/scratch/neunhoef/hpcgap/demo/parorbit/HNdata2.g");
n := 4;
t := DoManySeqOrbit(gens,v,OnRightRO,
  AtomicRecord(rec( hashlen := NextPrimeInt( 3000000 ))),n);
AppendTo("results.txt","sequential, ",n," simultaneously: ",t,"\n");
---
hpcgap -S -m 64g
Read("/scratch/neunhoef/hpcgap/demo/parorbit/seqorbit.g");
Read("/scratch/neunhoef/hpcgap/demo/parorbit/HNdata2.g");
n := 1;
t := DoManySeqOrbit(gens,v,OnRightRO,
  AtomicRecord(rec( hashlen := NextPrimeInt( 3000000 ))),n);
AppendTo("results.txt","sequential, ",n," simultaneously: ",t,"\n");

[ Dauer der Verarbeitung: 0.34 Sekunden  ]