25. February 2026 · Comments Off on Chimera · Categories: News, Novinky, Tutorials

Collection of useful notes for migration from Sněhurka cluster to Chimera cluster.

Official Chimera information sources

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:

  1. gitlab account at https://gitlab.mff.cuni.cz
    (Note: Karlin local gitlab is separate service https://gitlab.karlin.mff.cuni.cz)
  2. Initialize your JupyterHub Chimera account by loging at https://hpc.troja.mff.cuni.cz:8000
  3. 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.