Merge pull request #12 from OpenCFD-IMECH/dangglxxx-patch-1 Fix a bug about reduce when blockdim.xblockdim.yblockdim.z == 256
Merge pull request #12 from OpenCFD-IMECH/dangglxxx-patch-1
Fix a bug about reduce when blockdim.xblockdim.yblockdim.z == 256
OpenCFD-SCU 是面向超算中心的开源计算流体力学(CFD)仿真平台,支持大规模并行数值模拟、高精度湍流建模与多物理场耦合求解。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
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”.