Cqmetrics
General Information
- Cqmetrics is a private virtual cluster in Red Cloud with restricted access to the following groups: cq62_0001.
- Please see Virtual Cluster in Red Cloud page for more usage information.
- PI: Chen Qiu, Econ
- Head node (2 cores, 16Gb RAM): cqmetrics.cac.cornell.edu (access via ssh)
- OpenHPC deployment running Rocky Linux 8
- Cluster scheduler: slurm
- The Slurm Quick Start guide is a great place to start.
- compute nodes, on demand via slurm:
- small: 2 CPU cores, 16 GB RAM (up to 10 nodes)
- large: 14 CPU cores, 112 GB RAM (up to 10 nodes)
- data on the Cqmetrics cluster storage is NOT backed up
- Please send any questions and report problems to: cac-help@cornell.edu
Software
Work with Environment Modules
Set up the working environment for each package using the module command. The module command will activate dependent modules if there are any.
To show currently loaded modules: (These modules are loaded by default system configurations)
-bash-4.2$ module list
Currently Loaded Modules:
1) autotools 3) gnu12/12.2.0 5) ucx/1.11.2 7) openmpi4/4.1.4
2) prun/2.2 4) hwloc/2.7.0 6) libfabric/1.13.0 8) ohpc
To show all available modules:
-bash-4.2$ module avail
-------------------------------------------- /opt/ohpc/pub/moduledeps/gnu12-openmpi4 ---------------------------------------------
adios/1.13.1 mfem/4.4 netcdf/4.9.0 pnetcdf/1.12.3 scalapack/2.2.0
boost/1.80.0 mumps/5.2.1 opencoarrays/2.10.0 ptscotch/7.0.1 slepc/3.18.0
fftw/3.3.10 netcdf-cxx/4.3.1 petsc/3.18.1 py3-mpi4py/3.1.3 superlu_dist/6.4.0
hypre/2.18.1 netcdf-fortran/4.6.0 phdf5/1.10.8 py3-scipy/1.5.4 trilinos/13.4.0
------------------------------------------------- /opt/ohpc/pub/moduledeps/gnu12 -------------------------------------------------
R/4.2.1 hdf5/1.10.8 mpich/3.4.3-ofi openblas/0.3.21 py3-numpy/1.19.5
gsl/2.7.1 metis/5.1.0 mvapich2/2.3.7 openmpi4/4.1.4 (L) superlu/5.2.1
--------------------------------------------------- /opt/ohpc/pub/modulefiles ----------------------------------------------------
autotools (L) gnu12/12.2.0 (L) libfabric/1.13.0 (L) os ucx/1.11.2 (L)
cmake/3.24.2 hwloc/2.7.0 (L) ohpc (L) prun/2.2 (L)
Where:
L: Module is loaded
Use "module spider" to find all possible modules and extensions.
Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys".
To load a module and verify:
-bash-4.2$ module load R
-bash-4.2$ module list
Currently Loaded Modules:
1) autotools 3) gnu12/12.2.0 5) ucx/1.11.2 7) openmpi4/4.1.4 9) openblas/0.3.21
2) prun/2.2 4) hwloc/2.7.0 6) libfabric/1.13.0 8) ohpc 10) R/4.2.1