CU e-Science HTC-HPC Cluster and Cloud
  • CU e-Science HTC-HPC Cluster and Cloud
  • Introduction to our cluster
    • Our resources
    • Registration
    • Login to our cluster
    • Disk space
    • Acknowledgement and Publication
  • Slurm
    • 101: How to submit Slurm batch jobs
    • 101: Interactive jobs with Slurm
    • Basic Slurm commands
    • QoS and Partition
    • Job priority
    • Available complier and software
    • Examples
      • Simple C, C++, Python program
      • Python with VirtualEnv
      • How do I submit a large number of very similar jobs?
      • CMSSW
      • R
      • Mathematica
      • Message Passing Interface (MPI)
  • Kubenetes
    • Under construction!
Powered by GitBook
On this page

Was this helpful?

  1. Slurm

Available complier and software

We currently provide basic compilers and software which come with Centos 7. The provided software is installed in the /work/app/ directory. For additional software, please contact cluster admin. Note that, you can also install your software under your home or project directory.

Name

Version

OS

Note

Basic compiler and software

GCC

4.8.5

Centos 7

Python

2.7.5

Centos 7

3.6.8

Centos 7

python3

Python VirtualEnv

3.6.8

python-matplotlib

1.2.0

Centos 7

R

3.6.0

Centos 7

Software

CMSSW

10_2, 10_6, 11_3, 12_0

SLC7 (Centos 7)

source /work/app/cms/cmsset_default.(c)sh

Geant4

In preparation.

Delphes

In preparation.

Mathematica

12.2

Centos 7

Quantum ESPRESSO

6.7

Centos 7

ROOT

6.22

Centos 7

source /work/app/root/recent/bin/thisroot.(c)sh

And several packages using module under /work/app/modules/modules/all and /etc/modulefiles. For example,

Module

Version

mpi/mpich

mpi/openmpi

mpi/openmpi3

OpenMPI

4.0.1-GCC-8.3.0-2.32

GCC

8.3.0

PreviousJob priorityNextExamples

Last updated 3 years ago

Was this helpful?

See .

example