Blog Posts

Recent posts

vim commands

3 minute read

Cursor movement 1 2 3 4 5 6 7 8 9 10 11 12 13 14 h - move left j - move down k - move up l - move right w - jump by start of words (punct...

Compiling open MPI application on Windows

less than 1 minute read

When you compile OpenMPI on Windows, you should define the following preprocessor. OMPI_IMPORTS OPAL_IMPORTS ORTE_IMPORTS Example) c:\>mpicxx test.cpp -DO...