Lesson 12
Date: 4/23/2009
Computational clusters
Linux for Engineering and IT applications
Sun Grid Engine (SGE)
On multi-user and multi-tasking cluster the resources should be managed through a queue scheduling system, such as SGE, LSF, PBS, Condor.
Sun Grid Engine daemons
Master host:
controls queues
jobs
schedules on the whole cluster
Computational hosts run jobs
Parallel Computing Paradigms
Clustering Technologies
Message Passing Interface (MPI)
General MPI Program Structure
Point to Point Communication
MPI Standard Data Types
MPI Send/Receive example
MPI Collective Communications
Collective Communication Example
Master-Slave Task Farming
Computing Partial Sums
OpenMPI installation
MPI code compilation and run in OpenMPI
Sun Grid Engine
SGE installation
Jobs in SGE
SGE commands
References
Take me to the Course Website