Write the Monte Carlo simulation for 2D-Ising model.
- CUDA
- CUDA Fortran (
nvfortran
compiler) - fortran-package-manager (
fpm
) - GPU
- Run
sh fpm_run.sh
, you get the result ofapp/ising2d_gpu_relaxation.f90
. - If you want to change parameters, see
app/ising2d_gpu_relaxation.f90
.