1 / 8

Nix on HPC

Introduction of Nix at my workplace

Pietro2
Download Presentation

Nix on HPC

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Goal To set up a shared repository of scientific software installations that can be used on a variety of systems, regardless of which flavour/version of Linux distribution is used, or whether it’s a full size HPC cluster, or a cloud environment.

  2. What is Nix?

  3. Nix features

  4. Advantages of using Nix in RE Nix Current state of RE

  5. Nix store

  6. Install R using nix-shell Install R and ggplot2 from the shell nix-shell --packages 'rWrapper.override{packages = [ rPackages.ggplot2 ];}'

  7. CI/CD with shell.nix file • This shell.nix file creates a jupyter environment with the IRKernel available. 

  8. Questions?

More Related