Blog posts

2024

Installation of Ferminet

Published:

Xia Zhuozhao

This article records the installation process of Ferminet with CUDA support and the solutions to related issues.

2022

Block2 Installation

Published:

DownFly

This article provides detailed steps for installing Block2, including preparation, dependency installation, and the process of compiling and installing using CMake and pip.

2021

Experience in Optimizing rho and H

Published:

Luo Haiwen

This article details the optimization experiences of rho and H kernels, including techniques for Fortran function optimization, kernel optimization, and lessons learned from unsuccessful attempts.

Optimizing Memory Usage in Fortran Code

Published:

DownFly

This post discusses the changes made to reduce memory usage in the Fortran subroutine get_n_compute_maxes_p1.f90, including the removal and dynamic allocation of certain arrays.