README Document. LS- DYNA MPP Program Manager for Windows. Version 1.0 Release: June 10, Welcome! Quick Start Workflow

Size: px
Start display at page:

Download "README Document. LS- DYNA MPP Program Manager for Windows. Version 1.0 Release: June 10, Welcome! Quick Start Workflow"

Transcription

1 README Document LS- DYNA MPP Program Manager for Windows Version 1.0 Release: June 10, 2016 Welcome! This document provides guidance on how to get started using the LS- DYNA MPP Program Manager for Windows. It is an ongoing program in development so we would very much appreciation your feedback on how we can make it better. Quick Start Workflow We would like everyone to be working from the same basis. We understand that it is not always possible but for now we ll advocate that one start out with the production release of version 800 or R800. Open up DYNA/LSTC.php for all subsequent downloads mentioned in this document Google MSMPI Download and install the latest version of the MS MPI from Microsoft s site. We recommend Microsoft s version since it is what we have tested the program with however other MPI versions may work just fine. Download and install the latest LS- DYNA SMP solver from the LSTC site Now, download the LS- DYNA MPP solvers (single- and double- precision) likewise from the LSTC site If you don t have the 8.10 manuals (or newer), you should download them also since they are nicely updated Download and install LS- DYNA MPP Program Manager for Windows (file LS- DYNA MPP v1.0.zip) Check your license install and verify that you can run LS- DYNA MPP and are licensed for version 8.0 Verify that you have MS.Net 4.5 framework (or later). If you don t, you ll have to download and install it - see us/download/details.aspx?id=30653 Start LS- DYNA MPP Program Manager for Windows and run your analysis! Now, if you would like to read how everything is interconnected and how to make it all work step- by- step, please keep reading down below. An Introduction to Massively Parallel Processing (MPP) for Windows Most of you got started with LS- DYNA using the shared memory processing (SMP) version of LS- DYNA. It is designed to run on one machine and more or less, scales nicely from one to four CPU- cores. As more cores are added, don t be surprised to see little gain in performance. And please remember, that for many years, most individual machines didn t have a lot of CPU- cores and the SMP version was as good as it gets. Around 1993, LS- DYNA introduced its first version of MPP and one could link together multiple computers and leverage multiples of CPU s. Given that simulation models tend to increase in size and complexity every year, the future belongs to MPP or a hybrid version of SMP/MMP to optimize features within each programing architecture. Why MPP on a Windows box? Or as my Unix/Linux friend has dissed me when are you going to get a real computer? Well, let s say that over the last several years is that individual Windows machines can easily have eight CPU- cores or many more. In our office, we have dual 10- CPU- core Zeon box. It provides 20- CPU cores within one computing node. To leverage this power, one needs to use MPP. {Please note that one should turn off hyperthreading in the bios due to the compute intensive nature of LS- DYNA.} LS- DYNA MPP Program Manager for Windows Page 1 5

2 As we mentioned that the future belongs to MPP, LSTC is also favoring its development efforts toward MPP and some new features only scale under MPP (e.g., implicit analysis using Mortar Contact). Given these arguments: (i) improved scalability and (ii) More robust LS- DYNA code support; it seems logical to transition away from SMP toward MPP. MPP under Windows Our assumption is that you want to run MPP on one PC Workstation with Windows 64- bit OS (whether 7, 8 or 10 doesn t matter). The way MPP works is that it assumes you want to spawn processes (LS- DYNA tasks) across multiple machines and thus it requires a special program to make this happen. This special program is called the Message Passing Interface or MPI. LS- DYNA MPP runs under MPI. This is a complexity that trips up pretty much every new user running MPP LS- DYNA for the first time. The MPI comes in lots of flavors but we are going to keep it simple just talk about the MS MPI flavor (v5.0 or later). This is a simple program that can be downloaded from Microsoft. It can require a bit of hunting but you want Microsoft MPI v6 or later. As of this writing, Microsoft was releasing MPI v7. Once you have MPI downloaded and installed, you ll need to get LS- DYNA MPP installed on your machine. I would recommend just installing the complete package lsdyna_r810_winx64- install.exe (or later), which provides you with the single- and double- precision LS- DYNA and the most recent LS- DYNA SMP Program Manager. In classic mode, one starts the MPI program and attaches a long string of commands to pick your LS- DYNA solver and then of course your analysis job. This is done within a Windows command line window or CMD. The figure shown below shows how traditionally this is done under Windows: Of course, many engineers are adept at writing scripts and just load all their preferences into a script and submit it. This all sounds fine and dandy, but if you are used to the LSTC s LS- DYNA Program Manager (SMP), you are feeling a bit depressed having to go back to the 80 s to run a modern FEA code. LS- DYNA MPP Program Manager for Windows Okay it is assumed at this stage that you have successfully installed MS MPI and have available one of the LS- DYNA MPP solvers on your machine. One will note that when unpacking the solvers that LSTC likes to name them just mppdyna.exe. They do this since MPP users have to type these names or use scripts; hence, short is good. Since we now have a MPP Windows Interface, please feel free to use long descriptive names. For example, I renamed the MPP solvers as: LS- DYNA_MPP_Single- Precision_R810.exe LS- DYNA_MPP_Double- Precision_R810.exe. Please note no spaces or special characters can be used. LS- DYNA MPP Program Manager for Windows Page 2 5

3 Microsoft.NET 4.5 This is a little hiccup that you might run into. Most engineering workstations will have Microsoft s.net framework already installed but if you don t have it you ll need it to run our program. It can be downloaded and installed from Microsoft at us/download/details.aspx?id=30653 Installation and Running LS- DYNA MPP Program Manager for Windows The program can be downloaded from our LS- DYNA site at Predictive Engineering (see Quick Start Workflow at the beginning of this document). Although one may install the program in any place the user may like, our recommendation is to create a new file folder within the current LSDYNA/program directory labeled MPPWindows and then unzip the download file and place all files into this folder. Once this is done, we would recommend to right- click on the executable and create a short- cut to the Desktop. In this manner, one can then just double- click on the icon to launch the program. Once launched for the first time the program will look somewhat like this: It is our hope that the program is self- explanatory. Your input file path and name can contain spaces and standard Windows characters. The Preview line is what is submitted to the mpiexec program. As can be seen, the path and names are truncated as in the SMP program. This is required for the MPI / LS- DYNA interface to work properly. The buttons along the bottom allow the user to submit the standard control switches (kill, SW- 1, SW- 2, etc.). When one saves, the program writes out the Preview line as a.bat file that one can then launch directly from Windows Explorer or edit for additional utility. LS- DYNA MPP Program Manager for Windows Page 3 5

4 LS- DYNA MPP Program Manager for Windows Troubleshooting Windows can t find mpiexec.exe? It means that a PATH variable needs to be set to tell Windows where to look for this program. It should have gotten set during install but things happen. One sets this variable under Environmental Variables. LS- DYNA barks about not finding the license server This means that an environmental variable didn t get set to tell LS- DYNA where to look for a license. This is not the fault of the MPP Program Manager but just life and times with licensing. Within our little program one can set these environmental variables. There are just two environmental variables that need to be set for a network license: lstc_license network lstc_license_server {server name} or {localhost} For MS MPI, one sets these environment variables directly as: - env lstc_license network env lstc_license_server {server name} or {localhost} There is no need for us to have a troubleshooting discussion since LSTC provides a very useful document for network license troubleshoot at and I would recommend taking a look at this link here: and if you don t have it, download the file lstclmui.exe from our LS- DYNA web link or from LSTC and run it. Then for just some really nice general information, I would download and read the LSTC License Manager Installation Guide. It is at our LS- DYNA web link and of course, within LSTC s site. Thus, here s your license troubleshooting quicklist: Check to see if you are licensed for MPP (it will say it within your Server_Data file) Check that you can see your server (ping) Run the lstcmui.exe program and walk through its companion tutorial (see link new_win_license) Not working? Then read the Network PDF and think about what might not be working Still not working? Call us we can work together. LS- DYNA MPP Program Manager for Windows Page 4 5

5 LS- DYNA MPP Comments and Resources There are many little tips and tricks about the LS- DYNA MPP solver but basically one can just run your SMP model straight out of the box with the MPP solver. One of the small little things is that the MPP solver has ditched all ASCII outputs. This means that one needs to reset your options within the *DATABASE_{ASCII} files to dump out the data as binary. For convenience, I just set the BINARY option to 3. LS- DYNA will then just write out the request data in ASCII and BINARY formats. Thus, one can run in either solver and not worry about the output. It is recommended that one reads Appendix O: LS- DYNA MPP User Guide (LSTC LS- DYNA KEYWORD USER S MANUAL VOLUME I) and take a look at under SUPPORT and then DOWNLOAD/INSTALL. Rev- 0 June 2015 This was our first release back in June of It worked but had a few annoying bugs that we just sort of lived with and fixed as needed. There were several interim releases up to Rev- 0.4 to revised and fix small issues. What s New in Rev- 1 June 2016 This revision brought us the little Kill switch on the front page and lots of bug fixes. We had noticed that sometimes it wouldn t truncate long file names and it was a pain to fix. The program was also recoded to be better organized internally for future development. On the Setting s page you ll notice that we added tools to update your license and check it. There are tool tips that show up as you hover over the tabs. In the classic way to start and stop the LSTCLM one would have to open an Admin CMD window and type out the commands. Very old school so we embedded this capability as one click in the program. There is a lot of functionality in the program since it ll remember your settings from the prior run. This is handy for the Advanced Section for output files. What more? We would sincerely appreciate any feedback or suggestions for improvement. LS- DYNA MPP Program Manager for Windows Page 5 5

Using GitHub to Share with SparkFun a

Using GitHub to Share with SparkFun a Using GitHub to Share with SparkFun a learn.sparkfun.com tutorial Available online at: http://sfe.io/t52 Contents Introduction Gitting Started Forking a Repository Committing, Pushing and Pulling Syncing

More information

Technical guide. Windows HPC server 2016 for LS-DYNA How to setup. Reference system setup - v1.0

Technical guide. Windows HPC server 2016 for LS-DYNA How to setup. Reference system setup - v1.0 Technical guide Windows HPC server 2016 for LS-DYNA How to setup Reference system setup - v1.0 2018-02-17 2018 DYNAmore Nordic AB LS-DYNA / LS-PrePost 1 Introduction - Running LS-DYNA on Windows HPC cluster

More information

A Customized Job Manager for Metal Forming Simulations with LS-DYNA

A Customized Job Manager for Metal Forming Simulations with LS-DYNA A Customized Job Manager for Metal Forming Simulations with LS-DYNA Yuzhong Xiao, Xinhai Zhu, Li Zhang, Houfu Fan Livermore Software Technology Corporation Abstract In the metal forming analysis, the simulation

More information

Photoshop World 2018

Photoshop World 2018 Photoshop World 2018 Unlocking the Power of Lightroom CC on the Web with Rob Sylvan Learn how to leverage the cloud-based nature of Lightroom CC to share your photos in a way that will give anyone with

More information

LS-DYNA Installation Guide Windows and Linux

LS-DYNA Installation Guide Windows and Linux LS-DYNA Installation Guide Windows and Linux Contents Contents 1 2 1 Introduction 2 2 Linux 3 Page 2.1 Licensing 3 2.1.1 Server 3 2.1.2 Node Locked 4 2.2 Message Passing Interface (MPI) 4 2.3 LS-DYNA executable

More information

Troubleshooting An Embedded Sametime Install by Julian Robichaux, panagenda originally published on socialbizug.org, November 2013

Troubleshooting An Embedded Sametime Install by Julian Robichaux, panagenda originally published on socialbizug.org, November 2013 Troubleshooting An Embedded Sametime Install by Julian Robichaux, panagenda originally published on socialbizug.org, November 2013 I was testing the new IBM Sametime 9 client on a few different virtual

More information

A Customized Job Manager for Metal Forming Simulations. with LS-DYNA

A Customized Job Manager for Metal Forming Simulations. with LS-DYNA A Customized Job Manager for Metal Forming Simulations with LS-DYNA Yuzhong Xiao, Xinhai Zhu, Li Zhang, Houfu Fan LSTC Introduction Generally the simulation time of the metal forming analysis is relatively

More information

Week - 01 Lecture - 04 Downloading and installing Python

Week - 01 Lecture - 04 Downloading and installing Python Programming, Data Structures and Algorithms in Python Prof. Madhavan Mukund Department of Computer Science and Engineering Indian Institute of Technology, Madras Week - 01 Lecture - 04 Downloading and

More information

SolAce EMC Desktop Edition Upgrading from version 3 to 4

SolAce EMC Desktop Edition Upgrading from version 3 to 4 SolAce EMC Desktop Edition Upgrading from version 3 to 4 This document covers upgrading from SolAce EMC Desktop Edition version 3. The first part of the document is the upgrade process. Starting on page

More information

Introducing Thrive - The Ultimate In WordPress Blog Design & Growth

Introducing Thrive - The Ultimate In WordPress Blog Design & Growth Introducing Thrive - The Ultimate In WordPress Blog Design & Growth Module 1: Download 2 Okay, I know. The title of this download seems super selly. I have to apologize for that, but never before have

More information

Eclipse Environment Setup

Eclipse Environment Setup Eclipse Environment Setup Adapted from a document from Jeffrey Miller and the CS201 team by Shiyuan Sheng. Introduction This lab document will go over the steps to install and set up Eclipse, which is

More information

Lab #2 Physics 91SI Spring 2013

Lab #2 Physics 91SI Spring 2013 Lab #2 Physics 91SI Spring 2013 Objective: Some more experience with advanced UNIX concepts, such as redirecting and piping. You will also explore the usefulness of Mercurial version control and how to

More information

Spectroscopic Analysis: Peak Detector

Spectroscopic Analysis: Peak Detector Electronics and Instrumentation Laboratory Sacramento State Physics Department Spectroscopic Analysis: Peak Detector Purpose: The purpose of this experiment is a common sort of experiment in spectroscopy.

More information

Burning CDs in Windows XP

Burning CDs in Windows XP B 770 / 1 Make CD Burning a Breeze with Windows XP's Built-in Tools If your PC is equipped with a rewritable CD drive you ve almost certainly got some specialised software for copying files to CDs. If

More information

Enter the site Title: Student Name s eportfolio Choose your Website Domain: Use a Subdomain of Weebly.com

Enter the site Title: Student Name s eportfolio Choose your Website Domain: Use a Subdomain of Weebly.com Weebly Tutorial Tutorial #1: Signing Up: Welcome to this tutorial. I m going to show you how to sign up for an account with Weebly so you can start building your eportfolio. Go to www.weebly.com. You can

More information

Student Success Guide

Student Success Guide Student Success Guide Contents Like a web page, links in this document can be clicked and they will take you to where you want to go. Using a Mouse 6 The Left Button 6 The Right Button 7 The Scroll Wheel

More information

Intro. Scheme Basics. scm> 5 5. scm>

Intro. Scheme Basics. scm> 5 5. scm> Intro Let s take some time to talk about LISP. It stands for LISt Processing a way of coding using only lists! It sounds pretty radical, and it is. There are lots of cool things to know about LISP; if

More information

DOWNLOAD PDF EXCEL MACRO TO PRINT WORKSHEET TO

DOWNLOAD PDF EXCEL MACRO TO PRINT WORKSHEET TO Chapter 1 : All about printing sheets, workbook, charts etc. from Excel VBA - blog.quintoapp.com Hello Friends, Hope you are doing well!! Thought of sharing a small VBA code to help you writing a code

More information

1 Installation (briefly)

1 Installation (briefly) Jumpstart Linux Bo Waggoner Updated: 2014-09-15 Abstract A basic, rapid tutorial on Linux and its command line for the absolute beginner. Prerequisites: a computer on which to install, a DVD and/or USB

More information

Using Eclipse for Java. Using Eclipse for Java 1 / 1

Using Eclipse for Java. Using Eclipse for Java 1 / 1 Using Eclipse for Java Using Eclipse for Java 1 / 1 Using Eclipse IDE for Java Development Download the latest version of Eclipse (Eclipse for Java Developers or the Standard version) from the website:

More information

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman Chapter 9 Copyright 2012 Manning Publications Brief contents PART 1 GETTING STARTED WITH SHAREPOINT 1 1 Leveraging the power of SharePoint 3 2

More information

MAME - Compilingscript V2.3a

MAME - Compilingscript V2.3a - by Mucci Logo created by JackC 2016 by Mucci Contents Introduction...3 Chapter 1: Installing...4 Chapter 2: How to handle the script...16 Chapter 3: Using the script...17 Chapter 4: Troubleshooting...26

More information

Citrix Connectivity Help. Table of Contents

Citrix Connectivity Help. Table of Contents Citrix Connectivity Help Table of Contents I. Purpose of this Document II. Print Preview Freezing III. Closing Word/ PD² Correctly IV. Session Reliability V. Reconnecting to Disconnected Applications VI.

More information

Chapter 1. Getting Started

Chapter 1. Getting Started Chapter 1. Hey, Logy, whatcha doing? What s it look like I m doing. I m cleaning the windows so we can get started on our new adventure. Can t you leave the housekeeping until later. We ve got Logo work

More information

Laboratory 1: Eclipse and Karel the Robot

Laboratory 1: Eclipse and Karel the Robot Math 121: Introduction to Computing Handout #2 Laboratory 1: Eclipse and Karel the Robot Your first laboratory task is to use the Eclipse IDE framework ( integrated development environment, and the d also

More information

Detailed instructions for adding (or changing) your Avatar (profile picture next to your

Detailed instructions for adding (or changing) your Avatar (profile picture next to your Detailed instructions for adding (or changing) your Avatar (profile picture next to your name) on Ustream (disclaimer this is how it works for me using Internet Explorer it may look slightly different

More information

XP: Backup Your Important Files for Safety

XP: Backup Your Important Files for Safety XP: Backup Your Important Files for Safety X 380 / 1 Protect Your Personal Files Against Accidental Loss with XP s Backup Wizard Your computer contains a great many important files, but when it comes to

More information

Web Hosting. Important features to consider

Web Hosting. Important features to consider Web Hosting Important features to consider Amount of Storage When choosing your web hosting, one of your primary concerns will obviously be How much data can I store? For most small and medium web sites,

More information

Where Did My Files Go? How to find your files using Windows 10

Where Did My Files Go? How to find your files using Windows 10 Where Did My Files Go? How to find your files using Windows 10 Have you just upgraded to Windows 10? Are you finding it difficult to find your files? Are you asking yourself Where did My Computer or My

More information

Moving Materials from Blackboard to Moodle

Moving Materials from Blackboard to Moodle Moving Materials from Blackboard to Moodle Blackboard and Moodle organize course material somewhat differently and the conversion process can be a little messy (but worth it). Because of this, we ve gathered

More information

Let s Make a Front Panel using FrontCAD

Let s Make a Front Panel using FrontCAD Let s Make a Front Panel using FrontCAD By Jim Patchell FrontCad is meant to be a simple, easy to use CAD program for creating front panel designs and artwork. It is a free, open source program, with the

More information

COPYRIGHTED MATERIAL. Starting Strong with Visual C# 2005 Express Edition

COPYRIGHTED MATERIAL. Starting Strong with Visual C# 2005 Express Edition 1 Starting Strong with Visual C# 2005 Express Edition Okay, so the title of this chapter may be a little over the top. But to be honest, the Visual C# 2005 Express Edition, from now on referred to as C#

More information

Adding content to your Blackboard 9.1 class

Adding content to your Blackboard 9.1 class Adding content to your Blackboard 9.1 class There are quite a few options listed when you click the Build Content button in your class, but you ll probably only use a couple of them most of the time. Note

More information

CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I

CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I Welcome to your CSCI-1100 Lab! In the fine tradition of the CSCI-1100 course, we ll start off the lab with the classic bad joke

More information

See page 7 for step-by-step instructions with graphic illustrations

See page 7 for step-by-step instructions with graphic illustrations Welcome to our new Chat! For those of you who have been with us a while, you ll see a lot of new and different features in this Chat. As we had to transition to this new chat on short notice due to our

More information

1. Welcome. (1) Hello. My name is Dr. Christopher Raridan (Dr. R). (3) In this tutorial I will introduce you to the amsart documentclass.

1. Welcome. (1) Hello. My name is Dr. Christopher Raridan (Dr. R). (3) In this tutorial I will introduce you to the amsart documentclass. TUTORIAL 3: MY FIRST L A TEX DOCUMENT CHRISTOPHER RARIDAN Abstract. Upon completion of this tutorial, the author should be able to produce a very basic L A TEX document. This tutorial will introduce the

More information

Learn Linux in a Month of Lunches by Steven Ovadia

Learn Linux in a Month of Lunches by Steven Ovadia Learn Linux in a Month of Lunches by Steven Ovadia Sample Chapter 17 Copyright 2017 Manning Publications brief contents PART 1 GETTING LINUX UP AND RUNNING... 1 1 Before you begin 3 2 Getting to know Linux

More information

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields.

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. In This Chapter Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. Adding help text to any field to assist users as they fill

More information

Startup Notes for CMD 2015.x with Remote Database Server Software for CMD 2015, 2014, and 2013 Users

Startup Notes for CMD 2015.x with Remote Database Server Software for CMD 2015, 2014, and 2013 Users Startup Notes for CMD 2015.x with Remote Database Server Software for CMD 2015, 2014, and 2013 Users This installation must first be done on the actual computer that will be hosting CMD s data! Do not

More information

Table of Contents. Table of Contents Job Manager for local execution of ATK scripts Serial execution Threading MPI parallelization Machine Manager

Table of Contents. Table of Contents Job Manager for local execution of ATK scripts Serial execution Threading MPI parallelization Machine Manager Table of Contents Table of Contents Job Manager for local execution of ATK scripts Serial execution Threading MPI parallelization Machine Manager 1 2 2 8 10 12 QuantumWise TRY IT! COMPANY CONTACT Docs»

More information

Introducing the. new & improved. Think. Formerly. Intelligent Business Automation.

Introducing the. new & improved. Think. Formerly. Intelligent Business Automation. Introducing the new & improved Think New branding, new release, A good deal has changed since you heard from us last. As well as giving Email2DB a makeover into ThinkAutomation, we ve also massively extended

More information

INSTALLING AN SSH / X-WINDOW ENVIRONMENT ON A WINDOWS PC. Nicholas Fitzkee Mississippi State University Updated May 19, 2017

INSTALLING AN SSH / X-WINDOW ENVIRONMENT ON A WINDOWS PC. Nicholas Fitzkee Mississippi State University Updated May 19, 2017 INSTALLING AN SSH / X-WINDOW ENVIRONMENT ON A WINDOWS PC Installing Secure Shell (SSH) Client Nicholas Fitzkee Mississippi State University Updated May 19, 2017 The first thing you will need is SSH. SSH

More information

Usability Test Report: Homepage / Search Interface 1

Usability Test Report: Homepage / Search Interface 1 Usability Test Report: Homepage / Search Interface 1 Summary Emily Daly, Bendte Fagge, and Steph Matthiesen conducted usability testing of the homepage and search interface in the newly redesigned Duke

More information

3DEEARTS DESIGN. 3DeeArts Calendar Version 3.0. Installation Guide

3DEEARTS DESIGN. 3DeeArts Calendar Version 3.0. Installation Guide 3DEEARTS DESIGN 3DeeArts Calendar Version 3.0 Installation Guide 3DEEARTS CALENDAR VERSION 3.0 DOCUMENTATION Installation Guide 3DeeArts Design 75 Maddock Ave. West Victoria BC Canada V9A-1E6 Email: sales@3deearts.com

More information

Welcome to the world of .

Welcome to the world of  . Welcome to the world of e-mail. E-mail, short for electronic mail, allows computer users to easily send messages back and forth between acquaintances around the world. There are a variety of ways to do

More information

4HOnline has a powerful report system that allows you to take an existing report, customize it to suit your needs, and then save it to use again.

4HOnline has a powerful report system that allows you to take an existing report, customize it to suit your needs, and then save it to use again. 4HOnline USING AND CREATING REPORTS Created: October 14, 2013 OVERVIEW 4HOnline has a powerful report system that allows you to take an existing report, customize it to suit your needs, and then save it

More information

The Monitor Window. 3.The Monitor Window Premiere Pro 1.5 H O T

The Monitor Window. 3.The Monitor Window Premiere Pro 1.5 H O T 3.The Monitor Window Premiere Pro 1.5 H O T 3 The Monitor Window Source vs. Program Playing Source Video In and Out Points Setting In and Out Points Clearing In and Out Points H O T Premiere Pro HOT DVD

More information

Lesson 9 Transcript: Backup and Recovery

Lesson 9 Transcript: Backup and Recovery Lesson 9 Transcript: Backup and Recovery Slide 1: Cover Welcome to lesson 9 of the DB2 on Campus Lecture Series. We are going to talk in this presentation about database logging and backup and recovery.

More information

BrainStorm Quick Start Card for Microsoft OneDrive for Business

BrainStorm Quick Start Card for Microsoft OneDrive for Business BrainStorm Quick Start Card for Microsoft OneDrive for Business mso.harvard.edu Changing the Way the World Works Clear the path for your productivity goals! Using Microsoft OneDrive for Business, you have

More information

SonicCell. Using SonicCell with SONAR LE. Workshop ÂØÒňÎ. Expandable Synthesizer Module and Audio Interface SCWS03 1

SonicCell. Using SonicCell with SONAR LE. Workshop ÂØÒňÎ. Expandable Synthesizer Module and Audio Interface SCWS03 1 ÂØÒňΠWorkshop SonicCell Expandable Synthesizer Module and Audio Interface Using SonicCell with SONAR LE 2008 Roland Corporation U.S. All rights reserved. No part of this publication may be reproduced

More information

Depending on the computer you find yourself in front of, here s what you ll need to do to open SPSS.

Depending on the computer you find yourself in front of, here s what you ll need to do to open SPSS. 1 SPSS 11.5 for Windows Introductory Assignment Material covered: Opening an existing SPSS data file, creating new data files, generating frequency distributions and descriptive statistics, obtaining printouts

More information

Freshservice Discovery Probe User Guide

Freshservice Discovery Probe User Guide Freshservice Discovery Probe User Guide 1. What is Freshservice Discovery Probe? 1.1 What details does Probe fetch? 1.2 How does Probe fetch the information? 2. What are the minimum system requirements

More information

Printer and Driver Management

Printer and Driver Management 2017 PrinterLogic, All Rights reserved. Business Problem From an end user s perspective, printing is easy click Print and pick up the document at a nearby printer. What they don t know is all that s involved

More information

ValuePRO Tutorial Internet Explorer 8 Configuration

ValuePRO Tutorial Internet Explorer 8 Configuration ValuePRO Tutorial Internet Explorer 8 Configuration Table of Contents Contents 1. Adding ValuePRO to Trusted Sites... 1 1. Overview... 1 2. Changes Required... 1 2. Enabling Cross Site Scripting... 3 1.

More information

Piktochart 101 Create your first infographic in 15 minutes

Piktochart 101 Create your first infographic in 15 minutes Piktochart 101 Create your first infographic in 15 minutes TABLE OF CONTENTS 01 Getting Started 5 Steps to Creating Your First Infographic in 15 Minutes 1.1 Pick a Template 1.2 Click Create and Start Adding

More information

Browsing the World Wide Web with Firefox

Browsing the World Wide Web with Firefox Browsing the World Wide Web with Firefox B 660 / 1 Try this Popular and Featurepacked Free Alternative to Internet Explorer Internet Explorer 7 arrived with a bang a few months ago, but it hasn t brought

More information

CSCI 201 Lab 1 Environment Setup

CSCI 201 Lab 1 Environment Setup CSCI 201 Lab 1 Environment Setup "The journey of a thousand miles begins with one step." - Lao Tzu Introduction This lab document will go over the steps to install and set up Eclipse, which is a Java integrated

More information

Creating and updating content on your WordPress content management system (CMS)

Creating and updating content on your WordPress content management system (CMS) Creating and updating content on your WordPress content management system (CMS) Posts vs pages WordPress comes with two content types: Posts and pages. Posts are content entries listed in reverse chronological

More information

Shakespeare App. A Multiple Choice Quiz

Shakespeare App. A Multiple Choice Quiz Shakespeare App A Multiple Choice Quiz In this tutorial we are going to create a multiple choice game in AppFurnace. This should take around 30 minutes plus the time it takes for you to type in your questions.

More information

Windows 8.1 It s a Good System. SIR Phil Goff Branch 116 November 21, 2013

Windows 8.1 It s a Good System. SIR Phil Goff Branch 116 November 21, 2013 Windows 8.1 It s a Good System SIR Phil Goff Branch 116 November 21, 2013 1 Too Much to Cover Today Quick overview to help you start with Windows 8.1 So many things you can do with the new operating system

More information

Table of Contents What is Test Automation Framework?... 3 Different types of Frameworks used in QTP... 4 Linear Framework in QTP...

Table of Contents What is Test Automation Framework?... 3 Different types of Frameworks used in QTP... 4 Linear Framework in QTP... Table of Contents 1. What is Test Automation Framework?... 3 2. Different types of Frameworks used in QTP... 4 3. Linear Framework in QTP... 4 3.1 Components and Workflow of Linear Framework... 5 3.2 Advantages

More information

Setting up a ColdFusion Workstation

Setting up a ColdFusion Workstation Setting up a ColdFusion Workstation Draft Version Mark Mathis 2000 all rights reserved mark@teratech.com 2 Setting up a ColdFusion workstation Table of Contents Browsers:...5 Internet Explorer:...5 Web

More information

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay.

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay. Welcome Back! Now that we ve covered the basics on how to use templates and how to customise them, it s time to learn some more advanced techniques that will help you create outstanding ebay listings!

More information

An Introduction to Cluster Computing Using Newton

An Introduction to Cluster Computing Using Newton An Introduction to Cluster Computing Using Newton Jason Harris and Dylan Storey March 25th, 2014 Jason Harris and Dylan Storey Introduction to Cluster Computing March 25th, 2014 1 / 26 Workshop design.

More information

VIDEO 1: WHAT ARE THE SMART CONTENT TOOLS? VIDEO 2: HOW DO YOU CREATE A SMART CTA?

VIDEO 1: WHAT ARE THE SMART CONTENT TOOLS? VIDEO 2: HOW DO YOU CREATE A SMART CTA? VIDEO 1: WHAT ARE THE SMART CONTENT TOOLS? Hello again! I m Angela with HubSpot Academy. Now that you have a contextual marketing strategy in place with segmentation and personalization, you re ready to

More information

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu USING DRUPAL Hampshire College Website Editors Guide 2014 https://drupal.hampshire.edu Asha Kinney Hampshire College Information Technology - 2014 HOW TO GET HELP Your best bet is ALWAYS going to be to

More information

For Volunteers An Elvanto Guide

For Volunteers An Elvanto Guide For Volunteers An Elvanto Guide www.elvanto.com Volunteers are what keep churches running! This guide is for volunteers who use Elvanto. If you re in charge of volunteers, why not check out our Volunteer

More information

Networks: Access Management Windows NT Server Class Notes # 10 Administration October 24, 2003

Networks: Access Management Windows NT Server Class Notes # 10 Administration October 24, 2003 Networks: Access Management Windows NT Server Class Notes # 10 Administration October 24, 2003 In Windows NT server, the user manager for domains is the primary administrative tool for managing user accounts,

More information

Code Check TM Software Requirements Specification

Code Check TM Software Requirements Specification Code Check TM Software Requirements Specification Author: Richard McKenna Debugging Enterprises TM Based on IEEE Std 830 TM -1998 (R2009) document format Copyright 2017 Debugging Enterprises No part of

More information

4HOnline HelpSheet. Using and Creating Reports. Top two reminders: Understanding & navigating the reports screen

4HOnline HelpSheet. Using and Creating Reports. Top two reminders: Understanding & navigating the reports screen Using and Creating Reports Top two reminders: 1. Printing labels (from any report format) will only work correctly if you remember to change Page Scaling to none on the printer setup dialog box. 2. If

More information

#PLMConX Multiple Rich Clients, One Workstation

#PLMConX Multiple Rich Clients, One Workstation #PLMConX Multiple Rich Clients, One Workstation Randy Ellsworth, Sherpa Design https://www.linkedin.com/in/randyellsworth Who Are We NX CAD NX CAM Teamcenter BCT 19 engineers, 2 veteran Teamcenter architects

More information

How To Upload Your Newsletter

How To Upload Your Newsletter How To Upload Your Newsletter Using The WS_FTP Client Copyright 2005, DPW Enterprises All Rights Reserved Welcome, Hi, my name is Donna Warren. I m a certified Webmaster and have been teaching web design

More information

ENCM 339 Fall 2017: Editing and Running Programs in the Lab

ENCM 339 Fall 2017: Editing and Running Programs in the Lab page 1 of 8 ENCM 339 Fall 2017: Editing and Running Programs in the Lab Steve Norman Department of Electrical & Computer Engineering University of Calgary September 2017 Introduction This document is a

More information

Hello World! Computer Programming for Kids and Other Beginners. Chapter 1. by Warren Sande and Carter Sande. Copyright 2009 Manning Publications

Hello World! Computer Programming for Kids and Other Beginners. Chapter 1. by Warren Sande and Carter Sande. Copyright 2009 Manning Publications Hello World! Computer Programming for Kids and Other Beginners by Warren Sande and Carter Sande Chapter 1 Copyright 2009 Manning Publications brief contents Preface xiii Acknowledgments xix About this

More information

This video is part of the Microsoft Virtual Academy.

This video is part of the Microsoft Virtual Academy. This video is part of the Microsoft Virtual Academy. 1 In this session we re going to talk about building for the private cloud using the Microsoft deployment toolkit 2012, my name s Mike Niehaus, I m

More information

the NXT-G programming environment

the NXT-G programming environment 2 the NXT-G programming environment This chapter takes a close look at the NXT-G programming environment and presents a few simple programs. The NXT-G programming environment is fairly complex, with lots

More information

INTRODUCTION. 2

INTRODUCTION. 2 1 INTRODUCTION It is of no secret that Android is loved by millions of people around the world. Created and developed by Google, it would be most developers dream job. That being said, there are a lot

More information

Getting Started With Squeeze Server

Getting Started With Squeeze Server Getting Started With Squeeze Server & Squeeze Server takes the proven Squeeze encoding engine and makes it available on- premise, in the cloud or both, with a robust application programming interface (API)

More information

In today s video I'm going show you how you can set up your own online business using marketing and affiliate marketing.

In today s video I'm going show you how you can set up your own online business using  marketing and affiliate marketing. Hey guys, Diggy here with a summary of part two of the four part free video series. If you haven't watched the first video yet, please do so (https://sixfigureinc.com/intro), before continuing with this

More information

Chapter 2 The SAS Environment

Chapter 2 The SAS Environment Chapter 2 The SAS Environment Abstract In this chapter, we begin to become familiar with the basic SAS working environment. We introduce the basic 3-screen layout, how to navigate the SAS Explorer window,

More information

How to export data from Reckon Quicken Personal Plus to Moneydance By Michael Young

How to export data from Reckon Quicken Personal Plus to Moneydance By Michael Young How to export data from Reckon Quicken Personal Plus to Moneydance 2011 By Michael Young The information provided in this guide is provided to help users of Reckon Quicken Personal Plus transfer data to

More information

Matlab for FMRI Module 1: the basics Instructor: Luis Hernandez-Garcia

Matlab for FMRI Module 1: the basics Instructor: Luis Hernandez-Garcia Matlab for FMRI Module 1: the basics Instructor: Luis Hernandez-Garcia The goal for this tutorial is to make sure that you understand a few key concepts related to programming, and that you know the basics

More information

Info Input Express Version Limited Edition. Release Notes

Info Input Express Version Limited Edition. Release Notes Info Input Express Version 2.3.2 Limited Edition Release Notes Contents Installation Pre-Requisites Upgrading from a Previous Release Changes and Bug Fixes in Version 2.3.1 and Version 2.3.2 What s New

More information

Lab: Supplying Inputs to Programs

Lab: Supplying Inputs to Programs Steven Zeil May 25, 2013 Contents 1 Running the Program 2 2 Supplying Standard Input 4 3 Command Line Parameters 4 1 In this lab, we will look at some of the different ways that basic I/O information can

More information

Digital Signage at Montgomery College Step-by Step Instructions for Content Contributors

Digital Signage at Montgomery College Step-by Step Instructions for Content Contributors Digital Signage is an important and powerful communication medium. Over the years, Montgomery College has invested in more than 100 digital displays throughout our three campuses and other locations to

More information

Lecture 1: Overview

Lecture 1: Overview 15-150 Lecture 1: Overview Lecture by Stefan Muller May 21, 2018 Welcome to 15-150! Today s lecture was an overview that showed the highlights of everything you re learning this semester, which also meant

More information

EDGE Tutorial and Sample Project Overview

EDGE Tutorial and Sample Project Overview EDGE Tutorial and Sample Project Overview RIT-KGCOE Multidisciplinary Senior Design Outline: In this session, you will See a brief EDGE overview See some sample projects, good and bad Visit your team s

More information

Lutheran High North Technology The Finder

Lutheran High North Technology  The Finder Lutheran High North Technology shanarussell@lutheranhighnorth.org www.lutheranhighnorth.org/technology The Finder Your Mac s filing system is called the finder. In this document, we will explore different

More information

Running the model in production mode: using the queue.

Running the model in production mode: using the queue. Running the model in production mode: using the queue. 1) Codes are executed with run scripts. These are shell script text files that set up the individual runs and execute the code. The scripts will seem

More information

DESIGN YOUR OWN BUSINESS CARDS

DESIGN YOUR OWN BUSINESS CARDS DESIGN YOUR OWN BUSINESS CARDS USING VISTA PRINT FREE CARDS I m sure we ve all seen and probably bought the free business cards from Vista print by now. What most people don t realize is that you can customize

More information

Chapter The Juice: A Podcast Aggregator

Chapter The Juice: A Podcast Aggregator Chapter 12 The Juice: A Podcast Aggregator For those who may not be familiar, podcasts are audio programs, generally provided in a format that is convenient for handheld media players. The name is a play

More information

RSA Archer Advanced Workflow Overview & Troubleshooting

RSA Archer Advanced Workflow Overview & Troubleshooting RSA Archer Advanced Workflow Overview & Troubleshooting 1. Introduction 1.1 Advanced Workflow Notes: Welcome to this Advanced Workflow overview and troubleshooting training. 1.2 Outline Notes: Throughout

More information

Creating Application Installers for MAXScripts

Creating Application Installers for MAXScripts Creating Application Installers for MAXScripts Jeff Hanna Technical Artist, Mythic Entertainment http://www.jeff-hanna.com The Current State of MAXScript Installation What s Wrong With.MZP Files? Having

More information

Windows users range in experience from people

Windows users range in experience from people Part I Getting Started, Windows users range in experience from people who are just getting started with their first PC to folks with years of Windows experience under their belts. Part I attempts to address

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions FAQ December Revision Table of Contents General... 3 Agent Deployment... 5 Cloud Administration... 8 Security... 10 Purchase... 10 Support... 11 Page 2 of 11 justsamit Frequently

More information

ETIQUETTE TIPS. Traci Kasten. Executive Assistant Chief Operations Office x179

ETIQUETTE TIPS. Traci Kasten. Executive Assistant Chief Operations Office x179 EMAIL ETIQUETTE TIPS Traci Kasten Executive Assistant Chief Operations Office 896-0667 x179 tkasten@rrps.net SENDING EMAILS Make sure your email contains a courteous greeting and closing. Address your

More information

PowerPoint Basics: Create a Photo Slide Show

PowerPoint Basics: Create a Photo Slide Show PowerPoint Basics: Create a Photo Slide Show P 570 / 1 Here s an Enjoyable Way to Learn How to Use Microsoft PowerPoint Microsoft PowerPoint is a program included with all versions of Microsoft Office.

More information

OPEN THE HOTLINE CLIENT

OPEN THE HOTLINE CLIENT OPEN THE HOTLINE CLIENT Everything in the Hotline universe starts with the Client Toolbar; it launches all of the Client s major functions. 1 Double-click the Hotline icon on your desktop. The Hotline

More information

Xchange for Samsung MAC User Guide. Version 2.4

Xchange for Samsung MAC User Guide. Version 2.4 Xchange for Samsung MAC User Guide Version 2.4 Contents Welcome to Xchange for Samsung Mac Desktop Client... 32 How to Install Xchange... 3 Where is it?... 43 The Dock menu... 4 The menu bar... 4 Preview

More information

4Sight for Mac User Guide. Version 2.4

4Sight for Mac User Guide. Version 2.4 4Sight for Mac User Guide Version 2.4 Contents Welcome to 4Sight for Mac Desktop Client... 3 How to Install 4Sight... 3 Where is it?... 4 The Dock menu... 4 The menu bar... 4 Phone window... 5 Preview

More information