Skip to content

Instantly share code, notes, and snippets.

View mxkpp's full-sized avatar

Max Kipp mxkpp

View GitHub Profile
@xangma
xangma / launch.json
Last active December 27, 2025 02:57
debugging mpirun with vscode - launch.json
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"compounds": [
{
"name": "Python: mpirun launch",
"configurations": [
"mpirun script.py",
@rbialek
rbialek / config
Created June 7, 2011 13:32
ssh/.config
Host github.com
User git
Hostname github.com
PreferredAuthentications publickey
IdentityFile /home/user/.ssh/id_rsa