Versions Compared

Key

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

...

Code Block
module load intel/2020u4
module load hpcx
module load python/3.8.5
export GPAW_CONFIG=$PWD/siteconfig.py

pip3 install -v gpaw --user

How to use HPC-X module

Code Block
Download HPC-X from https://developer.nvidia.com/networking/hpc-x.
Uncompress hpcx-<version>.tar.gz
module use <path to hpcx>/modulefiles
module load hpcx

You may recompile openmpi using Intel compilers. HPC-X was compiled with GNU compilers by default.

  1. Check the bin files:

Code Block
$ ls $HOME/.local/bin
gpaw  gpaw-analyse-basis  gpaw-basis  gpaw-plot-parallel-timings  gpaw-python  gpaw-runscript  gpaw-setup  gpaw-upfplot

...