Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 2.03 KB

README.md

File metadata and controls

35 lines (27 loc) · 2.03 KB

Master's thesis - Rust and GPU programming

About

This repository contains the source files for my end-of-studies internship report/master's thesis at CEA (French Commission for Alternative Energies and Atomic Energy), as part of my M.Sc. in High Performance Computing and Simulation at Paris-Saclay University.

This project is written in Typst and thus requires you have it installed on your machine (see Typst's documentation on the installation procedure depending on your system).

If you cannot install Typst on your computer, the report is also available on the Typst web app at the following link: Rust and GPU programming

Building

To build the PDF, you can either use the provided justfile (if you have just installed):

just build

or building it manually using Typst:

typst compile src/main.typ --root . <OUTPUT_PDF_NAME>

justfile features

The justfile also provides some more functionnalities like automatically compiling and opening the PDF, generating a tarball, etc... To see all the available recipes, simply type:

just

Licenses

Licensed under either of:

The SPDX license identifier for this project is MIT OR Apache-2.0.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.