首页 归档 关于

AverageMind

2020-09-01
Linux

tips for numa and hyperthreading

there are some confusion about the NUMA and hyperthreading when execute the multi processes/threads testing or evaluation on clusters, take some notes here.

继续阅读全文 »

分享
2020-08-29
c/c++

cpp smart pointer

some tips and typical use examples about the cpp smart pointers

继续阅读全文 »

分享
2020-08-09
algorithm

Caculating process layout

use the dp programming to caculate the process layout

继续阅读全文 »

分享
2020-08-05
c/c++

Debug macro

some notes about the debug macro

继续阅读全文 »

分享
2020-08-03
parallel

MPI/disistrbuted program

some thoughts about the MPI program and the distribtued program, some concepts need to be clarified further.

继续阅读全文 »

分享
2020-08-02
parallel

debug the parallel/distributed program

some tips about debugging the parallel or distributed program

继续阅读全文 »

分享
2020-07-12
methodology

application view, breadth and depth of learning computing science

The breadth, depth and the application view of the cs

继续阅读全文 »

分享
2020-06-22
parallel

MPI_Cart

This article aims to introduce how to use the MPI and the cartition grid to solve a Poisson equation.

继续阅读全文 »

分享
2020-05-28
c/c++

cpp forward declaration

forward declaration and the friend class about the cpp.

继续阅读全文 »

分享
« 上一页1…1011121314…20下一页»

最新文章

  • distributed rendering
  • opengl_tips
  • Multiple backend design
  • LLM tips
  • Interesting numbers in CS and Femi estimation (WIP)
© 2014 - 2025 zhe |  主题 Cafe
联系方式 | godenwangzhe@gmail.com
首页 归档 关于