hpcgap -S -m 64 g
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 64 g
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 64 g
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 64 g
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 64 g
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" );
Messung V0.5 in Prozent C=94 H=99 G=96
¤ Dauer der Verarbeitung: 0.2 Sekunden
¤
*© Formatika GbR, Deutschland