Versionen im Vergleich

Schlüssel

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

...

Codeblock
languagebash
titleGNU Compiler
collapsetrue
module load gcc
module load impi
mpigcc -Wl,-rpath,$LD_RUN_PATH -o hello.bin hello.c

mpif90mpif90 -Wl,-rpath,$LD_RUN_PATH -o hello.bin hello.f90
 
mpigxxmpigxx -Wl,-rpath,$LD_RUN_PATH -o hello.bin hello.cpp

Parallel Code with OpenMP

...