Frequently Asked Questions

Common questions and answers about using REPACSS

Account & Access

How Do I Get an Account?

To obtain an account, follow these steps:

1. Submit a Request

Visit repacss.org and fill out the account request form. Make sure to provide all required information accurately, including your contact details, organization, and reason for requesting access.

2. Complete the Required Training

After submitting your request, you'll need to complete a mandatory training module. This ensures that all users understand the system's functionality, guidelines, and data usage responsibilities.

3. Accept the Usage Policy

Once training is complete, you'll be asked to review and accept the system's usage policy. This agreement outlines your responsibilities as a user, including data security and proper access protocols.

4. Wait for Approval

After completing the previous steps, your application will be reviewed by the administrative team. You'll receive a notification once your account is approved and activated.

How do I reset my password?

Contact support at repacss.support@ttu.edu for password reset assistance.

Jobs & Computing

How do I submit a job?

sbatch job.sh
sbatch -p zen4 job.sh
sbatch -p h100 job.sh

How do I check job status?

squeue -u $USER
squeue -p zen4
squeue -p h100

How do I cancel a job?

scancel <job_id>
scancel -u $USER
scancel -p zen4

Storage & Files

What are the storage quotas?

  • Home: 100GB per user
  • Scratch: 1TB per project
  • Archive: Custom allocation

How do I transfer files?

# From local to REPACSS
scp file username@login.repacss.org:destination

# From REPACSS to local
scp username@login.repacss.org:file destination

Software & Environment

How do I load software?

module avail
module load <module-name>
module list

How do I request new software?

  1. Submit request to support
  2. Provide documentation
  3. Specify requirements
  4. Wait for approval