Versions Compared

Key

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

https://gitlab.com/QEF/q-e-gpu/-/wikis/home

Quantum Espresso GPU je preveden s pgi/19.10 i cuda, cuda/10-1, single GPU i parametrima:

Code Block
./configure F90=pgfortran FC=pgfortran MPIF90=pgfortran CC=pgcc CXX=pgc++ --with-cuda=$CUDA_HOME --with-cuda-runtime=10.1 --with-cuda-cc=70 --enable-openmp --with-scalapack=no --prefix=/apps/qe-gpu/v.6.5Max/
make -j 3 pw
make install

Dostupne verzije su:

VerzijaModul
v.6.5Max

quantum-espresso-gpu/v.6.5Max


Info
titleVažno

Quantum Espresso GPU podržava samo jedan GPU

Primjer korištenja:

Code Block
#$ -pe gpu 1

module load quantum-espresso-gpu/v.6.5Max

export OMP_NUM_THREADS=$NSLOTS
cuda-wrapper.sh pw.x ...

...