README.md 471 Bytes
Newer Older
ccfd's avatar
ccfd committed
1
2
### Program installation guide 
1. Install CUDA (for NVIDIA environment) of ROCM (for AMD environment). Modify the installation path in the makefile - "DEV_PATH".
GitLab's avatar
GitLab committed
3

ccfd's avatar
ccfd committed
4
5
6
7
8
9
10
2. Install MPI. Modify the installation path in the makefile - "MPI_PATH".

3. The makefile will recognize the command line instruction "hipcc" to determine the environment.

4. If you use NVIDIA environment, please modify "-code" and "-arch" according to the hardware architecture.

5. Execute "make".
GitLab's avatar
GitLab committed
11
12
13
14