From 37e494a30f84fbabe94388ecd58f10046c598f8f Mon Sep 17 00:00:00 2001 From: josh Date: Mon, 8 Dec 2008 23:10:32 +0000 Subject: [PATCH] added times for static runs git-svn-id: svn://anubis/gvsu@344 45c1a28c-8058-47b2-ae61-ca45b979098e --- cs677/final/times-24-static-nothreads.txt | 16 ++++++++++++++++ cs677/final/times-24-static-threads.txt | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 cs677/final/times-24-static-nothreads.txt create mode 100644 cs677/final/times-24-static-threads.txt 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.