REPACCS CPU is for parallel computing and data analysis on CPU nodes. Each of its 110 nodes provides 256 AMD EPYC cores and 1.5 TB of memory, so high core-count jobs and large in-memory datasets both fit on a single node.
Jobs
Upon accessing REPACSS, users arrive at a login node, which is intended for job preparation activities such as file editing or code compilation. All computational jobs must be submitted to compute nodes using Slurm commands.
Queue specifications
| Name | Purpose | CPUs | GPUs | RAM | Jobs
30 days
|
Wait Time
30-day trend
|
Wall Time
30-day trend
|
|---|---|---|---|---|---|---|---|
| zen4 | General-purpose parallel/serial computing, memory-intensive processing, and standard MPI workloads. | Dual AMD EPYC 9754 (256 Cores) | None | 1.5 TB | — | — | — |
| h100 | Accelerated workloads, deep learning, machine learning, and GPU-based CUDA simulations. | Dual Intel Xeon Gold 6448Y (64 Cores) | 4 x NVIDIA H100 NVL (94 GB VRAM per GPU) | 512 GB | — | — | — |
Storage
File System
| Directory | Path | Quota | Purge | Backup | Notes |
|---|---|---|---|---|---|
| Home | /mnt/GROUPID/home/USERID | 100GB | Persistent personal storage for user scripts and configuration files. | ||
| Scratch | /mnt/GROUPID/scratch/USERID | 1TB | 1x per month | High-performance temporary storage space subject to periodic purging. | |
| Work | /mnt/GROUPID/work/USERID | Long-term storage for research outputs and work purposes. |
File Transfer
| Supported Methods | Data Transfer Node | URL |
|---|---|---|
| GLOBUS CONNECT | https://app.globus.org/dashboard | |
| SCP | https://guide.repacss.org/understanding/repacss-system/file-system/file-transfer.html | |
| SFTP | https://guide.repacss.org/understanding/repacss-system/file-system/file-transfer.html | |
| RSYNC | https://guide.repacss.org/understanding/repacss-system/file-system/file-transfer.html |
Login to REPACCS CPU
Authentication:
All system access requires secure login via SSH or authorized web-based interfaces.
Secure authentication is required for all user interactions with the REPACSS system. The following credential management practices are supported:
- Secure password updates through the official TTU identity management system
- Multi-Factor Authentication (MFA) support
- SSH key registration for secure and password-less logins
If your password is forgotten or compromised, you must contact Texas Tech University’s IT Help Central to initiate a reset and regain account access.
SSH
To initiate a session:
ssh <your_username>@repacss.ttu.edu
During first-time access, the system may prompt you to verify the server’s RSA key fingerprint. Confirm by typing yes. You will then be required to enter your password.
It is recommended to install and configure MobaXterm:
- Download the installer from MobaXterm
- Launch MobaXterm and create a new SSH session with the following details:
- Remote Host:
repacss.ttu.edu - Username: Your TTU eRaider username
- Save and initiate the connection
Password Reset
ACCESS users should consult their ACCESS identity management portal for instructions.
SSH Login
$ ssh <your_username>@repacss.ttu.edu