Commit 5eefe8fc authored by ccfd's avatar ccfd
Browse files

Modify a bug of bound scheme

parent b543a94e
### Program installation guide
1. Install CUDA (for NVIDIA environment) of ROCM (for AMD environment). Modify the installation path in the makefile - "DEV_PATH".
#### 1. Install CUDA (for NVIDIA environment) or ROCM (for AMD environment). Modify the installation path in the makefile - "DEV_PATH".
2. Install MPI. Modify the installation path in the makefile - "MPI_PATH".
#### 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.
#### 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.
#### 4. If you use NVIDIA environment, please modify "-code" and "-arch" according to the hardware architecture.
5. Execute "make".
#### 5. Execute "make".
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment