ruqola-server-deploy

Mjölnir User Documentation

Welcome to the Ruqola project NTU research server (aka Mjölnir)! This documentation provides comprehensive guidance for using our shared GPU computing resources effectively.

You can access a Jeckyll version of this documentation here.

🖥️ Server Specifications

📚 Documentation Structure

For New Users

Server Users Creation and Deletion

File System and Folders Structure

GPU Queue System

Deep Learning Frameworks

Examples and Scripts

🚀 Quick Start

  1. First Time Setup: Read Bash Basics
  2. Familiarise yourself with file and folder structure: Read Users Quota and Scratch Folder
  3. Submit Your First Job: Check GPU Queue Guide
  4. Choose Your Framework: Select from PyTorch, TensorFlow, or JAX guides
  5. Optimize Your Code: Review Best Practices

⚡ Quick Commands

# Check GPU availability
gpuq status

# Submit a training job
conda activate $your_environment
gpuq submit --command "python train.py" --gpus 1 --time 8

# Monitor GPUs in real-time
nvidia-smi -l 1

# Check your running jobs
gpuq status | grep $USER

📞 Getting Help


Last updated: August 2025