Versionen im Vergleich

Schlüssel

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

...

Codeblock
languagebash
titleStart remote server on any compute node (headless/without GUI)
srun -p cpu-clx:test --tasks-per-node 96 --pty bash
module load starccm
starccm+ -server -collab -power -podkey $PODKEY

The screen output information after this server start is needed laterhostname 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 shh-agent in the background:

...