Search Header Logo

HPC Warmup Quiz

Authored by David Joiner

Computers

University

Used 10+ times

HPC Warmup Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The industry standard for programming for NVIDIA GPUs as a accelerator is

OpenMP

MPI

GCC

CUDA

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The industry standard for threaded multi-core programming in HPC is

OpenMP

CUDA

MPI

GCC

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The industry standard protocal for distributed computing in HPC is

CUDA

GCC

OpenMP

MPI

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In threaded parallelism, when multiple threads can potentially write to the same memory location at the same time, this is called ...

False Sharing

Page Fault

Race Condition

Traffic Jam

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When two or more threads modify different variables that happen to share a cache line, causing unnecessary invalidation and slowdown, this is known as…

Memory thrashing

False sharing

A lock convoy

Load imbalance

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Amdahl’s Law tells us that speedup is limited by…

The number of MPI ranks

The power consumption of the node

How fast the interconnect is

The fraction of the code that is sequential

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A job with --nodes=1 --ntasks=16 will:

Use 16 nodes

Launch 16 tasks on the same node

Spread 16 tasks across 16 nodes

Use 16 CPU threads but 1 MPI rank

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?