跳到主要内容
版本:1.1

Download

You can download PWmat from LongXun offcial website. Currently, we only provide the executable binary files, which are compiled according to different mpi and cuda versions. Before download, it is necessary to confirm the mpi and cuda versions on your machines.

  1. confirm the mpi version:

    $ mpirun --version
  2. confirm the cuda version:

    $ nvcc --version
  3. according to mpi and cuda versions, download different installation packages:

    a. mpi --> Open MPI 2.1.0, cuda --> 8.0:

    download cuda-8.0-beta.zip, or use wget

    $ wget http://www.pwmat.com/pwmat-resource/mstation-download/cuda-8.0-beta.zip

    b. mpi --> Open MPI 2.1.0, cuda --> 10.1:

    download cuda-10.1-beta.zip, or use wget

    $ wget http://www.pwmat.com/pwmat-resource/mstation-download/cuda-10.1-beta.zip

    c. mpi --> Intel(R) MPI Version 5.1.3, cuda --> 8.0:

    download cuda-8.0-betaintel.zip, or use wget

    $ wget http://www.pwmat.com/pwmat-resource/mstation-download/cuda-8.0-betaintel.zip

    d. mpi --> Intel(R) MPI Version 5.1.3, cuda --> 10.1:

    download cuda-10.1-betaintel.zip, or use wget

    $ wget http://www.pwmat.com/pwmat-resource/mstation-download/cuda-10.1-betaintel.zip