目录

KMC

Parallel on lattice kinetic Monte Carlo simulation program.

Build

Install dependency

We use pkg tool to manage c++/c dependency. Make sure you have pkg tool (version 0.3.0 or higher) installed, and the PATH environment variable is correctly set.

$ PKG_AUTH=username?token@git.hpcer.dev pkg fetch # download dependency packages
$ pkg install # build and install dependency packages

build

Make sure cmake is installed on your system.

$ cmake -B./build -H./ -DCMAKE_BUILD_TYPE=Release
$ cmake --build ./build
关于

自研并行动力学蒙特卡洛软件,用于材料原子尺度扩散、相变与微观演化模拟

648.0 KB
邀请码