Pooch Manual In

Total Page:16

File Type:pdf, Size:1020Kb

Pooch Manual In What’s New As of August 21, 2011, Pooch is updated to version 1.8.3 for use with OS X 10.7 “Lion”: Pooch users can renew their subscriptions today! Please see http://daugerresearch.com/pooch for more! On November 17, 2009, Pooch was updated to version 1.8: • Linux: Pooch can now cluster nodes running 64-bit Linux, combined with Mac • 64-bit: Major internal revisions for 64-bit, particularly updated data types and structures, for Mac OS X 10.6 "Snow Leopard" and 64-bit Linux • Sockets: Major revisions to internal networking to adapt to BSD Sockets, as recommended by Apple moving forward and required for Linux • POSIX Paths: Major revisions to internal file specification format in favor of POSIX paths, recommended by Apple moving forward and required for Linux • mDNS: Adapted usage of Bonjour service discovery to use Apple's Open Source mDNS library • Pooch Binary directory: Added Pooch binary directory support, making possible launching jobs using a remotely-compiled executable • Minor updates and fixes needed for Mac OS X 10.6 "Snow Leopard" Current Pooch users can renew their subscriptions today! Please see http://daugerresearch.com/pooch for more! On April 16, 2008, Pooch was updated to version 1.7.6: • Mac OS X 10.5 “Leopard” spurs updates in a variety of Pooch technologies: • Network Scan window • Preferences window • Keychain access • Launching via, detection of, and commands to the Terminal • Behind the Login window behavior • Other user interface and infrastructure adjustments • Open MPI support: • Complete MPI support using libraries built into Leopard • Automatically installs Open MPI pls and ras Pooch modules • MPJ Express support: • Launching MPI-style Java code • Supports .jar and .class execution types • Long file, application, and directory name support • AppleScript access to user-defined nodelists and remote network data • Other features, optimizations, bug fixes, and updates Current Pooch users can renew their subscriptions today! Please see http://daugerresearch.com/pooch for more! MPI.Init(args); int me = MPI.COMM_WORLD.Rank(); int size = MPI.COMM_WORLD.Size(); System.out.println("Hi from <"+me+">"); MPI.Finalize(); version 1.7: • Universal Binary for running on mixed clusters of Intel- and PowerPC-Macs • manages both types of nodes, making all cluster data available • launches Universal binaries, enabling cross-processor clustering; Pooch is the first and only clustering solution to launch Universal Binaries in parallel • Remote job, file, and folder retrieval support, even through proxy nodes • New Job file format support, including saving and loading job data • save commonly used jobs, file and node combinations, to disk • supports standard file dialog and reminder sheets • Head node setting to access and control clusters with Linux-style topologies • accesses nodes behind a head node acting as a firewall and NAT router • coordinates Pooch features to launch jobs via the head node • Enhancements to the AppleEvent interface for job and user data • Automatic detection and retry of preferred IP address of remote nodes • Pooch Pro automatic user login using Keychain services • Other features, enhancements, bug fixes, and updates Please read on for more! Pooch Application Parallel OperatiOn and Control Heuristic Application Version 1.8.3 Copyright © 2001-11 Dauger Research, Inc. Code and manual written by Dean E. Dauger 1 Table of Contents I. Installing Pooch ·············································3 II. Your First Parallel Computation ·············································4 III. Introduction ·············································7 IV. Menus and Windows Menus ··········································12 Job Window ··········································24 Network Scan Window ··········································35 Node Info Window ··········································48 Get Files Window ··········································49 Node Registration Schedule Dialog ··········································50 Open MPI Module Install Window ··········································51 V. Pooch Pro ··········································52 VI. AppleScript Standard Suite ··········································64 Pooch Suite ··········································68 VII. Linux ··········································72 VIII. Security ··········································76 IX. Frequently Asked Questions ··········································78 X. Revision History ··········································83 XI. Credits ········································119 XII. Contact Information ········································120 2 I. Installing Pooch Make sure your Macintosh running OS X 10.21 is connected properly to the Internet. Almost any type of network connection (10BaseT, 100BaseT, Gigabit, Airport, or a mix) is sufficient. If this Mac is on an isolated network, manually configure the TCP/IP control panel to a unique IP address from 192.168.1.1 to 192.168.1.254. There are two ways to install Pooch: • For automatic installation, double-click the Pooch Installer: (There is no step three. Or two.) • For manual installation: 1. Copy the Pooch folder, containing the Pooch application, to your hard drive. 2. Open the Pooch application. So that your Mac will be available for computation if rebooted, we recommend the following: 3. From the File menu, select “Set Pooch in Account Startup Items”. That’s it! Your Mac is now ready for parallel computing. Repeat for additional Macs. 1 Also operates on OS 9. See the Introduction for system requirements. 3 II. Your First Parallel Computation Once Pooch is installed and running on each Mac of a local area network, you can use them as a parallel computer. You will need a parallel application to run. For our first test, let’s use the Power Fractal app. Run it on your machine first and note its performance. Step One - Selecting a Parallel Application Switch to the Pooch application and select New Job… from the File menu, which results in a new Job Window. Drag the Power Fractal app from the Finder to Pooch’s Job Window or click Select App…. 4 Step Two - Selecting Nodes By default, Pooch selects your own node as participating in the parallel job. To add other nodes, click on Select Nodes… in the Job Window to invoke the Network Scan Window. Double-clicking on a node moves it to the node list of the Job Window. 5 Step Three - Launching the Parallel Job Finally, click Launch Job to start your parallel job. Pooch should now be distributing the code and starting the parallel application. Once the job runs, you should see a measurable performance increase. Congratulations! You are now operating your first parallel computer. Optional - Your Second Parallel Computation 1. Open version 1.1 or later of Power Fractal. Note its performance. 2. From the Parallel menu, select “Automatically Launch onto Four Nodes”. The demo will now automatically ask Pooch to create a job using the four best nodes on the local network, then submit itself for parallel launch. This is an example of “Computational Grid” computing. 6 III. Introduction What is Pooch? Pooch serves as both the user interface to your parallel computer and the manager of your parallel computer. Cluster and grid computing are both examples of parallel computation. Pooch is the parallel computer management and user interface software that can prepare, launch, and monitor these types of parallel computing jobs. The first role of Pooch is to automate the process of starting a parallel application. A parallel application is much like a normal application except that it is designed to run on a collection of intercommunicating computational nodes.2 Manually starting such an application is a tedious process. Pooch automates this process, minimizing the user’s effort to operate and control a parallel computation. However, Pooch provides much more beyond this fundamental function. Pooch provides access to a great deal of information, customization, and automation regarding the life of jobs run on the cluster and the health of the cluster. Jobs can be launched immediately or queued for a later time or when specific conditions are met. Pooch can intelligently and dynamically acquire nodes using its heuristic algorithms or using custom AppleScripts prior to launch. Statistical information about nodes can be accessed, and some node behavior can be customized. Job status is monitored, and statistics about jobs are collected and retained during and after jobs have completed. Pooch serves as launcher, scheduler, queuing system, and multisystem 2 This contrasts with distributed computing, such as SETI@Home, in which the pieces of its computation are all but completely isolated from one another. 7 cluster monitor, all presented in a friendly user interface. The first thing that makes Pooch unique from all other software of its kind on any platform is the extension of the revered Macintosh ease-of-use to parallel computing. Since 1998, the AppleSeed project at UCLA’s Department of Physics has unquestionably demonstrated the practicality of leveraging the advantages of the Macintosh platform for the goals of numerically-intensive parallel computing. While others used Linux and Windows NT with a hodgepodge of command-line only, unreliable, unstable code fragments, AppleSeed provided the only known solution for parallel computing on the Mac OS. Users of software built by the AppleSeed team are not required to know the inner workings of an operating system, nor are they required to hire expert
Recommended publications
  • Notes for Mac Driver 3.2
    Notes for Mac Driver 3.2 June 26, 2014 General Known Issues 1. Issue: Due to an OS limitation, waste toner status shows as unknown. Solution: Check the device for the actual status of the waste toner. 2. Issue: Output appears pixelated when printing from InDesign CS4. Solution: Adobe recommends placing instead of pasting graphics into InDesign and checking your print settings to make sure graphics are printing properly. In the Graphics section of the Print dialog box, choose Send Data > All. 3. Issue: Error “Incorrect account ID” is displayed on the front panel if printing from QuarkXpress 7.3 or later. Solution: Install Quark® CUPS Filter from Quark’s support website. 4. Issue: Watermark may not print correctly in some devices. Solution: Change the Watermark option from “Transparent” to “Stamp”. 5. Issue: Watermark characters may appear as “◻” when printing some PDF documents. Solution: Use a different font for the Watermark text. 6. Issue: Using both N-up and Watermark/Stamp repeat at the same time may significantly reduce printing speed. Solution: Avoid using both settings at the same time. 7. Issues: Driver constraint information is displayed as a pop-up in some Mac OS X versions. Alert message text is generated by OS. 8. Issue: Paper size name changes in OS X 10.7 (by the OS), “Envelope #6” shows as “Personal” and “Statement” shows as “Invoice”. On minor version up, it appears that “Invoice” was reverted to “Statement”. 9. Issue: Mixed orientation file is treated as separate file when Booklet option is applied. 10. Issue: It is possible for multiple applications to open the Account ID List window at the same time which introduces a race condition where multiple applications are allowed to modify the same Account ID List and one will end up over-writing the other’s changes.
    [Show full text]
  • Mac OS X Server Administrator's Guide
    034-9285.S4AdminPDF 6/27/02 2:07 PM Page 1 Mac OS X Server Administrator’s Guide K Apple Computer, Inc. © 2002 Apple Computer, Inc. All rights reserved. Under the copyright laws, this publication may not be copied, in whole or in part, without the written consent of Apple. The Apple logo is a trademark of Apple Computer, Inc., registered in the U.S. and other countries. Use of the “keyboard” Apple logo (Option-Shift-K) for commercial purposes without the prior written consent of Apple may constitute trademark infringement and unfair competition in violation of federal and state laws. Apple, the Apple logo, AppleScript, AppleShare, AppleTalk, ColorSync, FireWire, Keychain, Mac, Macintosh, Power Macintosh, QuickTime, Sherlock, and WebObjects are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. AirPort, Extensions Manager, Finder, iMac, and Power Mac are trademarks of Apple Computer, Inc. Adobe and PostScript are trademarks of Adobe Systems Incorporated. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. Netscape Navigator is a trademark of Netscape Communications Corporation. RealAudio is a trademark of Progressive Networks, Inc. © 1995–2001 The Apache Group. All rights reserved. UNIX is a registered trademark in the United States and other countries, licensed exclusively through X/Open Company, Ltd. 062-9285/7-26-02 LL9285.Book Page 3 Tuesday, June 25, 2002 3:59 PM Contents Preface How to Use This Guide 39 What’s Included
    [Show full text]
  • Cygwin User's Guide
    Cygwin User’s Guide Cygwin User’s Guide ii Copyright © Cygwin authors Permission is granted to make and distribute verbatim copies of this documentation provided the copyright notice and this per- mission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this documentation under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this documentation into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Free Software Foundation. Cygwin User’s Guide iii Contents 1 Cygwin Overview 1 1.1 What is it? . .1 1.2 Quick Start Guide for those more experienced with Windows . .1 1.3 Quick Start Guide for those more experienced with UNIX . .1 1.4 Are the Cygwin tools free software? . .2 1.5 A brief history of the Cygwin project . .2 1.6 Highlights of Cygwin Functionality . .3 1.6.1 Introduction . .3 1.6.2 Permissions and Security . .3 1.6.3 File Access . .3 1.6.4 Text Mode vs. Binary Mode . .4 1.6.5 ANSI C Library . .4 1.6.6 Process Creation . .5 1.6.6.1 Problems with process creation . .5 1.6.7 Signals . .6 1.6.8 Sockets . .6 1.6.9 Select . .7 1.7 What’s new and what changed in Cygwin . .7 1.7.1 What’s new and what changed in 3.2 .
    [Show full text]
  • Vmware Fusion 12 Vmware Fusion Pro 12 Using Vmware Fusion
    Using VMware Fusion 8 SEP 2020 VMware Fusion 12 VMware Fusion Pro 12 Using VMware Fusion You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ VMware, Inc. 3401 Hillview Ave. Palo Alto, CA 94304 www.vmware.com © Copyright 2020 VMware, Inc. All rights reserved. Copyright and trademark information. VMware, Inc. 2 Contents Using VMware Fusion 9 1 Getting Started with Fusion 10 About VMware Fusion 10 About VMware Fusion Pro 11 System Requirements for Fusion 11 Install Fusion 12 Start Fusion 13 How-To Videos 13 Take Advantage of Fusion Online Resources 13 2 Understanding Fusion 15 Virtual Machines and What Fusion Can Do 15 What Is a Virtual Machine? 15 Fusion Capabilities 16 Supported Guest Operating Systems 16 Virtual Hardware Specifications 16 Navigating and Taking Action by Using the Fusion Interface 21 VMware Fusion Toolbar 21 Use the Fusion Toolbar to Access the Virtual-Machine Path 21 Default File Location of a Virtual Machine 22 Change the File Location of a Virtual Machine 22 Perform Actions on Your Virtual Machines from the Virtual Machine Library Window 23 Using the Home Pane to Create a Virtual Machine or Obtain One from Another Source 24 Using the Fusion Applications Menus 25 Using Different Views in the Fusion Interface 29 Resize the Virtual Machine Display to Fit 35 Using Multiple Displays 35 3 Configuring Fusion 37 Setting Fusion Preferences 37 Set General Preferences 37 Select a Keyboard and Mouse Profile 38 Set Key Mappings on the Keyboard and Mouse Preferences Pane 39 Set Mouse Shortcuts on the Keyboard and Mouse Preference Pane 40 Enable or Disable Mac Host Shortcuts on the Keyboard and Mouse Preference Pane 40 Enable Fusion Shortcuts on the Keyboard and Mouse Preference Pane 41 Set Fusion Display Resolution Preferences 41 VMware, Inc.
    [Show full text]
  • Episode Podcast Tech Brief
    Episode Podcast Integration with Podcast Producer Adds video and audio format support to Appleʼs Leopard Server Podcast Producer for all popular platforms and mobile devices. Features Episode Podcast allows Podcast Producer to accept any popular file format in a workflow • Multi-format video and audio sup- and repurpose the media for access regardless of platform or personal device chosen. port in and out, including all lead- Episode Podcast addresses a growing need for educators to provide all students, ing formats on the market. whether PC or Mac users, with anytime, anywhere access to content on mobile and • Enables distribution of the media personal devices. Episode Podcast enables Podcast Producer to repurpose media to all to everyone, regardless of pre- leading distribution formats, including Windows Media, Flash 8, MP3, 3GPP, VC-1, H. ferred platform or personal de- 264 and many more. vice. • Seamlessly integrates with Pod- How does Episode Podcast work with Podcast Producer? cast Producerʼs Xgrid architec- ture. Automatic media generation Episode Podcast seamlessly integrates with the Podcast Producer Xgrid architecture. in different formats through the Podcast Producer workflow. 1 2 3 4 • Fully scalable • Future-proof solution with formats Publishing servers continually being added • Encoding algorithms ensure high- est quality • Easy-to-use Episode application External for managing encoding settings network • Over 600 settings templates cre- ated by encoding experts Recording or manual fi le Podcast Producer system Distribute to any platform submission and Episode Podcast or personal device • Includes extensive media proc- essing options such as water- From a user point of view, Episode Podcast simply adds the ability to handle more marks, bumpers, trailers, color formats in a Podcast Producer workflow.
    [Show full text]
  • Chapter 1. Origins of Mac OS X
    1 Chapter 1. Origins of Mac OS X "Most ideas come from previous ideas." Alan Curtis Kay The Mac OS X operating system represents a rather successful coming together of paradigms, ideologies, and technologies that have often resisted each other in the past. A good example is the cordial relationship that exists between the command-line and graphical interfaces in Mac OS X. The system is a result of the trials and tribulations of Apple and NeXT, as well as their user and developer communities. Mac OS X exemplifies how a capable system can result from the direct or indirect efforts of corporations, academic and research communities, the Open Source and Free Software movements, and, of course, individuals. Apple has been around since 1976, and many accounts of its history have been told. If the story of Apple as a company is fascinating, so is the technical history of Apple's operating systems. In this chapter,[1] we will trace the history of Mac OS X, discussing several technologies whose confluence eventually led to the modern-day Apple operating system. [1] This book's accompanying web site (www.osxbook.com) provides a more detailed technical history of all of Apple's operating systems. 1 2 2 1 1.1. Apple's Quest for the[2] Operating System [2] Whereas the word "the" is used here to designate prominence and desirability, it is an interesting coincidence that "THE" was the name of a multiprogramming system described by Edsger W. Dijkstra in a 1968 paper. It was March 1988. The Macintosh had been around for four years.
    [Show full text]
  • Well Known TCP and UDP Ports Used by Apple Software Products
    Well known TCP and UDP ports used by Apple Languages English software products Symptoms Learn more about TCP and UDP ports used by Apple products, such as OS X, OS X Server, Apple Remote Desktop, and iCloud. Many of these are referred to as "well known" industry standard ports. Resolution About this table The Service or Protocol Name column lists services registered with the Internet Assigned Numbers Authority (http://www.iana.org/), except where noted as "unregistered use." The names of Apple products that use these services or protocols appear in the Used By/Additional Information column. The RFC column lists the number of the Request For Comment document that defines the particular service or protocol, which may be used for reference. RFC documents are maintained by RFC Editor (http://www.rfc- editor.org/). If multiple RFCs define a protocol, there may only be one listed here. This article is updated periodically and contains information that is available at time of publication. This document is intended as a quick reference and should not be regarded as comprehensive. Apple products listed in the table are the most commonly used examples, not a comprehensive list. For more information, review the Notes below the table. Tip: Some services may use two or more ports. It is recommend that once you've found an instance of a product in this list, search on the name (Command-F) and then repeat (Command-G) to locate all occurrences of the product. For example, VPN service may use up to four diferent ports: 500, 1701, 1723, and 4500.
    [Show full text]
  • Intel® Oneapi Programming Guide
    Intel® oneAPI Programming Guide Intel Corporation www.intel.com Notices and Disclaimers Contents Notices and Disclaimers....................................................................... 5 Chapter 1: Introduction oneAPI Programming Model Overview ..........................................................7 Data Parallel C++ (DPC++)................................................................8 oneAPI Toolkit Distribution..................................................................9 About This Guide.......................................................................................9 Related Documentation ..............................................................................9 Chapter 2: oneAPI Programming Model Sample Program ..................................................................................... 10 Platform Model........................................................................................ 14 Execution Model ...................................................................................... 15 Memory Model ........................................................................................ 17 Memory Objects.............................................................................. 19 Accessors....................................................................................... 19 Synchronization .............................................................................. 20 Unified Shared Memory.................................................................... 20 Kernel Programming
    [Show full text]
  • Apple Xgrid Runs with the Wolves
    Search Apple Xgrid runs with the wolves Apple Research & Technology Support Profiles in Success: Swedish University of Agricultural Sciences Programme Overview Research Opportunities ARTS Laureate Winners ARTS Institutions Swedish University of Agricultural Sciences Apple Xgrid runs with the wolves Fast results from Xgrid Cost-effective for future research Using Apple technology, the Grimsö Wildlife Research Station in Sweden is learning important techniques for sustainable management of the wolf population. Based at the Swedish University of Agricultural Sciences (SLU), the station is using an Apple Xgrid cluster system – provided by the Apple Research & Technology Support programme (ARTS) – to understand wolf demography and develop optimal management strategies. Its work will have a deep impact on how mankind interacts with these ancient but troublesome Challenges predators. Develop management strategies to “Wolf populations are expanding through natural return to past habitats in Europe, ensure wolf population viability or through reintroduction by Government agencies in the US”, explains Dr Prevent wolf extinction while Guillaume Chapron, Assistant Professor, Grimsö Wildlife Research Station at SLU. allowing for population control “They are posing problems, however - to hunters or sheep farmers, for example. So Address people and decision maker the urgent question is how we ensure wolf populations can survive, while still concerns regarding the place of allowing for some population control. Wolves have a complex ecology and the Xgrid wolves in Sweden cluster will run simulations faster than any other solution. It is critical to our Provide efficient programming and modelling environment to simulate research”. and understand wolf population ecology SLU is a modern university, designed to confront and explore many of today’s most Provide efficient programming and compelling environmental questions, “whether it is the food we eat, or the animals modelling environment to simulate we husband on our farms or love as pets, or the forests that we wander through”.
    [Show full text]
  • Troubleshooting Rosetta Stone Log-In Issues on Mobile
    Portal > Knowledgebase > Teaching Learning and Research > Rosetta Stone > Troubleshooting Rosetta Stone Log-in Issues on Mobile Troubleshooting Rosetta Stone Log-in Issues on Mobile Kyle A. Oliveira - 2019-05-31 - 0 Comments - in Rosetta Stone A recent update to the Rosetta Stone apps on both iOS and Android may cause authentication issues. Please refer to the information below for resolving these issues. iOS To prevent any further issues regarding logging into the app on iOS, you must avoid opening the app unless you've authenticated through Brown's log in portal. Opening the app outside of logging in through Brown, will most likely result in the inability to log in and use the app. If you are having issues logging into it: Solution 1 1. Open your device's web browser, visit rosettastone.brown.edu, and log in 2. Click the “Launch Rosetta Stone Language Lessons” link to launch the app 3. You will experience the same problem as in the past - you will just see a "splash" screen instead of being logged in. On this screen, click Enterprise And Education Learners. 4. On the login screen that appears, type three random values (just a single letter will work) into the Username, Password, and Namespace fields. 5. You will see an error message. Click Try again and proceed with the next step. 6. Return to your web browser and again, visit rosettastone.brown.edu. 7. Click the “Launch Rosetta Stone Language Lessons” link to launch the app again. 8. Wait for the login to proceed - it should work. If you still see the error message, click the Try Again option.
    [Show full text]
  • Rosetta Stone Software Use Opportunity User Expectations and Guidelines
    Rosetta Stone Software Use Opportunity User Expectations and Guidelines Introduction CYFD-BHS and the Southwest Regional Training Center at NMSU are providing the opportunity to current approved CYFD staff to access Spanish language lessons. We have selected Rosetta Stone for this online language learning opportunity. Rosetta Stone’s interactive and award-winning software creates an intuitive and engaging environment for thinking and communicating in a new language. Through Rosetta Stone’s software, users will have access to: Language Training: Reading, writing, speaking and listening skills are introduced in core lessons, then key skills, such as grammar and vocabulary, are refined in focused activities. Speech recognition technology evaluates the pronunciation of each word and sentence, providing immediate feedback. Games & Activities: Interactive games sharpen language skills and stories provide students opportunities to read long passages aloud. Games & Activities reinforces language learned in Language Training and builds students' confidence. Rosetta Stone Language Training for Apple and Android: Students will be able to continue their language training via our mobile app. Progress made in this application syncs with progress in the program, and vice versa. Note: The Rosetta Stone Language Training mobile app is available for select languages. Additional information can be found at www.rosettastone.com. User Guidelines 1. Rosetta Stone software licenses are available to current Children, Youth and Family Department Community Behavioral Health Clinicians (CBHCs) and others approved by a CYFD-Behavioral Health Services Deputy Director. 2. Rosetta Stone software is not intended to train clinicians to provide services in a second language. 3. Individuals who are interested in utilizing the Rosetta Stone software must complete the User Access Request Form at https://bhs.nmsu.edu/rosetta-stone .
    [Show full text]
  • 1 First and Foremost, Make Sure Your Computer Meets the Minimum
    Congratulations! You’ve taken the first to start learning your new language. Here are some instructions on downloading your Rosetta Stone Software. First and foremost, make sure your computer meets the minimum system requirements. If it does, then you're off to a good start. MINIMUM SYSTEM REQUIREMENTS- CD-ROM Operating System (one of the following): • Windows 7, 8 or higher • Mac (Intel based only): Lion, Mountain Lion, Yosemite (OS X 10.7 or higher) Computer Hardware (all of the following): • On Windows: 2.33GHz or faster x86-compatible processor or Intel® Atom™ 1.6GHz or faster processor for netbooks • On Mac: Intel Core™ Duo 1.33GHz or faster processor • 1 GB of RAM or higher • 3 GB free hard-drive space (per level) • 1024 x 768 display resolution • Broadband Internet connection • Available port for headset with microphone (not included) To access online services: • Must have standard Broadband Internet connection (slow internet connections will not suffice) Next, follow these steps to install your software using the CD-ROM drive on your computer. If you do not have a CD-ROM drive, skip to page 4 for instructions on how to download your software from the Rosetta Stone website! Plug in the provided Rosetta Stone headset. Insert the disc labeled “Application” and wait for the installation window to appear. Follow the instructions in the window and wait for the installation to complete. 1 Click “Finish”, and the Rosetta Stone Program will open on Windows computers. On Mac, double click the Rosetta Stone icon to open it. The program will check for updates each time it is opened.
    [Show full text]