Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.
/ pi-pp Public archive

Parallele Programmierung - TU Chemnitz - SS15

Notifications You must be signed in to change notification settings

nepda/pi-pp

Repository files navigation

Parallele Programmierung

ssh chiclogin1.informatik.tu-chemnitz.de

module initadd comp/gcc/422
module initadd mpi/openmpi/gcc422

bash

cp -R /afs/tu-chemnitz.de/home/urz/`whoami | cut -b 1`/`whoami`/PP ~/PP

mpicc -o programm programm.c

qsub -I -l nodes=4:ppn=1,walltime=00:10:00 -q short

mpirun -np 4 ./programm

Wenn openmpi auf dem lokalen Rechner installiert ist, können die Programme auch lokal ausgeführt werden

mpicc -o programm programm.c
mpirun -np 4 ./programm

In ArchLinux kann openmpi mit pacman installiert werden:

pacman -S openmpi

About

Parallele Programmierung - TU Chemnitz - SS15

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published