Skip to content
/ hpc Public

High performance C++ computing examples developed for resources available from the Texas Advanced Computing Center at the University of Texas

Notifications You must be signed in to change notification settings

jeffsp/hpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hpc

High performance C++ computing examples developed for resources available from the Texas Advanced Computing Center at the University of Texas

These examples were developed for the Stampede system.

The TACC Stampede system is a 10 PFLOPS (PF) Dell Linux Cluster based on 6,400+ Dell PowerEdge server nodes, each outfitted with 2 Intel Xeon E5 (Sandy Bridge) processors and an Intel Xeon Phi Coprocessor (MIC Architecture).

openmp

Simple example of running a shared memory application using OpenMP.

mpi

Simple example of running a distributed, single-program multiple-data (SPMD) application using MPI.

hybrid

Example of combining the above two applications. The application program implements an extremely naive prime counting function and allows the user to run it either as a single threaded, multi-threaded (OpenMP), or hybrid application (OpenMP+MPI).

About

High performance C++ computing examples developed for resources available from the Texas Advanced Computing Center at the University of Texas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published