Blog Posts

Recent posts

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...

Spring MVC - Redirect to URL after login

less than 1 minute read

Fortunately, Spring Security has built-in functionality for remembering the URL that was originally requested, and redirecting your users there after they su...