Performance Analysis with Vampir

Size: px
Start display at page:

Download "Performance Analysis with Vampir"

Transcription

1 Performance Analysis with Vampir Bert Wesarg Technische Universität Dresden

2 Outline Part I: Welcome to the Vampir Tool Suite Mission Event trace visualization Vampir & VampirServer The Vampir displays Part II: Vampir hands-on Visualizing and analyzing NPB-MZ-MPI / BT PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

3 Event trace visualization with Vampir Alternative and supplement to automatic analysis Show dynamic run-time behavior graphically at any level of detail Provide statistics and performance metrics Timeline charts Show application activities and communication along a time axis Summary charts Provide quantitative results for the currently selected time interval PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

4 Visualization modes (1) Directly on front end or local machine % vampir Core Core Core Core Multi-Core Program Core Core Core Core Score-P Trace File Vampir Small/Medium sized trace Thread parallel PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

5 Visualization Modes (2) On local machine with remote VampirServer % vampirserver start % vampir VampirServer Vampir CPU CPU CPU CPU CPU CPU CPU CPU Core Core Core Core CPU CPU CPU CPU CPU CPU CPU CPU Core Core Core Core Many-Core CPU CPU CPU CPU CPU CPU Program CPU CPU Core Core Core Core Score-P Trace File LAN/WAN Large trace file (stays on remote machine) CPU CPU CPU CPU CPU CPU CPU CPU Core Core Core Core Parallel application PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

6 The main displays of Vampir Timeline Charts: Master Timeline Process Timeline Counter Data Timeline Performance Radar Summary Charts: Function Summary Message Summary Process Summary Communication Matrix View PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

7 Hands-on: Visualizing and analyzing NPB-MZ-MPI / BT

8 Start Vampir % vampir scorep_bt-mz_w_4x4_trace/traces.otf2 PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

9 Visualization of the NPB-MZ-MPI / BT trace Navigation Toolbar Function Summary Master Timeline Function Legend PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

10 Visualization of the NPB-MZ-MPI / BT trace Master Timeline Detailed information about functions, communication and synchronization events for collection of processes. PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

11 Visualization of the NPB-MZ-MPI / BT trace Process Timeline Detailed information about different levels of function calls in a stacked bar chart for an individual process. PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

12 Visualization of the NPB-MZ-MPI / BT trace Typical program phases Initialisation Phase Computation Phase PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

13 Visualization of the NPB-MZ-MPI / BT trace Counter Data Timeline Detailed counter information over time for an individual process. PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

14 Visualization of the NPB-MZ-MPI / BT trace Performance Radar Detailed counter information over time for a collection of processes. PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

15 Visualization of the NPB-MZ-MPI / BT trace Zoom in: Inititialisation Phase Context View: Detailed information about function initialize_. PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

16 Visualization of the NPB-MZ-MPI / BT trace Find Function Execution of function initialize_ results in higher page fault rates. PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

17 Visualization of the NPB-MZ-MPI / BT trace Computation Phase Computation phase results in higher floating point operations. PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

18 Visualization of the NPB-MZ-MPI / BT trace Zoom in: Computation Phase MPI communication results in lower floating point operations. PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

19 Visualization of the NPB-MZ-MPI / BT trace Zoom in: Finalisation Phase Early reduce bottleneck. PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

20 Visualization of the NPB-MZ-MPI / BT trace Process Summary Function Summary: Overview of the accumulated information across all functions and for a collection of processes. Process Summary: Overview of the accumulated information across all functions and for every process independently. PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

21 Visualization of the NPB-MZ-MPI / BT trace Process Summary Find groups of similar processes and threads by using summarized function information. PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

22 Serial exercises /home/docretreat/share/scorep+vampir/scorep_bt_c_serial_trace/traces.otf 2 What are the functions with the longest running time in total? Color the top 3 with different colors Which function called these functions? How often is this function called? What is the average call time of this function? PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

23 OpenMP exercises /home/docretreat/share/scorep+vampir/scorep_bt_c_omp_4_trace/traces.otf2 Total time spent in OpenMP barriers? Which threads spent the most time in the barriers? PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

24 MPI exercises /home/docretreat/share/scorep+vampir/scorep_bt_c_mpi_16_trace/traces.otf 2 Find MPI_Init How many nodes did the job used? Total wait time in MPI functions? Communication pattern and cliques? MPI collective used? PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

25 Summary and Conclusion

26 Summary Vampir & VampirServer Interactive trace visualization and analysis Intuitive browsing and zooming Scalable to large trace data sizes (20 TiB) Scalable to high parallelism (200,000 processes) Vampir is available for Linux, Windows, and Mac OS X PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

27 Vampir is available at Get support via PERFORMANCE ENGINEERING WITH SCORE-P AND VAMPIR, PASSAU, SEPTEMBER 15,

Further COSMO-Model Development

Further COSMO-Model Development Further COSMO-Model Development or: Is it dangerous to buy a vector computer? Ulrich Schättler (FE) Elisabeth Krenzien, Henning Weber (TI) Deutscher Wetterdienst 03.-07.11.2008 13th HPC Workshop -ECMWF

More information

Smith Waterman Algorithm - Performance Analysis

Smith Waterman Algorithm - Performance Analysis Smith Waterman Algorithm - Performance Analysis Armin Bundle Department of Computer Science University of Erlangen Seminar mucosim SS 2016 Smith Waterman Algorithm - Performance Analysis Seminar mucosim

More information

Quorums. Christian Plattner, Gustavo Alonso Exercises for Verteilte Systeme WS05/06 Swiss Federal Institute of Technology (ETH), Zürich

Quorums. Christian Plattner, Gustavo Alonso Exercises for Verteilte Systeme WS05/06 Swiss Federal Institute of Technology (ETH), Zürich Quorums Christian Plattner, Gustavo Alonso Exercises for Verteilte Systeme WS05/06 Swiss Federal Institute of Technology (ETH), Zürich {plattner,alonso}@inf.ethz.ch 20.01.2006 Setting: A Replicated Database

More information

Investigating I/O approaches to improve performance and scalability of the Ocean-Land-Atmosphere Model

Investigating I/O approaches to improve performance and scalability of the Ocean-Land-Atmosphere Model Investigating I/O approaches to improve performance and scalability of the Ocean-Land-Atmosphere Model Rodrigo Virote Kassick 1 2, Francieli Zanon Boito 1 2, Philippe Navaux 1, Yves Denneulin² 1 GPPD II

More information

Support, Experience and Intentionality:

Support, Experience and Intentionality: Support, Experience and Intentionality: 2015-16 Australian Church Planting Study Submitted to: Geneva Push Research performed by LifeWay Research 1 Preface Issachar. It s one of the lesser known names

More information

For years, The Church of Jesus Christ of Latter-day Saints has published

For years, The Church of Jesus Christ of Latter-day Saints has published Visualizing Apostolic Succession Meilan Jin, Iliesa S. K. Delai, and Geoffrey M. Draper For years, The Church of Jesus Christ of Latter-day Saints has published pictures and other illustrative diagrams

More information

Web Site. Ancient Voice. Eternal Voices from the Past

Web Site. Ancient Voice.     Eternal Voices from the Past Web Site Ancient Voice http://ancientvoice.net http://ancientvoice.wikidot.com Eternal Voices from the Past This website is a wiki site like Wikipedia, but contains much more features than a Wikipedia.

More information

Phenomenological analysis

Phenomenological analysis Phenomenological analysis The hermeneutical analysis of the astronauts journals and reports focused on their experiences. Phenomenology is a philosophical method that studies human experience from a first-person

More information

Macmillan/McGraw-Hill SCIENCE: A CLOSER LOOK 2011, Grade 3 Correlated with Common Core State Standards, Grade 3

Macmillan/McGraw-Hill SCIENCE: A CLOSER LOOK 2011, Grade 3 Correlated with Common Core State Standards, Grade 3 Macmillan/McGraw-Hill SCIENCE: A CLOSER LOOK 2011, Grade 3 Common Core State Standards for Literacy in History/Social Studies, Science, and Technical Subjects, Grades K-5 English Language Arts Standards»

More information

Macmillan/McGraw-Hill SCIENCE: A CLOSER LOOK 2011, Grade 4 Correlated with Common Core State Standards, Grade 4

Macmillan/McGraw-Hill SCIENCE: A CLOSER LOOK 2011, Grade 4 Correlated with Common Core State Standards, Grade 4 Macmillan/McGraw-Hill SCIENCE: A CLOSER LOOK 2011, Grade 4 Common Core State Standards for Literacy in History/Social Studies, Science, and Technical Subjects, Grades K-5 English Language Arts Standards»

More information

ELC VITAL SIGNS CHURCH ASSESSMENT SUMMARY. C.A.T. Task Force Team Presentation, March 16th

ELC VITAL SIGNS CHURCH ASSESSMENT SUMMARY. C.A.T. Task Force Team Presentation, March 16th ELC VITAL SIGNS CHURCH ASSESSMENT SUMMARY C.A.T. Task Force Team Presentation, March 16th Church Assessment Tool Summary March 2014 2 Vital Signs Church Assessment Summary This presentation will address:

More information

NPTEL NPTEL ONINE CERTIFICATION COURSE. Introduction to Machine Learning. Lecture-59 Ensemble Methods- Bagging,Committee Machines and Stacking

NPTEL NPTEL ONINE CERTIFICATION COURSE. Introduction to Machine Learning. Lecture-59 Ensemble Methods- Bagging,Committee Machines and Stacking NPTEL NPTEL ONINE CERTIFICATION COURSE Introduction to Machine Learning Lecture-59 Ensemble Methods- Bagging,Committee Machines and Stacking Prof. Balaraman Ravindran Computer Science and Engineering Indian

More information

Fresh Start in the Search Process: A Resource for Diocesan Transition Ministers

Fresh Start in the Search Process: A Resource for Diocesan Transition Ministers Fresh Start in the Search Process: A Resource for Diocesan Transition Ministers Cover photo of St. Stephen s Episcopal Church, Mullica, N.J. by Jim Combs. Used by permission. Fresh Start in the Search

More information

A House Divided: GIS Exercise

A House Divided: GIS Exercise Name: Date: A House Divided: GIS Exercise It is 1947 and you have been selected to serve on the United Nations Ad Hoc Committee on the Palestinian Question. Palestine has been administered as a British

More information

Pray, Equip, Share Jesus:

Pray, Equip, Share Jesus: Pray, Equip, Share Jesus: 2015 Canadian Church Planting Survey Research performed by LifeWay Research 1 Preface Issachar. It s one of the lesser known names in the scriptures. Of specific interest for

More information

(Also, how to do it right, and MOST IMPORTANTLY, how to tell the difference!)

(Also, how to do it right, and MOST IMPORTANTLY, how to tell the difference!) (Also, how to do it right, and MOST IMPORTANTLY, how to tell the difference!) How does Statistics and Graphical Displays (truthful or not) matter in a computer science class??? Data and information are

More information

Appendix 1. Towers Watson Report. UMC Call to Action Vital Congregations Research Project Findings Report for Steering Team

Appendix 1. Towers Watson Report. UMC Call to Action Vital Congregations Research Project Findings Report for Steering Team Appendix 1 1 Towers Watson Report UMC Call to Action Vital Congregations Research Project Findings Report for Steering Team CALL TO ACTION, page 45 of 248 UMC Call to Action: Vital Congregations Research

More information

Bachelor of Computer and Information Sciences inapplied Information Systems (ISY)

Bachelor of Computer and Information Sciences inapplied Information Systems (ISY) King Saud University College of Computer and Information Sciences Almuzahmiyah branch Bachelor of Computer and Information Sciences inapplied Information Systems (ISY) Study Plan and Curriculum Components

More information

Factors related to students focus on God

Factors related to students focus on God The Christian Life Survey 2014-2015 Administration at 22 Christian Colleges tucse.taylor.edu Factors related to students focus on God Introduction Every year tens of thousands of students arrive at Christian

More information

Transition Summary and Vital Leader Profile. The Church Assessment Tool 5/3/16

Transition Summary and Vital Leader Profile. The Church Assessment Tool 5/3/16 Transition Summary and Vital Leader Profile generated from The Church Assessment Tool 5/3/16 "And this is my prayer: that your love may abound more and more in knowledge and depth of insight, so that you

More information

Regional Variations in Religiosity: A Case Study of the Catholic Church

Regional Variations in Religiosity: A Case Study of the Catholic Church While members of the same religion often practice their religion in the same way, this is not always the case. Sometimes members of the same religion behave in very different ways depending on whom they

More information

Deep Map Wireframe Draft

Deep Map Wireframe Draft Deep Map Wireframe Draft Tentative Terms/Definitions Collection A subset of the universe of data under investigation. One or more datasets related to the defined area of interest. Evidence Information

More information

Online Mission Office Database Software

Online Mission Office Database Software Online Mission Office Database Software When performance is measured, performance improves. When performance is measured and reported, the rate of improvement accelerates. - Elder Thomas S. Monson Brief

More information

Hey everybody. Please feel free to sit at the table, if you want. We have lots of seats. And we ll get started in just a few minutes.

Hey everybody. Please feel free to sit at the table, if you want. We have lots of seats. And we ll get started in just a few minutes. HYDERABAD Privacy and Proxy Services Accreditation Program Implementation Review Team Wednesday, November 09, 2016 11:00 to 12:15 IST ICANN57 Hyderabad, India AMY: Hey everybody. Please feel free to sit

More information

Georgia Quality Core Curriculum

Georgia Quality Core Curriculum correlated to the Grade 8 Georgia Quality Core Curriculum McDougal Littell 3/2000 Objective (Cite Numbers) M.8.1 Component Strand/Course Content Standard All Strands: Problem Solving; Algebra; Computation

More information

TECHNICAL WORKING PARTY ON AUTOMATION AND COMPUTER PROGRAMS. Twenty-Fifth Session Sibiu, Romania, September 3 to 6, 2007

TECHNICAL WORKING PARTY ON AUTOMATION AND COMPUTER PROGRAMS. Twenty-Fifth Session Sibiu, Romania, September 3 to 6, 2007 E TWC/25/13 ORIGINAL: English DATE: August 14, 2007 INTERNATIONAL UNION FOR THE PROTECTION OF NEW VARIETIES OF PLANTS GENEVA TECHNICAL WORKING PARTY ON AUTOMATION AND COMPUTER PROGRAMS Twenty-Fifth Session

More information

Thomas Hieke Johannes Gutenberg-Universität Mainz Mainz, Germany

Thomas Hieke Johannes Gutenberg-Universität Mainz Mainz, Germany RBL 11/2016 Benjamin Kilchör Mosetora und Jahwetora: Das Verhältnis von Deuteronomium 12-26 zu Exodus, Levitikus und Numeri Beihefte zur Zeitschrift für altorientalische und biblische Rechtsgeschichte

More information

Introduction to Statistical Hypothesis Testing Prof. Arun K Tangirala Department of Chemical Engineering Indian Institute of Technology, Madras

Introduction to Statistical Hypothesis Testing Prof. Arun K Tangirala Department of Chemical Engineering Indian Institute of Technology, Madras Introduction to Statistical Hypothesis Testing Prof. Arun K Tangirala Department of Chemical Engineering Indian Institute of Technology, Madras Lecture 09 Basics of Hypothesis Testing Hello friends, welcome

More information

Introductory Preaching. Unit Outline. About this Unit Outline

Introductory Preaching. Unit Outline. About this Unit Outline PC447/647 Introductory Preaching Unit Outline About this Unit Outline This unit outline contains information essential to finding your way around the unit Introductory Preaching. It provides a structure

More information

Christians Say They Do Best At Relationships, Worst In Bible Knowledge

Christians Say They Do Best At Relationships, Worst In Bible Knowledge June 14, 2005 Christians Say They Do Best At Relationships, Worst In Bible Knowledge (Ventura, CA) - Nine out of ten adults contend that their faith is very important in their life, and three out of every

More information

Quantitative Finance Major

Quantitative Finance Major Quantitative Finance Major Some Thoughts Christopher Ting Lee Kong Chian School of Business Christopher Ting 1 Christopher Ting The most incomprehensible thing about the universe is that it is comprehensible.

More information

FOURTH GRADE. WE LIVE AS CHRISTIANS ~ Your child recognizes that the Holy Spirit gives us life and that the Holy Spirit gives us gifts.

FOURTH GRADE. WE LIVE AS CHRISTIANS ~ Your child recognizes that the Holy Spirit gives us life and that the Holy Spirit gives us gifts. FOURTH GRADE RELIGION LIVING AS CATHOLIC CHRISTIANS ~ Your child recognizes that Jesus preached the Good News. understands the meaning of the Kingdom of God. knows virtues of Faith, Hope, Love. recognizes

More information

WORLD RELIGIONS (ANTH 3401) SYLLABUS

WORLD RELIGIONS (ANTH 3401) SYLLABUS Page 1 of 8 Syllabus v. 5.8.2012 Course Title: World Religions (ANTH 3401) Credits: 3 WORLD RELIGIONS (ANTH 3401) SYLLABUS Instructor: Professor Jocelyn Linnekin Jocelyn.Linnekin@uconn.edu (or, preferably,

More information

Using Questia in MindTap

Using Questia in MindTap Using Questia in MindTap Contents Introduction 3 Audience 3 Objectives 3 Using the App dock 4 Finding a Questia Activity 4 Searching for Questia Activities 4 Browsing the Library 9 Navigating a Reading

More information

Quantitative Finance Major

Quantitative Finance Major Quantitative Finance Major Some Thoughts Christopher Ting Lee Kong Chian School of Business June 17 Christopher Ting 1 Christopher Ting The most incomprehensible thing about the universe is that it is

More information

SAMPLE. Introduction. xvii

SAMPLE. Introduction. xvii In recent years, many missiological discussions have ensued regarding religious and cultural insider movements of various types and in various places. Within the Muslim context, for example, some followers

More information

Overview of College Board Noncognitive Work Carol Barry

Overview of College Board Noncognitive Work Carol Barry Overview of College Board Noncognitive Work Carol Barry Background The College Board is well known for its work in successfully developing and validating cognitive measures to assess students level of

More information

Pearson myworld Geography Western Hemisphere 2011

Pearson myworld Geography Western Hemisphere 2011 A Correlation of Pearson Western Hemisphere 2011 Table of Contents Reading Standards for... 3 Writing Standards for... 9 A Correlation of, Reading Standards for Key Ideas and Details RH.6-8.1. Cite specific

More information

Module - 02 Lecturer - 09 Inferential Statistics - Motivation

Module - 02 Lecturer - 09 Inferential Statistics - Motivation Introduction to Data Analytics Prof. Nandan Sudarsanam and Prof. B. Ravindran Department of Management Studies and Department of Computer Science and Engineering Indian Institute of Technology, Madras

More information

Modern World History Honors Summer Assignment

Modern World History Honors Summer Assignment Modern World History Honors Summer Assignment Summer 2018 Welcome to Honors World History! The summer assignment below is designed to help you prepare for the exciting year ahead. This summer assignment

More information

CSC290 Communication Skills for Computer Scientists

CSC290 Communication Skills for Computer Scientists CSC290 Communication Skills for Computer Scientists Lisa Zhang Lecture 2; Sep 17, 2018 Announcements Blog post #1 due Sunday 8:59pm Submit a link to your blog post on MarkUs (should be operational next

More information

INSTITUTE FOR CREATIVE SOLUTIONS, LLC

INSTITUTE FOR CREATIVE SOLUTIONS, LLC SELF-EMPOWERMENT TRAINING/CREATIVE SOLUTIONS BENEFITS OF THE TRAINING SELF-EMPOWERMENT TRAINING/CREATIVE SOLUTIONS (The New Silva Life Systems Training) NEW FOR 2008 PHYSICAL HEALTH AND WELL-BEING The

More information

Chapter 9. Family Organizations

Chapter 9. Family Organizations Chapter 9 Family Organizations Much of the instruction given to members of the Church related to temple and family history work is given to families rather than just to individuals. How and to what degree

More information

The Myth of the 200 Barrier

The Myth of the 200 Barrier Teachable Books: Free Downloadable Discussion Guides from Cokesbury The Myth of the 200 Barrier by Kevin E. Martin Discussion Guide The Myth of the 200 Barrier, by Kevin E. Martin (Abingdon Press, copyright

More information

New York Conference Church Dashboard User Guide

New York Conference Church Dashboard User Guide New York Conference Church Dashboard User Guide Contents Church Dashboard Introduction... 2 Logging In... 2 Church Dashboard Home Page... 3 Charge Conference Reporting Process... 3 Adding and Editing Contacts...

More information

Louisiana English Language Arts Content Standards BENCHMARKS FOR 5 8

Louisiana English Language Arts Content Standards BENCHMARKS FOR 5 8 Louisiana English Language Arts Content Standards BENCHMARKS FOR 5 8 BOOK TITLE: Houghton Mifflin ENGLISH PUBLISHER: Houghton Mifflin Company GRADE LEVEL: Fifth STANDARD 1 ELA 1 M1 ELA 1 M2 ELA 1 M3 ELA

More information

In Our Own Words 2000 Research Study

In Our Own Words 2000 Research Study The Death Penalty and Selected Factors from the In Our Own Words 2000 Research Study Prepared on July 25 th, 2001 DEATH PENALTY AND SELECTED FACTORS 2 WHAT BRINGS US TOGETHER: A PRESENTATION OF THE IOOW

More information

Lost and Found: The Younger Unchurched and The Churches That Reach Them

Lost and Found: The Younger Unchurched and The Churches That Reach Them Lost and Found: The Younger Unchurched and The Churches That Reach Them Ed Stetzer, Richie Stanley and Jason Hayes Nashville, TN: B&H Publishing and LifeWay Research, 2009, 232 pages, $17.99; hardcover

More information

Corporate Team Training Session # 2 June 8 / 10

Corporate Team Training Session # 2 June 8 / 10 3 rd Annual Great Corporate Debate Corporate Team Training Session # 2 June 8 / 10 Stephen Buchanan Education Consulting Outline of Session # 2 Persuasion topics Great Corporate Debate Review Contest,

More information

Religious Life in England and Wales

Religious Life in England and Wales Religious Life in England and Wales Executive Report 1 study commissioned by the Compass Project Compass is sponsored by a group of Roman Catholic Religious Orders and Congregations. Introduction In recent

More information

MissionInsite Learning Series Compare Your Congregation To Your Community Slide 1 COMPARE YOUR CONGREGATION TO YOUR COMMUNITY USING CONGREGANT PLOT & THE COMPARATIVEINSITE REPORT This Series will cover:

More information

WS/FCS Unit Planning Organizer

WS/FCS Unit Planning Organizer WS/FCS Unit Planning Organizer Subject(s) Social Studies Conceptual Lenses Grade/Course 6 th Grade Social Studies Religion Unit of Study Classic India Society Structure Unit Title Karma, Krishna, and Castes

More information

Building Up the Body of Christ: Parish Planning in the Archdiocese of Baltimore

Building Up the Body of Christ: Parish Planning in the Archdiocese of Baltimore Building Up the Body of Christ: Parish Planning in the Archdiocese of Baltimore And he gave some as apostles, others as prophets, others as evangelists, others as pastors and teachers, to equip the holy

More information

MATTHEW 4; LUKE 4-5 FEBRUARY 4-10

MATTHEW 4; LUKE 4-5 FEBRUARY 4-10 MATTHEW 4; LUKE 4-5 FEBRUARY 4-10 INVITE SHARING Ask the children to pass a picture of Jesus from one child to the next. As each child receives the picture, invite him or her to share something that Jesus

More information

Congregational Survey Results 2016

Congregational Survey Results 2016 Congregational Survey Results 2016 1 EXECUTIVE SUMMARY Making Steady Progress Toward Our Mission Over the past four years, UUCA has undergone a significant period of transition with three different Senior

More information

Network-based. Visual Analysis of Tabular Data. Zhicheng Liu, Shamkant Navathe, John Stasko

Network-based. Visual Analysis of Tabular Data. Zhicheng Liu, Shamkant Navathe, John Stasko Network-based Visual Analysis of Tabular Data Zhicheng Liu, Shamkant Navathe, John Stasko Tabular Data 2 Tabular Data Rows and columns Rows are data cases; columns are attributes/dimensions Attribute types

More information

BACHELOR OF ARTS IN INTERCULTURAL STUDIES

BACHELOR OF ARTS IN INTERCULTURAL STUDIES BACHELOR OF ARTS IN INTERCULTURAL STUDIES Johnson University A professional undergraduate degree created in conjunction with Pioneer Bible Translators. This program assists Pioneer and other mission agencies

More information

Sounds of Love. Intuition and Reason

Sounds of Love. Intuition and Reason Sounds of Love Intuition and Reason Let me talk to you today about intuition and awareness. These two terms are being used so extensively by people around the world. I think it would be a good idea to

More information

Prentice Hall United States History Survey Edition 2013

Prentice Hall United States History Survey Edition 2013 A Correlation of Prentice Hall Survey Edition 2013 Table of Contents Grades 9-10 Reading Standards... 3 Writing Standards... 10 Grades 11-12 Reading Standards... 18 Writing Standards... 25 2 Reading Standards

More information

Becoming Lutheran Quantitative Analysis Summary

Becoming Lutheran Quantitative Analysis Summary 1 Becoming Lutheran Quantitative Analysis Summary Exploring the Journey of American Evangelicals into Confessional Lutheran Prepared by: Rev. Matthew Richard General: Survey conducted using: SurveyMonkey

More information

Guidance for Parish Survey Review and Reflection

Guidance for Parish Survey Review and Reflection Guidance for Parish Survey Review and Reflection The following guidance will help you and your Planning Team review and reflect on the survey results, and prepare your Parish Mission-Readiness Statement

More information

Allreduce for Parallel Learning. John Langford, Microsoft Resarch, NYC

Allreduce for Parallel Learning. John Langford, Microsoft Resarch, NYC Allreduce for Parallel Learning John Langford, Microsoft Resarch, NYC May 8, 2017 Applying for a fellowship in 1997 Interviewer: So, what do you want to do? John: I d like to solve AI. I: How? J: I want

More information

Laboratory Exercise Saratoga Springs Temple Site Locator

Laboratory Exercise Saratoga Springs Temple Site Locator Brigham Young University BYU ScholarsArchive Engineering Applications of GIS - Laboratory Exercises Civil and Environmental Engineering 2017 Laboratory Exercise Saratoga Springs Temple Site Locator Jordi

More information

2012 UMC Vital Congregations Planning Guide

2012 UMC Vital Congregations Planning Guide 2012 UMC Vital Congregations Planning Guide A Strategic Plan for United Methodist Congregations To Fulfill the Mission of The United Methodist Church -- New York Annual Conference Introduction The United

More information

Grade 7 Math Connects Suggested Course Outline for Schooling at Home 132 lessons

Grade 7 Math Connects Suggested Course Outline for Schooling at Home 132 lessons Grade 7 Math Connects Suggested Course Outline for Schooling at Home 132 lessons I. Introduction: (1 day) Look at p. 1 in the textbook with your child and learn how to use the math book effectively. DO:

More information

Faculty Advisor Bryan K. Marcia, PhD

Faculty Advisor Bryan K. Marcia, PhD Iridology International Doctor of Iridology Degree Program Faculty Advisor Bryan K. Marcia, PhD Doctor of Philosophy in Iridology from University of Health Sciences - Honolulu, Hawaii December 15th, 1994.

More information

02OT602 Reading Hebrew Poetry

02OT602 Reading Hebrew Poetry H Y B R I D C O U R S E S Y L L A B U S 02OT602 Reading Hebrew Poetry Mark D. Futato, Ph.D. Summer 2018 2 0 2OT602 Reading Hebrew Poetry Hybrid P R O FESSOR S C ONTACT INFORMATION NAME: Mark D. Futato,

More information

Agency Info The Administrator is asked to complete and keep current the agency information including web site and agency contact address.

Agency Info The Administrator is asked to complete and keep current the agency information including web site and agency contact  address. Church Demographic Specialists Office: 877-230-3212 Fax: 949-612-0575 Regional Agency Administrator User Guide v4 The Agency Administrator/s position in the MissionInsite System provides each MissionInsite

More information

Course Syllabus School of Professional Studies PHL/352 Christian Apologetics Online Summer 2012 (3 Units)

Course Syllabus School of Professional Studies PHL/352 Christian Apologetics Online Summer 2012 (3 Units) Course Syllabus School of Professional Studies PHL/352 Christian Apologetics Online Summer 2012 (3 Units) Faculty Contact Information Professor Mikel Del Rosario mdelrosario@jessup.edu Availability During

More information

What is the difference between Expository Essays and Persuasive Essays?

What is the difference between Expository Essays and Persuasive Essays? What is the difference between Expository Essays and Persuasive Essays? Defining Persuasive Writing Persuasive Writing: Writing that has as its purpose convincing others to accept the writer s position

More information

Congregational Vitality Index

Congregational Vitality Index What is a Vital Congregation? Congregational Vitality Index Vital congregations exude a certain kind of vibrancy, a friendly welcoming manner, and a tangible sense of God's presence. Those who attend regularly

More information

THE WORLD IN BETWEEN: CHRISTIAN HEALING AND THE STRUGGLE FOR SPIRITUAL SURVIVAL BY EMMANUEL MILINGO

THE WORLD IN BETWEEN: CHRISTIAN HEALING AND THE STRUGGLE FOR SPIRITUAL SURVIVAL BY EMMANUEL MILINGO THE WORLD IN BETWEEN: CHRISTIAN HEALING AND THE STRUGGLE FOR SPIRITUAL SURVIVAL BY EMMANUEL MILINGO DOWNLOAD EBOOK : THE WORLD IN BETWEEN: CHRISTIAN HEALING AND THE Click link bellow and free register

More information

logic is everywhere Logik ist überall Hikmat har Jaga Hai Mantık her yerde la logica è dappertutto lógica está em toda parte

logic is everywhere Logik ist überall Hikmat har Jaga Hai Mantık her yerde la logica è dappertutto lógica está em toda parte SHRUTI and Reflexive Reasoning Steffen Hölldobler logika je všude International Center for Computational Logic Technische Universität Dresden Germany logic is everywhere First-Order Logic la lógica está

More information

The Scripture Engagement of Students at Christian Colleges

The Scripture Engagement of Students at Christian Colleges The 2013 Christian Life Survey The Scripture Engagement of Students at Christian Colleges The Center for Scripture Engagement at Taylor University HTTP://TUCSE.Taylor.Edu In 2013, the Center for Scripture

More information

Deep Neural Networks [GBC] Chap. 6, 7, 8. CS 486/686 University of Waterloo Lecture 18: June 28, 2017

Deep Neural Networks [GBC] Chap. 6, 7, 8. CS 486/686 University of Waterloo Lecture 18: June 28, 2017 Deep Neural Networks [GBC] Chap. 6, 7, 8 CS 486/686 University of Waterloo Lecture 18: June 28, 2017 Outline Deep Neural Networks Gradient Vanishing Rectified linear units Overfitting Dropout Breakthroughs

More information

Adult Faith Formation Program Overview. Archdiocese of New York / Fordham University

Adult Faith Formation Program Overview. Archdiocese of New York / Fordham University Adult Faith Formation Program Overview Archdiocese of New York / Fordham University Greetings, On behalf of the Archdiocese of New York and Fordham University I welcome you to our online Adult Faith Formation

More information

I also occasionally write for the Huffington Post: knoll/

I also occasionally write for the Huffington Post:  knoll/ I am the John Marshall Harlan Associate Professor of Politics at Centre College. I teach undergraduate courses in political science, including courses that focus on the intersection of identity, religion,

More information

Prentice Hall The American Nation: Beginnings Through 1877 '2002 Correlated to: Chandler USD Social Studies Textbook Evaluation Instrument (Grade 8)

Prentice Hall The American Nation: Beginnings Through 1877 '2002 Correlated to: Chandler USD Social Studies Textbook Evaluation Instrument (Grade 8) Chandler USD Social Studies Textbook Evaluation Instrument (Grade 8) CATEGORY 1: SOCIAL STUDIES STANDARDS A. The program covers district objectives. Review each district outcome for your grade level and

More information

Does your church know its neighbours?

Does your church know its neighbours? Does your church know its neighbours? A Community Opportunity Scan will help a church experience God at work in the community and discover how it might join Him. Is your church involved in loving its neighbours?

More information

NATIONAL COMMISSION ON MILITARY, NATIONAL, AND PUBLIC SERVICE

NATIONAL COMMISSION ON MILITARY, NATIONAL, AND PUBLIC SERVICE NATIONAL COMMISSION ON MILITARY, NATIONAL, AND PUBLIC SERVICE MEMORANDUM FOR THE RECORD Subject: Church of Jesus Christ of Latter-day Saints representatives briefing March 15, 2018 The following is a record

More information

TEST # 1 CUT PATHS FROM HOST TO IOGRP0:

TEST # 1 CUT PATHS FROM HOST TO IOGRP0: TEST # 1 CUT PATHS FROM HOST TO IOGRP0: THE INITIAL STATE OF THE VOLUMES BEFORE CUTTING ACCESS FROM THE HOST TO IOGRP0 THE HOST MULTIPATHING INFO AND IOMETER WORKLOAD IMMEDIATELY AFTER STARTING IOMETER:

More information

Westminster Presbyterian Church Discernment Process TEAM B

Westminster Presbyterian Church Discernment Process TEAM B Westminster Presbyterian Church Discernment Process TEAM B Mission Start Building and document a Congregational Profile and its Strengths which considers: Total Membership Sunday Worshippers Congregational

More information

COURSE SYLLABUS - BI-5533 Old Testament History, Literature, and Theology

COURSE SYLLABUS - BI-5533 Old Testament History, Literature, and Theology Note: Course content may be changed, term to term, without notice. The information below is provided as a guide for course selection and is not binding in any form. 1 Course Number, Name, and Credit Hours

More information

Excel Lesson 3 page 1 April 15

Excel Lesson 3 page 1 April 15 Excel Lesson 3 page 1 April 15 Monday 4/13/15 We begin today's lesson with the $ symbol, one of the biggest hurdles for Excel users. Let us learn about the $ symbol in the context of what I call the Classic

More information

Features ADDICT - V3. DALI AC mains immunity with warning, higher DALI line ~20VDC, more efficient with longer battery life, a

Features ADDICT - V3. DALI AC mains immunity with warning, higher DALI line ~20VDC, more efficient with longer battery life, a - V3 The is arguably the first (patented 2005) and best tool for DALI, DMX512 and RDM. It offers SCI (Serial Communications Interface) TX and RX modes, direct to DALI connections via 600VAC+ rated tools,

More information

United States History and Geography: Modern Times

United States History and Geography: Modern Times United States History and Geography: Modern Times Correlated to Common Core State Standards for Literacy in History/Social Studies, Science, and Technical Subjects Key Ideas and Details 1. Read closely

More information

You and Your Research. Philip Wadler, University of Edinburgh

You and Your Research. Philip Wadler, University of Edinburgh You and Your Research Philip Wadler, University of Edinburgh wadler@inf.ed.ac.uk Richard W. Hamming, 1915 1998 Los Alamos, 1945. Bell Labs, 1946 1976. Naval Postgraduate School, 1976 1998. Turing Award,

More information

LISTENING AND VIEWING: CA 5 Comprehending and Evaluating the Content and Artistic Aspects of Oral and Visual Presentations

LISTENING AND VIEWING: CA 5 Comprehending and Evaluating the Content and Artistic Aspects of Oral and Visual Presentations Prentice Hall Literature: Timeless Voices, Timeless Themes, The American Experience 2002 Northwest R-I School District Communication Arts Curriculum (Grade 11) LISTENING AND VIEWING: CA 5 Comprehending

More information

Tuen Mun Ling Liang Church

Tuen Mun Ling Liang Church NCD insights Quality Characteristic ti Analysis & Trends for the Natural Church Development Journey of Tuen Mun Ling Liang Church January-213 Pastor for 27 years: Mok Hing Wan "Service attendance" "Our

More information

TH 501 Semlink+: Theology Survey I Spring 2019 All Campuses

TH 501 Semlink+: Theology Survey I Spring 2019 All Campuses Basic Information TH 501 Semlink+: Theology Survey I All Campuses Viacheslav Lytvynenko, Ph.D. (aka, "Dr. Slavik"), Adjunct Faculty vlytvynenko@gordonconwell.edu (based in the Czech Republic) Credit Hours:

More information

Module 02 Lecture - 10 Inferential Statistics Single Sample Tests

Module 02 Lecture - 10 Inferential Statistics Single Sample Tests Introduction to Data Analytics Prof. Nandan Sudarsanam and Prof. B. Ravindran Department of Management Studies and Department of Computer Science and Engineering Indian Institute of Technology, Madras

More information

Course Syllabus: MC670 Working with Marginalized Groups and the Urban Poor

Course Syllabus: MC670 Working with Marginalized Groups and the Urban Poor Gordon-Conwell Theological Seminary, Boston 90 Warren Street Roxbury, MA 02119 (617) 427-7293 Course Syllabus: MC670 Working with Marginalized Groups and the Urban Poor Instructor: Mark G. Harden, PhD

More information

Corporate Team Training Session # 2 May 30 / June 1

Corporate Team Training Session # 2 May 30 / June 1 5 th Annual Great Corporate Debate Corporate Team Training Session # 2 May 30 / June 1 Stephen Buchanan Education Consulting Outline of Session # 2 Great Corporate Debate Review Contest, Rules, Judges

More information

Background and Preview of the Global Overview of the. World Christian Encyclopedia, Third Edition. Albert W. Hickman and Bradley A.

Background and Preview of the Global Overview of the. World Christian Encyclopedia, Third Edition. Albert W. Hickman and Bradley A. Background and Preview of the Global Overview of the World Christian Encyclopedia, Third Edition Albert W. Hickman and Bradley A. Coon Submitted for presentation at the 8 th Lausanne Researchers Conference

More information

P2P Content Distribution BitTorrent and Spotify

P2P Content Distribution BitTorrent and Spotify P2P Content Distribution BitTorrent and Spotify Amir H. Payberah amir@sics.se Amirkabir University of Technology (Tehran Polytechnic) Amir H. Payberah (Tehran Polytechnic) P2P Content Distribution 1393/8/27

More information

6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Lecture 21

6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Lecture 21 6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Lecture 21 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare

More information

Circle of Influence Strategy (For YFC Staff)

Circle of Influence Strategy (For YFC Staff) Circle of Influence Strategy (For YFC Staff) Table of Contents Introduction 2 Circle of Influence Cycle 4 Quick Facts COI Introduction 8 Find, Win, Keep, Lift 9 Appendix A: Core Giving Resources 11 Appendix

More information

Torah Code Cluster Probabilities

Torah Code Cluster Probabilities Torah Code Cluster Probabilities Robert M. Haralick Computer Science Graduate Center City University of New York 365 Fifth Avenue New York, NY 006 haralick@netscape.net Introduction In this note we analyze

More information

a video companion study guide a movement for wholeness in a fragmented world Christian Church (Disciples of Christ) in the united states and canada

a video companion study guide a movement for wholeness in a fragmented world Christian Church (Disciples of Christ) in the united states and canada a video companion study guide a movement for wholeness in a fragmented world Christian Church (Disciples of Christ) in the united states and canada about this course This study guide and its accompanying

More information

Macmillan/McGraw-Hill SCIENCE: A CLOSER LOOK 2011, Grade 1 Correlated with Common Core State Standards, Grade 1

Macmillan/McGraw-Hill SCIENCE: A CLOSER LOOK 2011, Grade 1 Correlated with Common Core State Standards, Grade 1 Macmillan/McGraw-Hill SCIENCE: A CLOSER LOOK 2011, Grade 1 Common Core State Standards for Literacy in History/Social Studies, Science, and Technical Subjects, Grades K-5 English Language Arts Standards»

More information