diff --git a/cs677/final/times-24-static-nothreads.txt b/cs677/final/times-24-static-nothreads.txt new file mode 100644 index 0000000..d06fff7 --- /dev/null +++ b/cs677/final/times-24-static-nothreads.txt @@ -0,0 +1,16 @@ +[holtropj@eos11 ~/cs677/final]$ mpirun -np 24 --hostfile hosts ./mpi-fractals-static --times --no-threads -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 2 4 4 4 4 4 4 4 4 +Total number of cores: 64 +Master hostname: eos11.cis.gvsu.edu +Elapsed time: 3.16467 seconds. +Elapsed time: 2.26948 seconds. +Elapsed time: 2.58671 seconds. +Elapsed time: 3.06623 seconds. +Elapsed time: 3.50754 seconds. +Elapsed time: 3.91626 seconds. +Elapsed time: 4.38562 seconds. +Elapsed time: 4.85865 seconds. +Elapsed time: 5.09 seconds. +Elapsed time: 5.05539 seconds. +Elapsed time: 5.04435 seconds. diff --git a/cs677/final/times-24-static-threads.txt b/cs677/final/times-24-static-threads.txt new file mode 100644 index 0000000..de4c7f3 --- /dev/null +++ b/cs677/final/times-24-static-threads.txt @@ -0,0 +1,16 @@ +[holtropj@eos11 ~/cs677/final]$ mpirun -np 24 --hostfile hosts ./mpi-fractals-static --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 2 4 4 4 4 4 4 4 4 +Total number of cores: 64 +Master hostname: eos11.cis.gvsu.edu +Elapsed time: 1.89918 seconds. +Elapsed time: 1.45073 seconds. +Elapsed time: 1.61907 seconds. +Elapsed time: 1.90093 seconds. +Elapsed time: 2.13159 seconds. +Elapsed time: 2.42957 seconds. +Elapsed time: 2.5884 seconds. +Elapsed time: 2.81278 seconds. +Elapsed time: 2.9328 seconds. +Elapsed time: 2.91588 seconds. +Elapsed time: 2.90895 seconds.