B
Aug 7, 2026Become an HPC Programmer in Seven Days!
I have published an English version of my online course, Become an HPC Programmer in Seven...
Aug 7, 20262 min read0 reactions0 comments
Tag archive
I have published an English version of my online course, Become an HPC Programmer in Seven...

If you have ever run a job on an HPC cluster, chances are you have used MPI without fully knowing...

MPI jobs that run are easy. MPI jobs that run fast and efficiently — that’s where things get...

While working and managing my MPI Cluster, I wanted something which can easily manage my software...
There is a nice tutorial for mpi4py, but I think the wrapping C/C++ code with swig is not clear enoug...