You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Abinit je preveden s Intel 2019 i MVAPICH2 2.2 i parametrima:

export FCFLAGS="-O2 -DLINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -ffree-line-length-0"
export CFLAGS="-O2 -DLINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE"
export CXXFLAGS=$CFLAGS
export CPPFLAGS=$CFLAGS
./configure CC=mpicc CXX=mpicxx FC=mpif90 FCFLAGS="-O2" CFLAGS="-O2" CXXFLAGS="-O2" --with-fc-vendor=intel -with-fft-flavor=fftw3-mkl --with-fft-libs="-lmkl_intel_lp64 -lmkl_sequential -lmkl_core" --with-linalg-flavor=mkl --enable-mpi --with-mpi-prefix=/usr/lib64/mvapich2-intel-2.2 --enable-64bit-flags --disable-debug --with-dft-flavor="none" --with-trio-flavor="none" --enable-mpi-inplace --enable-mpi-io

Dostupne verzije su:

VerzijaModul
8.8.4abinit/8.8.4
8.10.2abinit/8.10.2

Primjer korištenja:

module load abinit/8.8.4
mpirun -np $NSLOTS -genv MV2_ENABLE_AFFINITY 0 -machinefile $TMPDIR/machines abinit -i input_files
  • No labels