Recent Changes - Search:

Public

Physics

Engineering

Literature
Journal Club
People

MineralPET
DAQ

Computing

Africa


Computing

Computing Resources

  • Private Page for resource inventory, training and access to resources
  • PaNIP - TDAQ Cluster
    • ~800 Cores and 12 TB
    • Access by Condor ... see links above.
  • CPU - GPU Heterogenous computing high end server machines
    • 7 x CPU-GPU Servers
    • Custom builds,
      • 1-2 Nvidia GPU each,
      • 16-64 threads of CPU,
      • up to 512 GB RAM
    • Access by RustDesk ... ... see links above

Physics

General

Programming

  • Follow the above link.

Administration

Useful Tools

VM

Backup / data transfer

rsync -avzu --progress <path to source> <path to destination>

rclone : Use this for locations that don't support rsync over SSH (Google drive, Windows machines, FTP servers, AWS) Locations can be configured interactively with rclone config which edits ~/.config/rclone/rclone.conf. E.g.:

[thor]
type = sftp
host = thor.uj.ac.za

[bhubesi]
type = sftp
host = bhubesi.uj.ac.za

Synchronising two locations is then something like: rclone sync --checksum "thor:\Users\Dummy" "/mnt/nas1/Dummy"

Others


All the pages in this section:

Edit - History - Print - Recent Changes - Search
Page last modified on September 10, 2026, at 11:52 am