Collection of useful notes for migration from Sněhurka cluster to Chimera cluster.
- Jaroslav Hron's presentation (PDF, 54 kB) from the training session
- Video recording (MP4, 445 MB) from the training session
- Zdeněk Mašín: Research Software Engineering [RSE] (PDF, 2 MB)
- 7. 4. 2026 updated: RSE webpage is https://rse.cuni.cz
- Institute of Particle and Nuclear Physics: Chimera: University HPC Cluster Tutorial – material for training held on 15. 10. 2025
Official Chimera information sources
- Chimera HPC cluster information page
- Chimera Jupyter hub interface access information
- Gitlab MFF detailed information
Accessing the Chimera Cluster
Most of the cluster services are accessible using your existing SIS login/password.
ssh sis_login_name@hpc.troja.mff.cuni.cz
Other services:
- gitlab account at https://gitlab.mff.cuni.cz
(Note: Karlin local gitlab is separate service https://gitlab.karlin.mff.cuni.cz) - Initialize your JupyterHub Chimera account by loging at https://hpc.troja.mff.cuni.cz:8000
- Mattermost (collaboration platform designed for technical and operational teams).
This is useful to get notifications from admins about planned outages and report
possible issues with Chimera and/or JupyterHub.
Storage options
Environment modules
Moving data to/from the cluster
For details, see Jaroslav Hron's presentation, page 12 / video recording, time 1 h 07 min.
# Copy a file from local machine to the cluster
scp local.dat <name>@hpc.troja.mff.cuni.cz:/path/to/
# Sync a directory (recommended for repeated transfers)
rsync -avzP ./results/ <name>@hpc.troja.mff.cuni.cz:/path/to/results/
If you encounter any problems, please contact us at clusteradmin@karlin.mff.cuni.cz.
