My MSc
__ __ __ __ ____
| \/ |_ _ | \/ / ___| ___
| |\/| | | | | | |\/| \___ \ / __|
| | | | |_| | | | | |___) | (__
|_| |_|\__, | |_| |_|____/ \___|
|___/
My master's dissertation
Last edited: 2023-08-14
Website: http://efurlanm.github.io/msc22/
Repository: https://github.com/efurlanm/msc22/
The repository contains the implementations made for my master's dissertation, as well as miscellaneous materials and related information. The dissertation explores three test cases implemented in the LNCC Santos Dumont supercomputer (SDumont), described bellow.
Directories
- stencil - The five-point stencil test case, used in a heat transfer problem on a finite surface modeled by the Poison partial differential equation
- fft - The three dimensional fast Fourier transform test case, an algorithm that computes the multidimensional Fourier transform of an 3D array using a fast Fourier transform algorithm
- rforest - The random forest test case, an ensemble learning method for tasks such as classification and regression
- dissertation - My original master's dissertation in LaTeX format
Useful links
-
SDumont main site - http://sdumont.lncc.br
-
SDumont user manual from LNCC (in Portuguese) - http://sdumont.lncc.br/support_manual.php
-
IDeepS project - http://github.com/vsantjr/IDeepS
Acknowledgments
Most of the information about SDumont contained in this repository was obtained during INPE's graduate program, and in the project approved by the LNCC with resources from the government of Brazil, without which this work would not be possible.