Skip to content

BiGCAT-UM/MSB1015-Parallel-Programming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

This repository contains practical materials for the "Parallel Programming" topic in the course of "MSB1015 - Scientific Programming"

The practical is made available in two programming languages: R and Python

You can either fork the repository if you have git installed, or download it from "<> Code" and then "Download ZIP".

In the downloaded/forked folder, there are two options:

  • For R users:
    • R is required to be installed (the practical script is tested with R v4)
    • RStudio is prefered to run the each part of the script alone and examine the results.
    • Use MSB1015-Practical.R (instructions included in the script file)
  • For Python users:
    • Python >= 3.8 and Jupyter Notebook are required to run the practical notebook.
    • Use MSB1015-Practical.ipynb (instructions included in the notebook file)

Windows

On Windows, running the Jupyter Notebook will install the camog package. This in turn, may want to compile C++ code, and you many be asked to install that.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 63.2%
  • R 36.8%