Skip to content

A four-hour workshop introducing mathematical and statistical software on the Spartan HPC system.

License

Notifications You must be signed in to change notification settings

levlafayette/SpartanMathStats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpartanMathStats

Mathematical and statistical applications on the Spartan HPC (mainly R and Octave, but also Mathematica, Gretl, Julia), and their integration into Slurm scripts.

Git

If you check this repository out be aware that it uses Git submodules to manage the reveal.js dependency. To also checkout reveal.js, you will have to either:

Fetch it all in one hit

git clone --recursive https://github.com/UoM-ResPlat-DevOps/SpartanMathStats

Or:

Take it step by step

git clone https://github.com/UoM-ResPlat-DevOps/SpartanMathStats

git submodule init

git submodule update

To regenerate the slides

The SlideExtractor.jar in the root directory will re-create the slides if needed.

To run it ensure that the java version installed is java 8:

java -version

should return something along the lines of java version "1.8.0_65".

If it doesn't then install java 8 from here: http://www.oracle.com/technetwork/java/javase/overview/java8-2100321.html

Then in a command prompt in the root directory simply issue:

java -jar SlideExtractor.jar

You should see something like the following fly by:

Working on: ./Lessons/Lesson_1.md Writing to: ./Presentation/Lesson_1.html Writing to: ./Presentation/index.html

Folders

The directories that make up this project are as follows:

  • Lessons - The lesson(s);
  • Planning - The plan used to create the course;
  • Resources - Resources for this particular run of the training.

About

A four-hour workshop introducing mathematical and statistical software on the Spartan HPC system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.7%
  • CSS 23.9%
  • HTML 16.5%
  • SCSS 10.6%
  • Other 1.3%