Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed wiki markup box (replaced with code macro); looks like it was auto-added on import and then was producing errors in the Confluence logs

...

PS. Here are all the compiler settings: 

Wiki Markupcode
export OIFS_FFLAGS="-qopenmp -m64 -O3 -align array32byte -fp-model precise -convert big_endian -g -traceback -xCORE-AVX512 -qopt-zmm-usage=high -fpe0"
export OIFS_FFIXED="-r8"
export OIFS_FCDEFS="BLAS LITTLE LINUX INTEGER_IS_INT"
export OIFS_EXTRA_LIB=""
export OIFS_LFLAGS="-qopenmp"

# MKL
MKLLIBS="-lmkl_intel_lp64 -lmkl_core -lmkl_lapack95_lp64 -lmkl_blas95_lp64 -lmkl_sequential"
export OIFS_LAPACK_LIB="-L${MKLROOT} ${MKLLIBS}"

export OIFS_CC=mpiicc
export OIFS_FC=mpiifort
export OIFS_CFLAGS="-g -traceback -fp-model precise -O3 -qopenmp -xCORE-AVX512 -qopt-zmm-usage=high -fpe0"
export OIFS_CCDEFS="LINUX LITTLE INTEGER_IS_INT _ABI64 BLAS"

...