Date Tags eth

As an ETH student you have the possibility to use some cores (up to 48 cores) on EULER. You need to be inside the ETH network (i.e. connected to eduroam or eth OR inside the VPN)

Tools

  • I recommend to install htop for monitoring

    • See github for more info
    • git clone https://github.com/htop-dev/htop
    • cd htop
    • ./autogen
    • ./configure --prefix /custer/home/USERNAME --disable-unicode
    • make install
    • make sure /cluster/home/USERNAME/bin is in the PATH variable

      • i.e.: your .bashrc or .zshrc or similar contains the row export PATH=/cluster/home/USERNAME/bin:$PATH
    • image of my layout: