Guide to IASTU-HPC2
  • Introduction
  • User's Manual
    • basics
      • basic info
      • connecting
      • storage (must-read)
      • module system (must-read)
      • workflow on jobs
    • softwares
      • python
      • mathematica
      • matlab
      • spark
      • singularity
      • fortran, C, C++
      • java
      • command line tools
      • tensorflow
      • jax
    • FAQ
  • Administrator's Manual
    • Hardwares
    • Toolchains
      • Toolset for DELL servers
      • Ansible
      • Slurm
      • Spack
      • Container
      • BigData
      • Toolset for logging and monitoring
      • Further considerations
    • History
      • ToDo
      • VM Test
      • Real Setup
      • Admin Workflow
      • Softwares for scientific computations
      • Relay Host
Powered by GitBook
On this page

Was this helpful?

  1. User's Manual

softwares

In this part, we will give detailed descriptions for running certain softwares.

There are various softwares that have already been installed on our cluster, and all these softwares are only made avaialbe through environment module system, spack and Lmod in our particular case.

Available softwares and packages can be shown by spack find.

Available python packages can be shown by spack load intel-parallel-studio % intel; pip list.

For softwares not available in the cluster, users can send request to cluster adminstrators or try to compile and install it within their own home directory. If the users believe such software is of general interest to other users, we recommend them to contact the administrator and install the software to make it available in system range.

Previousworkflow on jobsNextpython

Last updated 5 years ago

Was this helpful?