OpenCFD-IMECH / OpenCFD-SCU

GPU 高精度有限差分CFD
BSD 3-Clause "New" or "Revised" License
17 stars 8 forks source link

Program installation guide

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".

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".