Skip to content

jdelguerrero/NCC-Trainings

 
 

Repository files navigation

NCC Trainings

This is the source of the Supercomputing Luxembourg trainings.

The courses can be provided to the EVITA project. Please have a look on the EVITA project template and make sure your course format is compatible.

Setup instructions

To setup the python environment you can use uv or any compatible package manager. The compilation is tested with Pthon 3.13.5. To setup the compilation environment with uv, run in the root directory of the repository:

uv venv --python $(cat .python) ~/environments/ncc
source ~/environments/ncc/bin/activate
uv pip install --requirements requirements.txt

Compiling the images in resource directories

There is code for LaTeX generated figures in some sections. The source code is located in directories named resources. The compilation of the code requires TeX Live and the convert tool. Compile the images manually by running the command

make

inside the resource directories.

About

The source for the website containing the trainings hosted by SuperComputing Luxembourg.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 61.0%
  • Python 39.0%