🖊️
Research Computing
  • Research Computing
  • HPC Cluster Build Workshop
    • Jetson Nano Initial Setup
    • First Boot
    • Networking Setup
    • Local and Global Storage
    • Set up root account
    • pdsh and /etc/hosts
    • IP forwarding for compute nodes
    • Adding Users
    • Testing the Installation to date
    • Modules: Lmod
    • MPI introduction
    • MPI hello.f90
    • MPI hello.c
    • MPI Benchmarks
    • Game of Life
    • Slurm
Powered by GitBook
On this page

Was this helpful?

  1. HPC Cluster Build Workshop

Modules: Lmod

PreviousTesting the Installation to dateNextMPI introduction

Last updated 5 years ago

Was this helpful?

For environment modules, we will use the Lmod package. It has a number of dependencies which are not installed by default on the Jetson Nano images, including

  • lua (tested with 5.3, with update-alternatives run)

  • tcl and dev files

  • lua-posix and dev files

  • liblua-dev

Lmod can be installed using the download link and instructions on the .

Lmod website