Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
export WM_COMPILER_TYPE=system
export WM_COMPILER=Cray
export WM_PRECISION_OPTION=DP
# Do a 32 bit double build otherwise libscotch will fail with domain decomposition. Only supported with 32 bit.
export WM_LABEL_SIZE=32
export WM_COMPILE_OPTION=Opt
export WM_MPLIB=CRAY-MPICH
export WM_NCOMPPROCS=8

Update the choice of MPI library in bashrc:

Code Block
export WM_MPLIB=CRAY-MPICH

Now update dependency libraries:

Code Block
cd OpenFOAM-v2006/etc/config.sh

...