/parprog

Parallel programming practice

Primary LanguageJupyter Notebook

Parallel Programming

View Jupyter Notebook files with Nbviewer to be able to see animations.

Directory Contents
timing Scripts for average execution time measurement. Jobs are loaded with TORQUE resource manager.
task1 Numerical evaluation of definite integral.
task2 Numerical solution of one-dimensional homogeneous heat equation.
task3 Two-dimensional integral evaluation using the Monte-Carlo method.
task4 Numerical solution of transition equation with pthreads.