Skip to content

JamieMair/mpags-high-performance-computing

Repository files navigation

High Performance Computing in Julia

This is the main site for documentation about he High Performance Computing in Julia MPAGS module. The link to the site can be found here.

Locally running the website

Make sure you have julia installed on your system and open up a terminal in this directory:

julia

Then run the following in the REPL:

using Pkg;
Pkg.activate(".");
Pkg.instantiate();

This only needs to be done once. After you can run the project locally with

using Franklin
serve()

This will open up the live server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published