Versionen im Vergleich

Schlüssel

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

...

  1. @HLRN: Load prerequisite modules

    Codeblock
    module load gcc/9.2.0
    module load openmpi/gcc.9
    module load anaconda3
    module load llvm
    module load paraview
    


  2. @HLRN: Start interactive job. If a lot of memory is needed, especially the fat nodes are suitable:

    Codeblock
    srun -N1 --partition=large96 --ntasks-per-node=96 --mem=747000mb --pty bash


  3. @HLRN: Start Paraview-Server on fat node

    Codeblock
    srun -p 96 pvserver


  4. @local: Start ssh tunnel to access fat node via HLRN login node

    Codeblock
    ssh -N -L 11111:bfn<#>:11111 <user>@blogin.hlrn.de


    bfbdfbfdbdf
  5. @local: Start your ParaView GUI and access your Paraview-Server at

    Codeblock
    localhost:11111

    berbrebre

...