diff --git a/cs677/final/times-24-farm-nothreads.txt b/cs677/final/times-24-farm-nothreads.txt new file mode 100644 index 0000000..d1da9ef --- /dev/null +++ b/cs677/final/times-24-farm-nothreads.txt @@ -0,0 +1,16 @@ +[holtropj@eos11 ~/cs677/final]$ mpirun -np 24 --hostfile hosts ./mpi-fractals --times -w 1500 -h 1500 --no-threads +Number of cores on each MPI node: +2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 4 4 4 4 4 4 4 4 +Total number of cores: 62 +Master hostname: eos11.cis.gvsu.edu +Elapsed time: 2.07103 seconds. +Elapsed time: 1.67224 seconds. +Elapsed time: 1.94135 seconds. +Elapsed time: 2.33371 seconds. +Elapsed time: 2.78171 seconds. +Elapsed time: 3.2298 seconds. +Elapsed time: 3.66639 seconds. +Elapsed time: 4.09603 seconds. +Elapsed time: 4.37963 seconds. +Elapsed time: 4.44443 seconds. +Elapsed time: 4.43726 seconds. diff --git a/cs677/final/times-24-farm-threads.txt b/cs677/final/times-24-farm-threads.txt new file mode 100644 index 0000000..d453007 --- /dev/null +++ b/cs677/final/times-24-farm-threads.txt @@ -0,0 +1,16 @@ +[holtropj@eos11 ~/cs677/final]$ mpirun -np 24 --hostfile hosts ./mpi-fractals --times -w 1500 -h 1500 +Number of cores on each MPI node: +2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 4 4 4 4 4 4 4 4 +Total number of cores: 62 +Master hostname: eos11.cis.gvsu.edu +Elapsed time: 1.24299 seconds. +Elapsed time: 1.12842 seconds. +Elapsed time: 1.1607 seconds. +Elapsed time: 1.35343 seconds. +Elapsed time: 1.42883 seconds. +Elapsed time: 1.59468 seconds. +Elapsed time: 1.73659 seconds. +Elapsed time: 1.8612 seconds. +Elapsed time: 1.98507 seconds. +Elapsed time: 1.97689 seconds. +Elapsed time: 2.02654 seconds. diff --git a/cs677/final/times-single-node.txt b/cs677/final/times-single-node.txt new file mode 100644 index 0000000..985f46a --- /dev/null +++ b/cs677/final/times-single-node.txt @@ -0,0 +1,16 @@ +[holtropj@eos11 ~/cs677/final]$ ./mpi-fractals --times -w 1500 -h 1500 +Number of cores on each MPI node: +2 +Total number of cores: 2 +Master hostname: eos11.cis.gvsu.edu +Elapsed time: 44.7715 seconds. +Elapsed time: 34.7888 seconds. +Elapsed time: 41.0232 seconds. +Elapsed time: 51.5044 seconds. +Elapsed time: 62.8604 seconds. +Elapsed time: 74.1241 seconds. +Elapsed time: 85.1017 seconds. +Elapsed time: 95.4271 seconds. +Elapsed time: 102.629 seconds. +Elapsed time: 104.288 seconds. +Elapsed time: 103.951 seconds.