About Hardware Optimization in Midas SW

Slides:



Advertisements
Similar presentations
GPU System Architecture Alan Gray EPCC The University of Edinburgh.
Advertisements

HPCC Mid-Morning Break High Performance Computing on a GPU cluster Dirk Colbry, Ph.D. Research Specialist Institute for Cyber Enabled Discovery.
1 ITCS 6/8010 CUDA Programming, UNC-Charlotte, B. Wilkinson, Jan 19, 2011 Emergence of GPU systems and clusters for general purpose High Performance Computing.
Computer and Technology Overview Slides from Essentials of Management Information Systems (5 th ed.), Laudon and Laudon, Prentice-Hall.
How to Install Windows 7.
NVIDIA Confidential. Product Description World’s most popular 3D content creation tool Used across Design, Games and VFX markets Over +300k 3ds Max licenses,
HPCC Mid-Morning Break Dirk Colbry, Ph.D. Research Specialist Institute for Cyber Enabled Discovery Introduction to the new GPU (GFX) cluster.
Configuring a PC. Installing the Mother board To Install the Mother board, fit it into the computer casing. You will then need to Insert 24 pin ATX power.
Buying a Laptop. 3 Main Components The 3 main components to consider when buying a laptop or computer are Processor – The Bigger the Ghz the faster the.
Desktop with Direct3D 10 capable hardware Laptop with Direct3D 10 capable hardware Direct3D 9 capable hardware Older or no graphics hardware.
1.Overview 2.PC Spec. Requirements 3.Connection Type 4.S/W Installation 5.Main Window 6.Menu 7.Operation 8.Demo & Practice PC Admin.
1 ITCS 4/5010 CUDA Programming, UNC-Charlotte, B. Wilkinson, Dec 31, 2012 Emergence of GPU systems and clusters for general purpose High Performance Computing.
Different CPUs CLICK THE SPINNING COMPUTER TO MOVE ON.
Shared memory systems. What is a shared memory system Single memory space accessible to the programmer Processor communicate through the network to the.
Computer and its components Computer Skills university of Palestine.
By Arun Bhandari Course: HPC Date: 01/28/12. GPU (Graphics Processing Unit) High performance many core processors Only used to accelerate certain parts.
1 © 2012 The MathWorks, Inc. Parallel computing with MATLAB.
Presented by Andrew Walker vs. What is the difference?
GPU Architecture and Programming
Price Performance Metrics CS3353. CPU Price Performance Ratio Given – Average of 6 clock cycles per instruction – Clock rating for the cpu – Number of.
COMPUTER BASICS HOW TO BUILD YOUR OWN PC. CHOOSING PARTS Motherboard Processor Memory (RAM) Disk drive Graphics card Power supply Case Blu-ray/DVD drive.
 Hardware compatibility means that software will run properly on the computer in which it is installed.  When purchasing software, look for one of these.
Computer Architecture Lecture 24 Parallel Processing Ralph Grishman November 2015 NYU.
IST 222 Day 2. Homework for Today Take up homework and go over Go to CompTIA web site and view objectives for A+ certification test.
Emergence of GPU systems for general purpose high performance computing ITCS 4145/5145 © Barry Wilkinson GPUIntro.ppt Oct 30, 2014.
NVIDIA® TESLA™ GPU Based Super Computer By : Adam Powell Student # For COSC 3P93.
Heterogeneous Processing KYLE ADAMSKI. Overview What is heterogeneous processing? Why it is necessary Issues with heterogeneity CPU’s vs. GPU’s Heterogeneous.
Our Graphics Environment Landscape Rendering. Hardware  CPU  Modern CPUs are multicore processors  User programs can run at the same time as other.
Computer Basics and Vocabulary Lecture: 1 Mrs. Najwa Almazroei1.
CS120 Purchasing a Computer
“SMT Capable CPU-GPU Systems for Big Data”
System SOFTWARE.
General Purpose computing on Graphics Processing Units
Lecture 3 CUDA Programming 1
Emergence of GPU systems for general purpose high performance computing ITCS 4145/5145 July 12, 2012 © Barry Wilkinson CUDAIntro.ppt.
Unit 2 Technology Systems
Getting the Most out of Scientific Computing Resources
GPU Architecture and Its Application
NFV Compute Acceleration APIs and Evaluation
Intelligent trigger for Hyper-K
Graphics Processor Graphics Processing Unit
Getting the Most out of Scientific Computing Resources
Video RAM Presented by GHOLAMREZA KAKAMANSHADI
CS427 Multicore Architecture and Parallel Computing
Chapter 2: Computer-System Structures
Computer Hardware Mr. Singh ICS2O.
Heterogeneous Computation Team HybriLIT
What is GPU? how does it work?
Discovering Computers 2011: Living in a Digital World Chapter 4
Installation and maintenance hardware.
Introduction to Parallelism.
Phnom Penh International University (PPIU)
Chapter III Desktop Imaging Systems & Issues
Rebecca Baker Mr. Rich February, 2013 BBT9
Lecture 2: Intro to the simd lifestyle and GPU internals
Definitions By: Gurmansi Kang.
CS 286 Computer Organization and Architecture
Parallel Processing and GPUs
MAKE YOUR APPLE MACBOOK PRO FASTER. DIAL TOLL FREE TO CONNECT WITH EXPERTS.
Emergence of GPU systems for general purpose high performance computing ITCS 4145/5145 © Barry Wilkinson GPUIntro.ppt Nov 4, 2013.
Overview Introduction VPS Understanding VPS Architecture
Chapter 9: Virtual-Memory Management
Computer Parts Poster This is one of the first wall displays that I added to my room. I have refined it over the years into the version that you now.
Hardware Accelerated Video Decoding in
CS 286 Computer Organization and Architecture
Unit 2 Knowing Computer.
Objectives Describe how common characteristics of CPUs affect their performance: clock speed, cache size, number of cores Explain the purpose and give.
Graphics Processing Unit
Define what a computer is.
Argon Phase 3 Feedback June 4, 2019.
Presentation transcript:

About Hardware Optimization in Midas SW I will take time to learn about the hardware that can be used to make the MIDAS program useful.

How many cores of CPU does Midas SW support? Q1. How many cores of CPU does Midas SW support? A1] 8 cores Midas support up to 8 cores. (It is recommended to be used in multiples of 2 like 2, 4, 8 ) I will take time to learn about the hardware that can be used to make the MIDAS program useful.

Tip1] Multi Frontal Sparse Gaussian(ON) & Multi Processer(OFF)  Automatically, useable maximum number of multi core are working. Multi Frontal Sparse Gaussian(ON) & Multi Processer(ON + number)  It will work for the number entered. The analysis speed is faster when there are many cores. but It can not have much effect on more than 4 cores.

Is Midas SW supporting GPU acceleration? Q2. Is Midas SW supporting GPU acceleration? A2] Yes, Midas SW is supporting GPU acceleration But it supports only GPU of Tesla. I will take time to learn about the hardware that can be used to make the MIDAS program useful.

Tip2] We must have at least two cards with GPU. One is for display, and the other is for computing. The GPU card for computing must be a card of Tesla series. The causes and Error messages by GPU ; - If you do not have a GPU card  GPU ACCELERATION: DISABLED (NO GPU) - If your GPU is not Nvidia GPU  GPU ACCELERATION: DISABLED (NO CUDA SUPPORTING GPU) - For older GPU  GPU ACCELERATION: DISABLED (LOW COMPUTE CAPABILITY) - If there is one GPU or is not a Tesla series  GPU ACCELERATION: DISABLED (MORE THAN TWO GPU'S REQUIRED)

Tip2] (continue) For reference, we can expect the effect by GPU in a large model with at least a few hundred thousand degrees of freedom, so I think it is unnecessary to use the GPU in general structural analysis.   If you want to know information for the available GPU Please refer to the next web page. https://en.wikipedia.org/wiki/Nvidia_Tesla  And GPU cards are very expensive. Therefore, if you want to improve the analysis speed, I recommend that you consider upgrading memory or CPU than GPU.

I will take time to learn about the hardware that can be used to make the MIDAS program useful.

How much memory does the Midas SW support under 64bit system? Q3. How much memory does the Midas SW support under 64bit system? A3] 16G Even when the memory is very large, only 16G is used as the maximum system memory, and about 70% of 16G are used for the analysis process. I will take time to learn about the hardware that can be used to make the MIDAS program useful.

How much memory does the Midas SW support under 32bit system? Q3. (sub question) How much memory does the Midas SW support under 32bit system? A3] 1.44G I will take time to learn about the hardware that can be used to make the MIDAS program useful.

How much memory does user’s PC need to use 16G? Q3. (sub question) How much memory does user’s PC need to use 16G? A4] 24G (24G * 70% = 16G) The maximum available memory size is the smallest value in 70% of RAM and 16 GByte. I will take time to learn about the hardware that can be used to make the MIDAS program useful.

Tip3] As everyone know, large memory can reduce computing time. But the effect of CPU, main board, memory type, and HDD buffer size may be more important than memory size.