Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

The hostname and port information displayed with the server startup is needed later (see "Server::start -host ...").

Locally, the StarCCM client requires a password-less SSH connection, however du to security reasons NHR@ZIB allows password protected ssh keys only. To resolve this conflict on Linux/Mac systems run a ssh-agent in the background:

Codeblock
languagebash
titleStart remote server on any compute node (headless/without GUI)
ssh-add ~/.ssh/your_private_key

...