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  J4seq   Sprache: unbekannt

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

Messung V0.5
C=95 H=97 G=95

[ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet)  ]