💡
💡
💡
💡
know
Home
GitHub
Scholar
Search…
🛬
Landing Page
⚖️ Comparing Similar Words
Today I Learned/Achieved
🌌
Finding our galaxy in layers of extragalactic structures
Religions, Nations, Universities that kinda exist
Business, Economics, Accounting and Finance
Finance Jargons
Types of Assets (Finance)
Other Tech Topics
Code Style Guide and Review Standards
Notes on testing Polymer elements with Jasmine
Noogler 100: So you accepted Google's offer; what now?
Ming's Backyard: A teaching material for Girls Who Code Club, Millbrae (Dec. 7)
Moans and Groans for Technologies
UI/UX Design Languages
Questions to ask the engineers before dogfooding a hardware
What to do with a Raspberry Pi?
How to derive the energy of a electromagnetic plane wave
I revised my code from 10 years ago
Data Science
Ways to improve the performance of a SQL MERGE statement
Where to find Brain MRI / NeuroImaging Datasets?
Where to find protein data and run basic Molecular Dynamics simulation
Types of Parallel Computing
🐋
How to Install auto-sklearn on macOS 10.14~10.15
Notes from SIGIR2020
Surveys and Questionnaires
Text Mining
Data Warehousing
Neural Networks
Setups
Data Science Workspace
🐧
Switching from macOS to Linux
💻
Computer Hardware Setups
📝
Organizing Notes
🌐
Set Up My Own VPN
⌨️ Shortcut Keys on my Mac
Set up Restic for backups using Google Drive
On writing a book with LyX
iPad pro as a Linux machine
Life Experiences
Being: What I am
Owning: Things I Own
Doing: Stuff I do
🎓
Academic Fields I've Studied / Researched
🏘
Flat/House Hunting in Mountain View
Filing Tax Return in the States
😂
How to Be A Fun Person
🔁
Managing Habits
I present to you, life simulation 1.0
Talks Worth Watching
中文 (Chinese)
讲各种语言时发生的囧事
我与身边人的有趣对话
Clubhouse 玩法收集
Powered By
GitBook
Types of Parallel Computing
A mindmap.
Multiple computers
Grid Computing
Generally, each node performs a different task/application
Generally, more heterogeneous
Geolocationally, sometimes across regions / companies / institutions
In terms of hardware components
(job schedulers)
Oracle Grid Engine / Sun Grid Engine (SGE) / Computing in Distributed Networked Environments (CODINE) / Global Resource Director (GRD)
Univa Grid Engine (UGE)
Cluster Computing
Generally, all nodes perform same/similar tasks
Generally, more homogeneous
Usually connected by LAN
Geolocationally, often same server stack
May be viewed as a single computer at times
Single Computer
Multiprocessing
: Using >1 (Cores of) CPUs
Multithreading
: Using only one (core of) CPU
Interleaved/Temporal multithreading
Coarse-grained / block / cooperative multithreading
: Run till you need to wait (say, for memory), then I’ll let other thread run
Interleaved multithreading
: you walk a step, then someone else, then you, then someone else…
Simultaneous multithreading (SMT):
exploit parallelism available across multiple threads to decrease the waste associated with unused issue slots
General-purpose computing on graphics processing units (GPGPU)
Data Science - Previous
Where to find protein data and run basic Molecular Dynamics simulation
Next - Data Science
How to Install auto-sklearn on macOS 10.14~10.15
Last modified
3yr ago
Copy link
Contents
Multiple computers
Grid Computing
Cluster Computing
Single Computer